Hello, is there a way to get azure keyvault secret...
# general
h
Hello, is there a way to get azure keyvault secret with Pulumi (C#). I'm currently using
Pulumi.AzureNative.KeyVault.Get.GetSecret
which return the
Pulumi.AzureNative.KeyVault.GetSecretResult
type, which should hold the secret in
Properties.Value
but it doesn't. The result contains the secret name etc. but not the secret itself ?
c
I think native provider doesn't support that, but you will need to do with classic one, I had same issue with typescript, and I did with azure-classic.