Skip to content
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

Adding CLI extension for Private DNS Public Preview #100

Merged
merged 12 commits into from
Mar 15, 2018
Prev Previous commit
Next Next commit
Adding API version when creating DnsManagementClient
  • Loading branch information
muwaqar committed Mar 15, 2018
commit a4de7f5b30e7b53c048cc181900f097976fe4dad
2 changes: 1 addition & 1 deletion src/dns/azext_dns/_client_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
def cf_dns_mgmt_zones(cli_ctx, _):
from azure.cli.core.commands.client_factory import get_mgmt_service_client
from azext_dns.dns.dns_management_client import DnsManagementClient
return get_mgmt_service_client(cli_ctx, DnsManagementClient).zones
return get_mgmt_service_client(cli_ctx, DnsManagementClient, api_version="2018-03-01-preview").zones