Skip to content

Commit 87d68d8

Browse files
authored
Added forced PAYG at scale example
1 parent af9a402 commit 87d68d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/manage/azure-arc-enabled-sql-server/modify-license-type

samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ The following command will scan all the subscriptions to which the user has acce
5050

5151
## Example 2
5252

53-
The following command will scan the subscription `<sub_id>` and set the license type value to "Paid" on all servers.
53+
The following command will scan all all the subscriptions to which the user has access to, and set the license type to "PAYG" on all servers .
5454

5555
```PowerShell
56-
.\modify-license-type.ps1 -SubId <sub_id> -LicenseType Paid -Force
56+
.\modify-license-type.ps1 -SubId <sub_id> -LicenseType PAYG -Force
5757
```
5858

5959
## Example 3

0 commit comments

Comments
 (0)