We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9a402 commit 87d68d8Copy full SHA for 87d68d8
1 file changed
samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md
@@ -50,10 +50,10 @@ The following command will scan all the subscriptions to which the user has acce
50
51
## Example 2
52
53
-The following command will scan the subscription `<sub_id>` and set the license type value to "Paid" on all servers.
+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 .
54
55
```PowerShell
56
-.\modify-license-type.ps1 -SubId <sub_id> -LicenseType Paid -Force
+.\modify-license-type.ps1 -SubId <sub_id> -LicenseType PAYG -Force
57
```
58
59
## Example 3
0 commit comments