Add Azure Key Vault support and enhance credential handling in configuration data
This commit is contained in:
@@ -25,7 +25,7 @@ function Resolve-ConfigurationDataParameterSecrets {
|
||||
$ResolvedConfigurationData.Parameters[$Parameter.Name] = $Definition
|
||||
|
||||
$TypeName = [string](Get-ConfigurationDataMapValue -Map $Definition -Key "Type" -DefaultValue "")
|
||||
if($TypeName -notin @("credential", "secureString")){
|
||||
if($TypeName -notin @("credential", "secureString", "string")){
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user