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

[AutoPR] network/resource-manager #2376

Closed
wants to merge 20 commits into from

Conversation

AutorestCI
Copy link
Contributor

Created to accumulate context: network/resource-manager

…les (#2362)

* Generated from a9c23699751feeec69e262eca9d20c7b3954b1bc

Add Local and Virtual Gateway Examples

* Generated from 52569aaeeb6240d2e4597da6afc5faa2ce0c92df

Added missing lines from 2018-02-01 to virtualNetworkGateway
@codecov-io
Copy link

codecov-io commented Apr 10, 2018

Codecov Report

Merging #2376 into master will increase coverage by <.01%.
The diff coverage is 48.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2376      +/-   ##
==========================================
+ Coverage   54.27%   54.27%   +<.01%     
==========================================
  Files        5326     5326              
  Lines      126606   126588      -18     
==========================================
- Hits        68712    68706       -6     
+ Misses      57894    57882      -12
Impacted Files Coverage Δ
...018_02_01/models/express_route_cross_connection.py 29.41% <0%> (ø) ⬆️
...1/models/express_route_cross_connection_peering.py 21.73% <0%> (ø) ⬆️
...t/network/v2018_02_01/network_management_client.py 97.74% <100%> (ø) ⬆️
...-network/azure/mgmt/network/v2018_02_01/version.py 100% <100%> (ø) ⬆️
...02_01/models/express_route_cross_connection_py3.py 29.41% <25%> (ø) ⬆️
..._02_01/operations/network_interfaces_operations.py 42.81% <46.66%> (+0.49%) ⬆️
...dels/express_route_cross_connection_peering_py3.py 21.73% <50%> (ø) ⬆️
...02_01/operations/public_ip_addresses_operations.py 57.57% <63.63%> (+0.43%) ⬆️

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 72d71b3...43d5dab. Read the comment docs.

@AutorestCI
Copy link
Contributor Author

AutorestCI commented Apr 11, 2018

(message created by the CI based on PR content)

Installation instruction

Package azure-mgmt-network

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

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_network/resource-manager#egg=azure-mgmt-network&subdirectory=azure-mgmt-network"

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

  • git checkout restapi_auto_network/resource-manager
  • pip install -e ./azure-mgmt-network

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_network/resource-manager
  • pip wheel --no-deps ./azure-mgmt-network

Direct download

Your files can be directly downloaded here:

…dation message (#2456)

* Generated from 020667ced23298f24df9b41844504340faf7b113

Network Watcher: Suppressing a validation message

* Generated from 857a54b5f417a5d53c2715d3d852e99e159d4fec

Network watcher: Fixed property name in ConnectivityCheckRequest: HTTPConfiguration -> httpConfiguration

* Generated from 51b3f3e34c0cc3a9afa0477cba19f434ab443124

Fixed message in warning supression
…ly for DdosProtectionPlan by bringing properties from shared resource (Fix RPCViolation) (#2427)

* Generated from f9f7727c0ebbc6a0e0d64c1ad3fb64ca3d81132d

Make id readonly by bringing properties from shared resource

* Generated from f9f7727c0ebbc6a0e0d64c1ad3fb64ca3d81132d

Make id readonly by bringing properties from shared resource
Merge branch 'master' into Network-2018-05-01

# Conflicts:
#	specification/network/resource-manager/readme.md
…2652)

* Generated from 5f0be8e7d15826d0a75d882f827363c62b7739e8

moved 2018-05-01 progress to April folder

* Generated from edb1d9d70cd32b00ac48e3ec2a55dae5003522f5

fixed api-version to the april one
…2657)

* Generated from 5f0be8e7d15826d0a75d882f827363c62b7739e8

moved 2018-05-01 progress to April folder

* Generated from edb1d9d70cd32b00ac48e3ec2a55dae5003522f5

fixed api-version to the april one
added primary flag to the NetworkInterfaceIPConfigurationPropertiesFormat object of networkInterface.json definition of Network 2015-06-15 spec
lmazuel and others added 2 commits June 20, 2018 11:37
…-2018-06-01 (api-version 2018-04-01) (#2776)

* Generated from e15c8600ed6dbd8440f2471838554034175c4c07

Integrated recent changes into 2018-04-01

* Generated from ca313b2e8484a0dca375caa8d71a581f6a0e4353

moved fixes in Vnet gateway to april branch

* Generated from 05c228ff1cea5f29c0748791f907a63d3a347b4e

reverted nic vm as readonly

* Generated from f3195c8e637274e6bc1ffe14dc891c101c923c7f

Adding VirtualWan Swagger (#3204)

* Adding VirtualWan Swagger

* Adding the CRUD Apis for VpnConnections

* Updating VpnGateway examples

* Fixing build errors

* Addressing comments

* Addressing comments and editing VpnConnection definition and corresponding examples

* Addressing comments

* Removing enableRateLimiting property

* Addressing comments

* Changing the version to 2018-04-01 version
Removed May folder because this API version is not published
Removed May folder because this API version is not published
Suppress RequiredPropertiesMissingInResourceModel for AzureFirewall swagger
Correction to the API path for operation VpnConnections_ListByVpnGateway
Renaming ConnectionBandwidthInMbps to ConnectionBandwidth
@Azure Azure deleted a comment from AutorestCI Jul 17, 2018
@lmazuel lmazuel closed this Jul 17, 2018
@lmazuel lmazuel deleted the restapi_auto_network/resource-manager branch July 17, 2018 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants