Add Azure Key Vault support and enhance credential handling in configuration data
This commit is contained in:
@@ -6,7 +6,7 @@ function Assert-ConfigurationDataSecretReference {
|
||||
$Name,
|
||||
|
||||
[Parameter(Mandatory=$true)]
|
||||
[ValidateSet("credential", "securestring")]
|
||||
[ValidateSet("credential", "securestring", "string")]
|
||||
[string]
|
||||
$TypeName,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user