-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[RDBMS] Add Private DNS zone for every database server created with private network access #17767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Create command without Private DNS zone support will not be supported post GA of flexible server. Is there any way we can guide the customers to upgrade the CLI version? |
|
@Juliehzl @evelyn-ys to help with |
@DaeunYim We cannot change behavior for existing Azure CLI users. As you mentioned, without Private DNS zone will not be support. Does it mean without private DNS parameter, previous command will fail? |
Yes post GA it will eventually be deprecated. Let me communicate with the backend team to give a good actionable error on this.. |
|
This PR needs new Python SDK release. I have updated and checked the tests are passing with the locally generated SDK. Let me work with the SDK release vendor and add the version once it's done,, |
|
Confirmed all failing tests are due to fault in latest Python SDK version. Let me work on it as soon as the new SDK is out,, |
Hi @DaeunYim, as there are thousands of command invocation for |
Description
Testing Guide
History Notes
[RDBMS] BREAKING CHANGE: az mysql flexible-server create command parameter --storage-size default value is changed from 10 to 32.
[RDBMS] az postgres flexible-server create command added --private-dns-zone parameter for creating server with private access.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.