Thomas Kappler
Thomas Kappler
Thank you for your submission, @abhishekaj, and sorry for the late response. Closing this one in favor of #2219.
@pierskarsenbarg do you happen to have a full repro? I think I know how to fix it but cannot verify the fix without a bunch of manual setup.
related: pulumi/pulumi-digitalocean#341
@mikhailshilkov I think the `ZipFile` property is the same one that was always there and that Levi mentioned on his comment from 10/20/21. It expects the actual source code, not...
I think [this response from the Azure SQL team](https://github.com/Azure/bicep-types-az/issues/1436#issuecomment-1478345855) is the explanation for this odd behavior. Essentially - Changing the password is not allowed when Entra-only auth is enabled because...
@danielrbradley It's slightly more tricky than that. If `AzureADOnlyAuthentication` is _not_ set, then updating the password is allowed. So the property is create-only _only if_ `AzureADOnlyAuthentication` is enabled.
The added docs are [live now](https://www.pulumi.com/registry/packages/azure-native/api-docs/sql/server/). I hope that helps.
I'll close this issue since it's essentially by design of the Azure API. https://github.com/pulumi/pulumi/issues/13999 might be a future enhancement to make this design easier to work with.
Now tracked by https://github.com/pulumi/pulumi/issues/16084 upstream.
I've written a complete program to reproduce this issue, see below. [This upstream issue](https://github.com/microsoft/azure-container-apps/issues/733) suggests that the error `value or keyVaultUrl and identity should be provided` can be misleading and...