We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da2d1e commit 2fa6aa8Copy full SHA for 2fa6aa8
1 file changed
InvokeMasterScript.ps1
@@ -16,7 +16,7 @@ Set-ExecutionPolicy -ExecutionPolicy Unrestricted
16
#Uncomment the below 2 lines if using a SPN Cert to gather data
17
#-CertificateThumbprint "<Replace with the thumbprint of your cert used for SPN>" `
18
#-ApplicationId "<Replace with the ClientID of the SPN>" `
19
- #Uncomment the below line if using TenantID as part of sign in of the Management Endpoint
+ #Uncomment the below line if using TenantID as part of sign in of the Management Endpoint, requried if using SPN
20
#-TenantId "<Replace with the TenantId for the AzureStack>"
21
22
0 commit comments