Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[AutoPR dns/resource-manager] Adding changes to support Private DNS Public Preview #2132

Merged
merged 5 commits into from
Mar 14, 2018

Conversation

AutorestCI
Copy link
Contributor

@AutorestCI
Copy link
Contributor Author

AutorestCI commented Mar 8, 2018

(message created by the CI based on PR content)

Installation instruction

Package azure-mgmt-dns

You can install the package azure-mgmt-dns of this PR using the following command:
pip install "git+https://github.com/Azure/azure-sdk-for-python@restapi_auto_2587#egg=azure-mgmt-dns&subdirectory=azure-mgmt-dns"

You can build a wheel to distribute for test using the following command:
pip wheel --no-deps "git+https://github.com/Azure/azure-sdk-for-python@restapi_auto_2587#egg=azure-mgmt-dns&subdirectory=azure-mgmt-dns"

If you have a local clone of this repository, you can also do:

  • git checkout restapi_auto_2587
  • pip install -e ./azure-mgmt-dns

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_2587
  • pip wheel --no-deps ./azure-mgmt-dns

Direct download

Your files can be directly downloaded here:

@codecov-io
Copy link

codecov-io commented Mar 8, 2018

Codecov Report

❗ No coverage uploaded for pull request base (restapi_auto_dns/resource-manager@8ae0fc2). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@                         Coverage Diff                          @@
##             restapi_auto_dns/resource-manager    #2132   +/-   ##
====================================================================
  Coverage                                     ?   51.42%           
====================================================================
  Files                                        ?     5027           
  Lines                                        ?   127550           
  Branches                                     ?        0           
====================================================================
  Hits                                         ?    65597           
  Misses                                       ?    61953           
  Partials                                     ?        0
Impacted Files Coverage Δ
...ure-mgmt-dns/azure/mgmt/dns/models/sub_resource.py 100% <100%> (ø)
...zure/mgmt/dns/operations/record_sets_operations.py 78.73% <100%> (ø)
azure-mgmt-dns/azure/mgmt/dns/models/zone.py 100% <100%> (ø)
...-dns/azure/mgmt/dns/operations/zones_operations.py 81.76% <100%> (ø)
azure-mgmt-dns/azure/mgmt/dns/models/__init__.py 100% <100%> (ø)
...ure/mgmt/dns/models/dns_management_client_enums.py 100% <100%> (ø)
...e-mgmt-dns/azure/mgmt/dns/dns_management_client.py 96.66% <100%> (ø)
azure-mgmt-dns/azure/mgmt/dns/version.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8ae0fc2...9e44b82. Read the comment docs.

removing the required property on zoneType also fixing example
@lmazuel lmazuel merged commit 8222b2e into restapi_auto_dns/resource-manager Mar 14, 2018
@lmazuel lmazuel deleted the restapi_auto_2587 branch March 14, 2018 18:46
lmazuel pushed a commit that referenced this pull request Mar 14, 2018
* [AutoPR dns/resource-manager] Add DNS 2017-10-01 API version (#2077)

* Generated from 4709b831b9515ed6c45240d5a4421a63d0d7c1ea

Add DNS 2017-10-01 API version

* Generated from 95b6f270e9e4fb0221e5f8b8a92a788b457219d6

Add x-ms-client-name for recordsetnamesuffix for RecordSets_ListAllByDnsZone

* Generated from 15ee9924ab753d364d43aec746d3dbd76a5570a7 (#2121)

Fix SDK breaking change in 2017-10-01 DNS Swagger and add linter error suppressions

* [AutoPR dns/resource-manager] Adding changes to support Private DNS Public Preview (#2132)

* Generated from c7fd5f85b7c3e7389ff7cf4b533c1bed1aeead08

Update Py version

* Fixing public zone test. Adding private zone test.

* Separating creation of virtual networks in a preparer class.

* Generated from 376c664778e112a01c129a0fbeebdf0f7d8a5c1e

removing the required property on zoneType also fixing example

* DNS swagger as of 08eebca

* Prepare azure-mgmt-dns 2.0.0rc1

* Generated from 89cf22d8de4f8659cbe1c7af1655f8f3b3d9621a (#2173)

Fix SDK breaking change in 2017-10-01 DNS Swagger ref Azure/azure-rest-api-specs#2612

* Update version.py
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants