Skip to content

Conversation

@muwaqar
Copy link
Contributor

@muwaqar muwaqar commented Mar 8, 2018

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

  • The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

Command Guidelines

  • Each command and parameter has a meaningful description.
  • Each new command has a test.

(see Authoring Command Modules)

@muwaqar muwaqar requested a review from tjprescott March 8, 2018 02:15
@promptws
Copy link

promptws commented Mar 8, 2018

View a preview at https://prompt.ws/r/Azure/azure-cli/5757
This is an experimental preview for @microsoft users.

@muwaqar
Copy link
Contributor Author

muwaqar commented Mar 8, 2018

Once the Python SDK is generated, I will update its version in this PR.

Copy link
Member

@tjprescott tjprescott left a 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.
Copy link
Member

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):
Copy link
Member

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.

@tjprescott tjprescott added Network az network vnet/lb/nic/dns/etc... Feature labels Mar 8, 2018
@tjprescott tjprescott added this to the Sprint 34 milestone Mar 8, 2018
@muwaqar muwaqar closed this Mar 8, 2018
@muwaqar muwaqar deleted the muwaqar/private-dns-public-preview branch March 8, 2018 21:50
@haroldrandom haroldrandom added Feature Network az network vnet/lb/nic/dns/etc... labels Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Network az network vnet/lb/nic/dns/etc...

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants