Skip to content

Commit 5042039

Browse files
authored
Updating comments to avoid run errors
Updated instructional comments to remove them so the command can run properly
1 parent 5289c82 commit 5042039

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

InvokeMasterScript.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Set-ExecutionPolicy -ExecutionPolicy Unrestricted
1010
-Region "<Replace with your region name specified in deploymet>" `
1111
-Fqdn "<Replace with your FQDN which follows the region name in your URL, eg.. azurestack.corp.microsoft.com>" `
1212
-OEM "<Replace with your hardware vendor name>" `
13-
#Uncomment the below 2 lines if using Admin Credentials to gather data
14-
#-azureStackAdminUsername "<Replace with your service admin account to access the admin portal/apis>" `
13+
#Uncomment the below 2 lines and remove this line if using Admin Credentials to gather data otherwise remove this and the below 2 lines
14+
#-azureStackAdminUsername "<Replace with your service admin account to access the admin portal/apis>" `
1515
#-azureStackAdminPassword "<Replace with your service admin password>"
16-
#Uncomment the below 2 lines if using a SPN Cert to gather data
16+
#Uncomment the below 2 lines and remove this line if using a SPN Cert to gather data otherwise remove this and the below 2 lines
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, requried if using SPN
19+
#Remove this line and 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)