Skip to content

Commit a9c0bee

Browse files
author
brbartle
authored
Update RegisterWithAzure.ps1 to use PSCredential
1 parent c991ab5 commit a9c0bee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Registration/RegisterWithAzure.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Name of your AAD Tenant which your Azure subscription is a part of. This paramet
3131
3232
Username for an owner/contributor of the azure subscription. This user must not be an MSA or 2FA account. This parameter is mandatory.
3333
34-
.PARAMETER azureAccountPassword
34+
.PARAMETER azureCredential
3535
36-
Password for the Azure subscription. You will be prompted to type in this password if its not specified. Make sure JavaScript is enabled for the browser.
36+
Powershell object that contains credential information such as user name and password. If not supplied script will request login via gui
3737
3838
.PARAMETER azureEnvironment
3939

0 commit comments

Comments
 (0)