Skip to content

Commit 8416154

Browse files
author
Alexander (Sasha) Nosov
committed
Fixed example
1 parent 1ad073a commit 8416154

File tree

1 file changed

+2
-2
lines changed
  • samples/manage/azure-arc-enabled-sql-server/modify-license-type

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 2/09/2023
1111

1212

1313
This script allows you to to set or change the license type on all Azure-connected SQL Servers
14-
on a specific resource, in a single resource group, a specific subscription, a list of subscriptions or the entire account. By default, it sets the specified license type value on the servers where it is undefined. But you can request to set it on all servers in the selected scope.
14+
on a specific resource, in a single resource group, a specific subscription, a list of subscriptions or all subscriptions to which you have access. By default, it sets the specified license type value on the servers where it is undefined. But you can request to set it on all servers in the selected scope.
1515

1616
You can specify a single subscription to scan, or provide a list of subscriptions as a .CSV file.
1717
If not specified, all subscriptions your role has access to are scanned.
@@ -70,7 +70,7 @@ Use the following steps to run the script in Cloud Shell.
7070
3. Run the script.
7171

7272
```console
73-
.//modify-license-type.ps1 -LicenseType "PAYG"
73+
.//modify-license-type.ps1 -LicenseType PAYG -All $True
7474
```
7575

7676
> [!NOTE]

0 commit comments

Comments
 (0)