Skip to content

Commit b56694d

Browse files
author
Alexander (Sasha) Nosov
committed
Fixed typos
1 parent b84d7cc commit b56694d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

  • samples/manage
    • azure-arc-enabled-sql-server/modify-license-type
    • azure-hybrid-benefit/modify-license-type

samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

samples/manage/azure-hybrid-benefit/modify-license-type/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)