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/modify-arc-sql-license-type.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
Updates the license type for Azure Arc SQL resources to a specified license and license related options.
5
5
6
6
.DESCRIPTION
7
-
The script updates the license related settings of the SQL extenstion resources in a specified Entra ID tenant. You can specify a particular subscription, resource group or an individual connected machine.
7
+
The script updates the license related settings of the SQL extension resources in a specified Entra ID tenant. You can specify a particular subscription, resource group or an individual connected machine.
8
8
You can also provide a list of subscriptions as a .CSV file.
9
9
By default, all subscriptions in your current tenant id are scanned.
10
10
@@ -39,13 +39,13 @@
39
39
Optional. If specified, excludes the resources that have this tag assigned.
40
40
41
41
.PARAMETERTenantId
42
-
Optional. If specified, this tenant id to log in both PoaerShell and CLI. Otyherwise, the current logoin context is used.
42
+
Optional. If specified, this tenant id to log in both PowerShell and CLI. Otherwise, the current login context is used.
43
43
44
44
.PARAMETERReportOnly
45
45
Optional. If true, generates a csv file with the list of resources that are to be modified, but doesn't make the actual change.
46
46
47
47
.PARAMETERUseManagedIdentity
48
-
Optional. If true, logs in both PoaerShell and CLI using managed identity. Required to run the script as a runbook.
48
+
Optional. If true, logs in both PowerShell and CLI using managed identity. Required to run the script as a runbook.
0 commit comments