Skip to content

Commit 587071e

Browse files
author
Alexander (Sasha) Nosov
committed
Flipped TenantId back to optional
1 parent 86cf430 commit 587071e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Optional. If specified, excludes the resources that have this tag assigned.
4040
4141
.PARAMETER TenantId
42-
Required. If specified, this tenant id to log in both PowerShell and CLI. Otherwise, the current login 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.
@@ -81,7 +81,7 @@ param (
8181
[Parameter (Mandatory= $false)]
8282
[object] $ExclusionTags,
8383

84-
[Parameter (Mandatory= $true)]
84+
[Parameter (Mandatory= $false)]
8585
[string] $TenantId,
8686

8787
[Parameter (Mandatory= $false)]

0 commit comments

Comments
 (0)