Skip to content

Commit 10cb0a2

Browse files
author
Alexander (Sasha) Nosov
committed
Fixed command syntax in examples
1 parent dd11280 commit 10cb0a2

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
@@ -68,15 +68,15 @@ The following command will scan resource group `<resource_group_name>` in the su
6868
The following command will set License Type to 'Paid" and enables ESU on all servers in the subscriptions `<sub_id>` and the resource group `<resource_group_name>`.
6969

7070
```console
71-
.//modify-license-type.ps1 -SubId <sub_id> -ResourceGroup <resource_group_name> -LicenseType Paid -EnableESU Yes -Force
71+
.\modify-license-type.ps1 -SubId <sub_id> -ResourceGroup <resource_group_name> -LicenseType Paid -EnableESU Yes -Force
7272
```
7373

7474
## Example 5
7575

7676
The following command will disable ESU on all servers in the subscriptions `<sub_id>`.
7777

7878
```console
79-
.//modify-license-type.ps1 -SubId <sub_id> -EnableESU No
79+
.\modify-license-type.ps1 -SubId <sub_id> -EnableESU No
8080
```
8181

8282
# Running the script using Cloud Shell

0 commit comments

Comments
 (0)