You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,17 @@ ms.date: 2/09/2023
11
11
12
12
13
13
This script allows you to to set or change the license type on all Azure-connected SQL Servers
14
-
in 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 scope.
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.
15
15
16
16
You can specify a single subscription to scan, or provide a list of subscriptions as a .CSV file.
17
-
If not specified, all subscriptions your role has access to are scanned.
17
+
If not specified, all subscriptions your role has access to are scanned.
18
+
19
+
If the license type is not specified, the value "Paid" is used.
18
20
19
21
20
22
# Required permissions
21
23
22
-
You must be at least a *Contributor*of each subscription you modify.
24
+
You must have at least a *Contributor*role in each subscription you modify.
23
25
24
26
# Launching the script
25
27
@@ -28,6 +30,8 @@ The script accepts the following command line parameters:
0 commit comments