Skip to content

Commit a2bfcd2

Browse files
author
Alexander (Sasha) Nosov
committed
Replaced -All in the examples
1 parent ae3dd94 commit a2bfcd2

File tree

1 file changed

+2
-2
lines changed
  • samples/manage/azure-arc-enabled-sql-server/modify-license-type

1 file changed

+2
-2
lines changed

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
@@ -52,15 +52,15 @@ The following command will scan all the subscriptions to which the user has acce
5252
The following command will scan the subscription `<sub_id>` and set the license type value to "Paid" on all servers.
5353

5454
```PowerShell
55-
.\modify-license-type.ps1 -SubId <sub_id> -LicenseType Paid -All $True
55+
.\modify-license-type.ps1 -SubId <sub_id> -LicenseType Paid -Force $True
5656
```
5757

5858
## Example 3
5959

6060
The following command will scan resource group <resource_group_name> in the subscription `<sub_id>` and set the license type value to "PAYG" on all servers.
6161

6262
```PowerShell
63-
.\modify-license-type.ps1 -SubId <sub_id> -ResourceGroup <resource_group_name> -LicenseType PAYG -All $True
63+
.\modify-license-type.ps1 -SubId <sub_id> -ResourceGroup <resource_group_name> -LicenseType PAYG -Force $True
6464
```
6565

6666
# Running the script using Cloud Shell

0 commit comments

Comments
 (0)