From 3653aa68fa755d1e1a74da6c209649e9fe8f4dd0 Mon Sep 17 00:00:00 2001 From: "Alexander (Sasha) Nosov" Date: Tue, 20 Jun 2023 09:49:52 -0700 Subject: [PATCH] Update README.md --- .../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 4f3b9e9b..ba09f396 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 @@ -52,7 +52,7 @@ The following command will scan all the subscriptions to which the user has acce The following command will scan the subscription `` and set the license type value to "Paid" on all servers. ```PowerShell -.\modify-license-type.ps1 -SubId -LicenseType Paid -All $True +.\modify-license-type.ps1 -SubId -LicenseType Paid -Force $True ``` ## Example 3 @@ -60,7 +60,7 @@ The following command will scan the subscription `` and set the license The following command will scan resource group in the subscription `` and set the license type value to "PAYG" on all servers. ```PowerShell -.\modify-license-type.ps1 -SubId -ResourceGroup -LicenseType PAYG -All $True +.\modify-license-type.ps1 -SubId -ResourceGroup -LicenseType PAYG -Force $True ``` # Running the script using Cloud Shell