You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated Example 3 of the Connect-AzAccount.md page to use the correct PowerShell variable. (#22376)
In line 137 the variable created is $SecurePassword but in line 140 $SecuredPassword was being used. Copying this example leads to the following error: New-Object : Exception calling ".ctor" with "2" argument(s): "Cannot process argument because the value of argument
"password" is null. Change the value of argument "password" to a non-null value."
0 commit comments