This message was deleted.
# azure
s
This message was deleted.
b
hey! we are indeed preparing for GA, there's a blog post coming out very shortly! Good catch on the readme, we're fixing that up
re: migration - you should be able to just install the new provider using your package manager and update your imports and things will work, but if you do have any issues, please open a github issue
m
@tall-librarian-49374 you mention in that post the additional resources for managing Key Vault secrets as they are not in the ARM API, can you point me at the docs for how to do that as I can't find them and I need to get a secret out of KV
t
m
yeah I looked at that, but the getSecret command doesn't actually include the value of the secret: "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."
t
Ah, right. Then it’s probably not possible with our API - you’d have to call the Azure SDK. Sorry if the blog is confusing.
This sounds like a good use case for this task that I have https://github.com/pulumi/pulumi-azure-native/issues/601
m
ok, it is possible in the old provider so I can use that for now, would be good if the Native provide could adopt some of those data API's as well
m
Question why is the value not returned in the secret? Is that the default from Azure? I ask because this seems to work find in Terraform.
i
So for me it wasn’t the case of simple change of version in npm/update references. This seemed to want to re-create resources. Any tips on this?