Skip to content

Commit

Permalink
Generated from e9503c629e1d5f12fc4c00b3d9bb19a1ab4bb109
Browse files Browse the repository at this point in the history
Fixing proxy settings name.
  • Loading branch information
SDK Automation committed May 21, 2020
1 parent 3e361d7 commit a1a0b58
Show file tree
Hide file tree
Showing 16 changed files with 2,236 additions and 2,062 deletions.
18 changes: 18 additions & 0 deletions sdk/network/azure-mgmt-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release History

## 10.2.0 (2020-04-10)

**Features**

- Model VpnConnection has a new parameter routing_configuration
- Model NatRuleCondition has a new parameter terminate_tls
- Model HubVirtualNetworkConnection has a new parameter routing_configuration
- Model ExpressRouteConnection has a new parameter routing_configuration
- Model FirewallPolicy has a new parameter transport_security
- Model FirewallPolicy has a new parameter identity
- Model FirewallPolicy has a new parameter threat_intel_whitelist
- Model ApplicationRuleCondition has a new parameter target_urls
- Model P2SConnectionConfiguration has a new parameter routing_configuration
- Model BackendAddressPool has a new parameter load_balancer_backend_addresses
- Added operation LoadBalancerBackendAddressPoolsOperations.create_or_update
- Added operation LoadBalancerBackendAddressPoolsOperations.delete
- Added operation group HubRouteTablesOperations

## 10.1.0 (2020-04-10)

**Features**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ConnectionMonitorsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client API version. Constant value: "2019-07-01".
:ivar api_version: Client API version. Constant value: "2019-06-01".
"""

models = models
Expand All @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2019-07-01"
self.api_version = "2019-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ConnectionMonitorsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client API version. Constant value: "2019-08-01".
:ivar api_version: Client API version. Constant value: "2019-06-01".
"""

models = models
Expand All @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2019-08-01"
self.api_version = "2019-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ConnectionMonitorsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client API version. Constant value: "2019-09-01".
:ivar api_version: Client API version. Constant value: "2019-06-01".
"""

models = models
Expand All @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2019-09-01"
self.api_version = "2019-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "10.1.0"
VERSION = "10.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ interactions:
Connection:
- keep-alive
User-Agent:
- python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13
msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python
- python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10
msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=pydomain&api-version=2020-03-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=pydomain&api-version=2020-04-01
response:
body:
string: "{\r\n \"available\": true\r\n}"
Expand All @@ -26,7 +26,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Tue, 14 Apr 2020 09:34:32 GMT
- Wed, 13 May 2020 05:05:22 GMT
expires:
- '-1'
pragma:
Expand All @@ -43,7 +43,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-arm-service-request-id:
- 1c55a1d4-76d9-47a1-b9d6-13d4f65216a6
- be41fb9f-ff11-4633-b42c-0ca87bc77c0c
status:
code: 200
message: OK
Expand Down
Loading

0 comments on commit a1a0b58

Please sign in to comment.