-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Adding support for Private DNS Public Preview #5757
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
|
View a preview at https://prompt.ws/r/Azure/azure-cli/5757 |
|
Once the Python SDK is generated, I will update its version in this PR. |
tjprescott
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great. Please just enhance your test to cover the new update functionality for registration/resolution vnets.
| 2.0.26 | ||
| ++++++ | ||
| * `network dns zone create`: Adding support for creating Private DNS zones. | ||
| * `network dns zone update`: Adding support for updating Private DNS zones. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also just say network dns zone create/update.
| checks=self.is_empty()) | ||
|
|
||
| @ResourceGroupPreparer(name_prefix='cli_test_dns') | ||
| def test_private_dns(self, resource_group): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a couple lines to test the zone update convenience arguments.
This PR adds support for creating/updating Private DNS zones for the public preview release. It is based on the Python SDK PR Azure/azure-sdk-for-python#2096 which in turn is based on Swagger version 2018-03-01-preview Azure/azure-rest-api-specs#2587.
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Command Guidelines
(see Authoring Command Modules)