<https://www.pulumi.com/registry/packages/azure-na...
# dotnet
a
https://www.pulumi.com/registry/packages/azure-native/api-docs/sql/server/#administrators_csharp Is there a way to avoid replacement (delete/create) of SQL server when enabling AAD authentication?
i
i’ve had this problem. what I did was make the change manually, run
pulumi refresh
, and then it might work. This is apparently Microsoft’s issue to solve, but it’s very annoying
a
Can confirm that
pulumi refresh --target <urn>
did the job.