https://pulumi.com logo
Title
m

miniature-leather-70472

03/02/2021, 5:35 PM
It looks like the Azure NextGen provider has now been renamed to Azure Native, is this just a simple rename? Are we expecting GA soon? The fact that the readme states it is in private preview, yet the package is on nuget has confused me a bit
b

billowy-army-68599

03/02/2021, 5:44 PM
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

miniature-leather-70472

03/03/2021, 9:31 AM
@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

tall-librarian-49374

03/03/2021, 9:32 AM
m

miniature-leather-70472

03/03/2021, 9:38 AM
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

tall-librarian-49374

03/03/2021, 9:45 AM
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

miniature-leather-70472

03/03/2021, 10:13 AM
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

melodic-easter-82419

04/19/2021, 4:52 PM
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

important-flower-8259

04/27/2021, 6:02 PM
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?