We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa6aa8 commit 3a92cb8Copy full SHA for 3a92cb8
1 file changed
MasterScript.ps1
@@ -48,7 +48,8 @@ param(
48
[string] $CertificateThumbprint,
49
[Parameter(ParameterSetName='CertSPN',Mandatory = $true)]
50
[string] $ApplicationId,
51
- [Parameter(Mandatory = $false)]
+ [Parameter(ParameterSetName='CertSPN',Mandatory = $true)]
52
+ [Parameter(ParameterSetName='AdminAccount',Mandatory = $false)]
53
[string] $TenantId
54
55
)
0 commit comments