From 10cb0a2cd872df44ad75d3d71c7d9c939a02ee49 Mon Sep 17 00:00:00 2001 From: "Alexander (Sasha) Nosov" Date: Wed, 5 Jul 2023 16:43:42 -0700 Subject: [PATCH] Fixed command syntax in examples --- .../modify-license-type/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md b/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md index 323bf470..a7b79256 100644 --- a/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md +++ b/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md @@ -68,7 +68,7 @@ The following command will scan resource group `` in the su The following command will set License Type to 'Paid" and enables ESU on all servers in the subscriptions `` and the resource group ``. ```console -.//modify-license-type.ps1 -SubId -ResourceGroup -LicenseType Paid -EnableESU Yes -Force +.\modify-license-type.ps1 -SubId -ResourceGroup -LicenseType Paid -EnableESU Yes -Force ``` ## Example 5 @@ -76,7 +76,7 @@ The following command will set License Type to 'Paid" and enables ESU on all ser The following command will disable ESU on all servers in the subscriptions ``. ```console -.//modify-license-type.ps1 -SubId -EnableESU No +.\modify-license-type.ps1 -SubId -EnableESU No ``` # Running the script using Cloud Shell