File tree Expand file tree Collapse file tree
azure-arc-enabled-sql-server/modify-license-type
azure-hybrid-benefit/modify-license-type Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ This option is recommended because Cloud shell has the Azure PowerShell modules
135135 curl https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/manage/azure-arc-enabled-sql-server/modify-arc-sql-license-type/modify-arc-sql-license-type.ps1 -o modify-arc-sql-license-type.ps1
136136 ```
137137
138- 1. Run the script.
138+ 1. Run the script by following an appropriate example.
139139
140140> [! NOTE]
141141> - To paste the commands into the shell, use ` Ctrl-Shift-V` on Windows or ` Cmd-v` on MacOS.
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ The following command will scan all subscriptions in the account using managed i
110110
111111``` PowerShell
112112.\modify-azure-sql-license-type.ps1 -TenantId <tenant_id> -LicenseType LicenseIncluded -UseManagedIdentity -ExclusionTags {"Environment":"Dev"}
113+ ```
113114
114115# Running the script using Cloud Shell
115116
@@ -129,7 +130,8 @@ This option is recommended because Cloud shell has the Azure PowerShell modules
129130 curl https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/manage/azure-arc-enabled-sql-server/modify-azure-sql-license-type/modify-azure-sql-license-type.ps1 -o modify-azure-sql-license-type.ps1
130131 ```
131132
132- 1. Run the script.
133+ 1. Run the script by following an appropriate example.
134+
133135
134136> [! NOTE]
135137> - To paste the commands into the shell, use ` Ctrl-Shift-V` on Windows or ` Cmd-v` on MacOS.
@@ -152,4 +154,4 @@ Use the following steps to run the script in a PowerShell session on your PC.
152154 Connect-AzureAD -TenantID <tenant_id>
153155 ```
154156
155- 1. Run the script by following the examples .
157+ 1. Run the script by following an appropriate example .
You can’t perform that action at this time.
0 commit comments