Skip to content

Commit 0f9066c

Browse files
authored
Merge pull request #901 from anosov1960/master
Style changes
2 parents f1696b1 + d5484a2 commit 0f9066c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

samples/manage/azure-hybrid-benefit/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If both database parameters and *FilePath* are omitted, the script will write th
6262

6363
## Example 1
6464

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`
6666

6767
```PowerShell
6868
.\sql-license-usage.ps1
@@ -78,7 +78,7 @@ The following command will scan the subscription `<sub_id>` and save the results
7878

7979
## Example 3
8080

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.
8282

8383
```PowerShell
8484
$cred = Get-Credential
@@ -87,7 +87,7 @@ $cred = Get-Credential
8787

8888
## Example 4
8989

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.
9191

9292
```PowerShell
9393
$params =@{

0 commit comments

Comments
 (0)