From bafb8e95e3fcb17e635fab377e3bf2e8e68e78c4 Mon Sep 17 00:00:00 2001 From: "Alexander (Sasha) Nosov" Date: Sun, 1 Dec 2024 15:59:42 -0800 Subject: [PATCH] Update README.md Minor text edit --- .../azure-arc-enabled-sql-server/modify-license-type/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8173433c..3429fa14 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 @@ -58,7 +58,7 @@ The following command will scan the subscription `` and set the license ## Example 3 -The following command will scan resource group `` in the subscription `` and set the license type value to "PAYG" and enable unlimited virtualization license on all servers in the specified resource group. +The following command will scan resource group `` in the subscription ``, set the license type value to "PAYG" and enable unlimited virtualization license on all servers in the specified resource group. ```PowerShell .\modify-license-type.ps1 -SubId -ResourceGroup -LicenseType PAYG -UsePcoreLicense Yes -Force