https://pulumi.com logo
Title
n

nice-guitar-97142

02/25/2021, 9:25 PM
we are migrating to
next-gen
in our Typescript project and can’t find any mention of
Certificate
under
keyvault
. does it live somewhere else now? this used to be under
azure.keyvault.Certificate
t

tall-librarian-49374

02/25/2021, 10:50 PM
It’s not currently part of ARM API which the next gen provider is based on. The old provider uses the data-plane KeyVault API. Do you mind opening an issue to track?
n

nice-guitar-97142

02/25/2021, 11:38 PM
ok that makes sense. i should have checked the ARM API, my fault. I will open an issue and just use the
azure.keyvault.Certificate
for now. Thanks!