-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password parameter and other password-like parameters expect a plain-text string #4359
Comments
DescriptionPer PowerShell team advice, single-value secrets (e.g. certificate passwords) whould be represented as SecureString parameters. For each of the obove cmdlets:
Cost: 2 |
13 tasks
13 tasks
Last task associated with this issue: Ensure that each team makes the necessary changes before the November release.
|
Fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bunch of AzureRM cmdlets that deal with secrets using -Password, -CertificatePassword and other password-like parameters (for example, for working with "keys") expect a string value instead of a SecureString value or PSCredential.
For example:
The text was updated successfully, but these errors were encountered: