Skip to content

Commit

Permalink
Generated from f299428cb173afc43d99fb121d9b107d25637636
Browse files Browse the repository at this point in the history
Fix build error
  • Loading branch information
SDK Automation committed Jun 3, 2020
1 parent 3efc1c7 commit 52cea0b
Show file tree
Hide file tree
Showing 15 changed files with 2,241 additions and 2,057 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 @@ -11736,6 +11736,9 @@ class P2SVpnGateway(Resource):
status.
:vartype vpn_client_connection_health:
~azure.mgmt.network.v2020_04_01.models.VpnClientConnectionHealth
:param custom_dns_servers: List of all customer specified DNS servers IP
addresses.
:type custom_dns_servers: list[str]
:ivar etag: A unique read-only string that changes whenever the resource
is updated.
:vartype etag: str
Expand All @@ -11761,6 +11764,7 @@ class P2SVpnGateway(Resource):
'vpn_gateway_scale_unit': {'key': 'properties.vpnGatewayScaleUnit', 'type': 'int'},
'vpn_server_configuration': {'key': 'properties.vpnServerConfiguration', 'type': 'SubResource'},
'vpn_client_connection_health': {'key': 'properties.vpnClientConnectionHealth', 'type': 'VpnClientConnectionHealth'},
'custom_dns_servers': {'key': 'properties.customDnsServers', 'type': '[str]'},
'etag': {'key': 'etag', 'type': 'str'},
}

Expand All @@ -11772,6 +11776,7 @@ def __init__(self, **kwargs):
self.vpn_gateway_scale_unit = kwargs.get('vpn_gateway_scale_unit', None)
self.vpn_server_configuration = kwargs.get('vpn_server_configuration', None)
self.vpn_client_connection_health = None
self.custom_dns_servers = kwargs.get('custom_dns_servers', None)
self.etag = None


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11736,6 +11736,9 @@ class P2SVpnGateway(Resource):
status.
:vartype vpn_client_connection_health:
~azure.mgmt.network.v2020_04_01.models.VpnClientConnectionHealth
:param custom_dns_servers: List of all customer specified DNS servers IP
addresses.
:type custom_dns_servers: list[str]
:ivar etag: A unique read-only string that changes whenever the resource
is updated.
:vartype etag: str
Expand All @@ -11761,17 +11764,19 @@ class P2SVpnGateway(Resource):
'vpn_gateway_scale_unit': {'key': 'properties.vpnGatewayScaleUnit', 'type': 'int'},
'vpn_server_configuration': {'key': 'properties.vpnServerConfiguration', 'type': 'SubResource'},
'vpn_client_connection_health': {'key': 'properties.vpnClientConnectionHealth', 'type': 'VpnClientConnectionHealth'},
'custom_dns_servers': {'key': 'properties.customDnsServers', 'type': '[str]'},
'etag': {'key': 'etag', 'type': 'str'},
}

def __init__(self, *, id: str=None, location: str=None, tags=None, virtual_hub=None, p2_sconnection_configurations=None, vpn_gateway_scale_unit: int=None, vpn_server_configuration=None, **kwargs) -> None:
def __init__(self, *, id: str=None, location: str=None, tags=None, virtual_hub=None, p2_sconnection_configurations=None, vpn_gateway_scale_unit: int=None, vpn_server_configuration=None, custom_dns_servers=None, **kwargs) -> None:
super(P2SVpnGateway, self).__init__(id=id, location=location, tags=tags, **kwargs)
self.virtual_hub = virtual_hub
self.p2_sconnection_configurations = p2_sconnection_configurations
self.provisioning_state = None
self.vpn_gateway_scale_unit = vpn_gateway_scale_unit
self.vpn_server_configuration = vpn_server_configuration
self.vpn_client_connection_health = None
self.custom_dns_servers = custom_dns_servers
self.etag = None


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 52cea0b

Please sign in to comment.