Skip to content

Commit d2b37a3

Browse files
author
Alexander (Sasha) Nosov
committed
Removed hard coded tenant ID
1 parent 9972502 commit d2b37a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ param (
8585
[string] $TenantId,
8686

8787
[Parameter (Mandatory= $false)]
88-
[switch] $ReportOnly=$true,
88+
[switch] $ReportOnly,
8989

9090
[Parameter (Mandatory= $false)]
9191
[switch] $UseManagedIdentity,

0 commit comments

Comments
 (0)