How do I retrieve a secret from a KeyVault with Az...
# azure
m
How do I retrieve a secret from a KeyVault with AzureNative? The GetSecret method of the KeyVault module looked promising but the description for the Value property of SecretPropertiesResponse states The value of the secret. NOTE: ‘value’ will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets. and this is what I am finding with my tests.
t
You may have to use Azure SDK for that. I guess we could fix this internally, so feel free to open an issue.
m
ok 😞