Az.Keyvaut - SecretManagement - Modification to Secret parameter and support for SecureStringSecret #12190
Labels
Azure PS Team
customer-reported
feature-request
This issue requires a new behavior in the product in order be resolved.
KeyVault
Milestone
The implementation of the Microsoft.Powershell.SecretManagement module helper have a SecretValue parameter that accept a secure string.
It would be nice for the implementation to match the SecretManagementModule.
Powershell implementation of the module have 2 parameters
-SecretValue accept object (supported are)
ByteArray
String
PSCredential
Hashtable
-SecureStringSecret accept a secure string.
Relevant
Set-Secret helper support
-SecretValue
as object (but not -SecureStringSecret) hereSetSecret Keyvault implementation
-SecretValue
is a SecureString hereThe text was updated successfully, but these errors were encountered: