I've just updated to 0.16.14 and now i'm getting `...
# general
b
I've just updated to 0.16.14 and now i'm getting
Copy code
~   ├─ azure:keyvault:AccessPolicy                                  pulumi-keyvault-create-access                  refresh     [diff: +keyVaultId]
followed by
Copy code
azure:keyvault:Secret (EventHubLeaseStorage):
    error: Preview failed: refreshing urn:pulumi:operations::operations::azure:keyvault/secret:Secret::EventHubLeaseStorage: Error checking if key vault "" for Secret "EventHubLeaseStorage" in Vault at url "<https://pulumi.vault.azure.net/>" exists: keyVaultId is empty
are there any plans to adopt semver eventually? pulumi/azure 0.16.7 -> 0.16.8 introduces a breaking change.
I've added keyVaultId to the definition but still getting this error, not sure how to fix this
s
It looks like there’s a fix available, I’ll look at cherry picking that
b
ah interesting thanks
how will the migration from vaultUri -> vaultId work
is that something pulumi will handle itself?