Add Azure Key Vault support and enhance credential handling in configuration data

This commit is contained in:
Torsten Brendgen
2026-07-03 10:34:25 +02:00
parent 9b36693444
commit 943894b8fe
8 changed files with 453 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ function Assert-ConfigurationDataSecretReference {
$Name,
[Parameter(Mandatory=$true)]
[ValidateSet("credential", "securestring")]
[ValidateSet("credential", "securestring", "string")]
[string]
$TypeName,