mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Flipped TenantId back to optional
This commit is contained in:
+2
-2
@@ -39,7 +39,7 @@
|
|||||||
Optional. If specified, excludes the resources that have this tag assigned.
|
Optional. If specified, excludes the resources that have this tag assigned.
|
||||||
|
|
||||||
.PARAMETER TenantId
|
.PARAMETER TenantId
|
||||||
Required. If specified, this tenant id to log in both PowerShell and CLI. Otherwise, the current login context is used.
|
Optional. If specified, this tenant id to log in both PowerShell and CLI. Otherwise, the current login context is used.
|
||||||
|
|
||||||
.PARAMETER ReportOnly
|
.PARAMETER ReportOnly
|
||||||
Optional. If true, generates a csv file with the list of resources that are to be modified, but doesn't make the actual change.
|
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 (
|
|||||||
[Parameter (Mandatory= $false)]
|
[Parameter (Mandatory= $false)]
|
||||||
[object] $ExclusionTags,
|
[object] $ExclusionTags,
|
||||||
|
|
||||||
[Parameter (Mandatory= $true)]
|
[Parameter (Mandatory= $false)]
|
||||||
[string] $TenantId,
|
[string] $TenantId,
|
||||||
|
|
||||||
[Parameter (Mandatory= $false)]
|
[Parameter (Mandatory= $false)]
|
||||||
|
|||||||
Reference in New Issue
Block a user