Skip to content

Commit 3efc1c7

Browse files
author
SDK Automation
committed
Update from master
1 parent 205a1cb commit 3efc1c7

13 files changed

+2056
-2230
lines changed

sdk/network/azure-mgmt-network/CHANGELOG.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# Release History
22

3-
## 10.2.0 (2020-04-10)
4-
5-
**Features**
6-
7-
- Model VpnConnection has a new parameter routing_configuration
8-
- Model NatRuleCondition has a new parameter terminate_tls
9-
- Model HubVirtualNetworkConnection has a new parameter routing_configuration
10-
- Model ExpressRouteConnection has a new parameter routing_configuration
11-
- Model FirewallPolicy has a new parameter transport_security
12-
- Model FirewallPolicy has a new parameter identity
13-
- Model FirewallPolicy has a new parameter threat_intel_whitelist
14-
- Model ApplicationRuleCondition has a new parameter target_urls
15-
- Model P2SConnectionConfiguration has a new parameter routing_configuration
16-
- Model BackendAddressPool has a new parameter load_balancer_backend_addresses
17-
- Added operation LoadBalancerBackendAddressPoolsOperations.create_or_update
18-
- Added operation LoadBalancerBackendAddressPoolsOperations.delete
19-
- Added operation group HubRouteTablesOperations
20-
213
## 10.1.0 (2020-04-10)
224

235
**Features**

sdk/network/azure-mgmt-network/azure/mgmt/network/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "10.2.0"
8+
VERSION = "10.1.0"

sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_dns_availability.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ interactions:
99
Connection:
1010
- keep-alive
1111
User-Agent:
12-
- python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10
13-
msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python
12+
- python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13
13+
msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python
1414
accept-language:
1515
- en-US
1616
method: GET
17-
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=pydomain&api-version=2020-04-01
17+
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=pydomain&api-version=2020-03-01
1818
response:
1919
body:
2020
string: "{\r\n \"available\": true\r\n}"
@@ -26,7 +26,7 @@ interactions:
2626
content-type:
2727
- application/json; charset=utf-8
2828
date:
29-
- Wed, 13 May 2020 05:05:22 GMT
29+
- Tue, 14 Apr 2020 09:34:32 GMT
3030
expires:
3131
- '-1'
3232
pragma:
@@ -43,7 +43,7 @@ interactions:
4343
x-content-type-options:
4444
- nosniff
4545
x-ms-arm-service-request-id:
46-
- be41fb9f-ff11-4633-b42c-0ca87bc77c0c
46+
- 1c55a1d4-76d9-47a1-b9d6-13d4f65216a6
4747
status:
4848
code: 200
4949
message: OK

sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_express_route_service_providers.yaml

Lines changed: 100 additions & 138 deletions
Large diffs are not rendered by default.

sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_load_balancers.yaml

Lines changed: 111 additions & 110 deletions
Large diffs are not rendered by default.

sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_interface_card.yaml

Lines changed: 107 additions & 108 deletions
Large diffs are not rendered by default.

sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_security_groups.yaml

Lines changed: 151 additions & 227 deletions
Large diffs are not rendered by default.

sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_public_ip_addresses.yaml

Lines changed: 69 additions & 64 deletions
Large diffs are not rendered by default.

sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_routes.yaml

Lines changed: 103 additions & 103 deletions
Large diffs are not rendered by default.

sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_subnets.yaml

Lines changed: 127 additions & 81 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)