You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/manage/azure-hybrid-benefit/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ If both database parameters and *FilePath* are omitted, the script will write th
62
62
63
63
## Example 1
64
64
65
-
The following command will scan all the subscriptions in the account and save the results in `.\sql-license-usage.csv`
65
+
The following command will scan all the subscriptions to which the user has access to and save the results in `.\sql-license-usage.csv`
66
66
67
67
```PowerShell
68
68
.\sql-license-usage.ps1
@@ -78,7 +78,7 @@ The following command will scan the subscription `<sub_id>` and save the results
78
78
79
79
## Example 3
80
80
81
-
The following command will scan all the subscriptions in the account and save the results in a SQL database `sql-license-usage` on a SQL Server instance `my-westus2-server.database.windows.net`. It will prompt for the database user name and password.
81
+
The following command will scan all the subscriptions the user has access to and save the results in a SQL database `sql-license-usage` on a SQL Server instance `my-westus2-server.database.windows.net`. It will prompt for the database user name and password.
82
82
83
83
```PowerShell
84
84
$cred = Get-Credential
@@ -87,7 +87,7 @@ $cred = Get-Credential
87
87
88
88
## Example 4
89
89
90
-
The following command uses the parameter splatting method to achieve the same outcome as Example 3.
90
+
The following command uses a parameter splatting method to achieve the same outcome as Example 3.
0 commit comments