Create Azure Key Vault Secrets with Azure CLI drops caret ^ character in value
问题 I am trying to create a new Azure Key Vault secret using the Azure Cli v2.9.0 (we use this version in our pipelines and upgrading would be difficult at the moment.) via the command below, az keyvault secret set --vault-name $myKeyVaultName -n $mySecretName --value "abc^def" The command is accepted and a new secret is created but it drops the caret (^) from the string and results in a secret value of abcdef instead of the intended abc^def. During my testing I have seen the below message from