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 8173433c9..3429fa14a 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