Skip to content

Commit c7efee3

Browse files
author
Alexander (Sasha) Nosov
committed
Fixed some typos
1 parent 8dee578 commit c7efee3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Updates the license type for Azure Arc SQL resources to a specified license and license related options.
55
66
.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.
88
You can also provide a list of subscriptions as a .CSV file.
99
By default, all subscriptions in your current tenant id are scanned.
1010
@@ -39,13 +39,13 @@
3939
Optional. If specified, excludes the resources that have this tag assigned.
4040
4141
.PARAMETER TenantId
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.
4343
4444
.PARAMETER ReportOnly
4545
Optional. If true, generates a csv file with the list of resources that are to be modified, but doesn't make the actual change.
4646
4747
.PARAMETER UseManagedIdentity
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.
4949
5050
#>
5151

0 commit comments

Comments
 (0)