Using az cli command of az keyvault secret show --name $SecretName --vault-name $KeyVaultName --query value) returns the secret with double quotes.
This causes my subsequent REST call to fail.
How do I return the secret value only, no double quotes?
I also tried the --outputs tsv flag, but this returns a bunch of values. Per the docs, the order is not guaranteed.