You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use correct cloud environment in azcore client (#3799)
When instantiating the new azcore-based Azure client, the cloud
environment (public, usgov, etc.) was looked up in a wrong way. Since it
defaults to "public", it didn't error and worked for most users. This PR
refactors and adds more tests for more solid coverage.
Fixes#3795.
Custom delete for dbforpostgresql:Configuration to reset to the corre…
…ct default (#3752)
Resolves#3476.
The `dbforpostgresql:Configuration` resource cannot actually be deleted,
so we reset it to its default value instead. However, there are many
configuration parameters with different defaults. On delete, we first
GET this configuration to read the correct default value, then set it.
This is the same approach that `az` takes in `az postgres
flexible-server parameter set`.