Removed hard coded tenant ID

This commit is contained in:
Alexander (Sasha) Nosov
2025-05-27 17:15:54 -07:00
parent 9972502939
commit d2b37a3d29
@@ -85,7 +85,7 @@ param (
[string] $TenantId,
[Parameter (Mandatory= $false)]
[switch] $ReportOnly=$true,
[switch] $ReportOnly,
[Parameter (Mandatory= $false)]
[switch] $UseManagedIdentity,