Skip to content

Commit 2fa6aa8

Browse files
authored
Update TenantID comment
Updating the comment to specify it has to be used if using SPN
1 parent 6da2d1e commit 2fa6aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

InvokeMasterScript.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Set-ExecutionPolicy -ExecutionPolicy Unrestricted
1616
#Uncomment the below 2 lines if using a SPN Cert to gather data
1717
#-CertificateThumbprint "<Replace with the thumbprint of your cert used for SPN>" `
1818
#-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
19+
#Uncomment the below line if using TenantID as part of sign in of the Management Endpoint, requried if using SPN
2020
#-TenantId "<Replace with the TenantId for the AzureStack>"
2121

2222

0 commit comments

Comments
 (0)