diff --git a/azure-mgmt-network/README.rst b/azure-mgmt-network/README.rst index 316d56c6614f..eb3792760583 100644 --- a/azure-mgmt-network/README.rst +++ b/azure-mgmt-network/README.rst @@ -14,25 +14,6 @@ For the older Azure Service Management (ASM) libraries, see For a more complete set of Azure libraries, see the `azure `__ bundle package. -Compatibility -============= - -**IMPORTANT**: If you have an earlier version of the azure package -(version < 1.0), you should uninstall it before installing this package. - -You can check the version using pip: - -.. code:: shell - - pip freeze - -If you see azure==0.11.0 (or any version below 1.0), uninstall it first: - -.. code:: shell - - pip uninstall azure - - Usage ===== diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key.py index 5fbbf1f4dc79..45202be128cb 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key.py @@ -13,7 +13,7 @@ class ConnectionSharedKey(Model): - """Response for GetConnectionSharedKey API service call. + """Response for GetConnectionSharedKey Api servive call. :param value: The virtual network connection shared key value :type value: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_py3.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_py3.py index 7ee8a95c982b..afbb94373021 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_py3.py @@ -13,7 +13,7 @@ class ConnectionSharedKey(Model): - """Response for GetConnectionSharedKey API service call. + """Response for GetConnectionSharedKey Api servive call. :param value: The virtual network connection shared key value :type value: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_result.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_result.py index 56f7cca3a8e8..7e085b5370fc 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_result.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_result.py @@ -13,7 +13,7 @@ class ConnectionSharedKeyResult(Model): - """Response for CheckConnectionSharedKey API service call. + """Response for CheckConnectionSharedKey Api servive call. :param value: The virtual network connection shared key value :type value: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_result_py3.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_result_py3.py index 8ace2db78bfc..d79810a02bbf 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_result_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/connection_shared_key_result_py3.py @@ -13,7 +13,7 @@ class ConnectionSharedKeyResult(Model): - """Response for CheckConnectionSharedKey API service call. + """Response for CheckConnectionSharedKey Api servive call. :param value: The virtual network connection shared key value :type value: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/load_balancing_rule.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/load_balancing_rule.py index a4231e20f3f9..4a46fd23a615 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/load_balancing_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/load_balancing_rule.py @@ -13,7 +13,7 @@ class LoadBalancingRule(SubResource): - """A load balancing rule for a load balancer. + """A loag balancing rule for a load balancer. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/load_balancing_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/load_balancing_rule_py3.py index 9da3c80dc0f2..47089b89c35e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/load_balancing_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/load_balancing_rule_py3.py @@ -13,7 +13,7 @@ class LoadBalancingRule(SubResource): - """A load balancing rule for a load balancer. + """A loag balancing rule for a load balancer. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/security_rule.py index a000427405f2..b60316030e93 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/security_rule.py @@ -27,22 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2015_06_15.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str :param source_address_prefix: Required. The CIDR or source IP range. - Asterisk '*' can also be used to match all source IPs. Default tags such - as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. - If this is an ingress rule, specifies where network traffic originates - from. + Asterix '*' can also be used to match all source IPs. Default tags such as + 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If + this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param destination_address_prefix: Required. The destination address - prefix. CIDR or source IP range. Asterisk '*' can also be used to match - all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' - and 'Internet' can also be used. + prefix. CIDR or source IP range. Asterix '*' can also be used to match all + source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and + 'Internet' can also be used. :type destination_address_prefix: str :param access: Required. The network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', @@ -55,7 +54,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/security_rule_py3.py index 761dd2d76f3c..b215f5a72028 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/security_rule_py3.py @@ -27,22 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2015_06_15.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str :param source_address_prefix: Required. The CIDR or source IP range. - Asterisk '*' can also be used to match all source IPs. Default tags such - as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. - If this is an ingress rule, specifies where network traffic originates - from. + Asterix '*' can also be used to match all source IPs. Default tags such as + 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If + this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param destination_address_prefix: Required. The destination address - prefix. CIDR or source IP range. Asterisk '*' can also be used to match - all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' - and 'Internet' can also be used. + prefix. CIDR or source IP range. Asterix '*' can also be used to match all + source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and + 'Internet' can also be used. :type destination_address_prefix: str :param access: Required. The network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', @@ -55,7 +54,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/virtual_network_gateway_connection.py index 7f7baf672a76..a55200e8cdba 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/virtual_network_gateway_connection.py @@ -40,7 +40,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2015_06_15.models.LocalNetworkGateway :param connection_type: Gateway connection type. Possible values are: - 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2015_06_15.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/virtual_network_gateway_connection_py3.py index 3fa25c1d6b18..b944f4c5448a 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/virtual_network_gateway_connection_py3.py @@ -40,7 +40,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2015_06_15.models.LocalNetworkGateway :param connection_type: Gateway connection type. Possible values are: - 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2015_06_15.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/operations/express_route_circuits_operations.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/operations/express_route_circuits_operations.py index ff81652376ab..b4ecc4abbd04 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/operations/express_route_circuits_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/operations/express_route_circuits_operations.py @@ -286,7 +286,7 @@ def get_long_running_output(response): def list_arp_table( self, resource_group_name, circuit_name, custom_headers=None, raw=False, **operation_config): - """The ListArpTable from ExpressRouteCircuit operation retrieves the + """The ListArpTable from ExpressRouteCircuit opertion retrieves the currently advertised arp table associated with the ExpressRouteCircuits in a resource group. @@ -358,7 +358,7 @@ def internal_paging(next_link=None, raw=False): def list_routes_table( self, resource_group_name, circuit_name, custom_headers=None, raw=False, **operation_config): - """The ListRoutesTable from ExpressRouteCircuit operation retrieves the + """The ListRoutesTable from ExpressRouteCircuit opertion retrieves the currently advertised routes table associated with the ExpressRouteCircuits in a resource group. @@ -430,8 +430,8 @@ def internal_paging(next_link=None, raw=False): def list_stats( self, resource_group_name, circuit_name, custom_headers=None, raw=False, **operation_config): - """The ListStats ExpressRouteCircuit operation retrieves all the stats - from a ExpressRouteCircuits in a resource group. + """The Liststats ExpressRouteCircuit opertion retrieves all the stats from + a ExpressRouteCircuits in a resource group. :param resource_group_name: The name of the resource group. :type resource_group_name: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/operations/virtual_network_gateway_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/operations/virtual_network_gateway_connections_operations.py index 6266e666426b..a46cff23efe6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/operations/virtual_network_gateway_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/operations/virtual_network_gateway_connections_operations.py @@ -292,6 +292,72 @@ def get_long_running_output(response): return LROPoller(self._client, raw_result, get_long_running_output, polling_method) delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}'} + def get_shared_key( + self, resource_group_name, connection_shared_key_name, custom_headers=None, raw=False, **operation_config): + """The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves + information about the specified virtual network gateway connection + shared key through Network resource provider. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param connection_shared_key_name: The virtual network gateway + connection shared key name. + :type connection_shared_key_name: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: returns the direct response alongside the + deserialized response + :param operation_config: :ref:`Operation configuration + overrides`. + :return: ConnectionSharedKeyResult or ClientRawResponse if raw=true + :rtype: + ~azure.mgmt.network.v2015_06_15.models.ConnectionSharedKeyResult or + ~msrest.pipeline.ClientRawResponse + :raises: :class:`CloudError` + """ + # Construct URL + url = self.get_shared_key.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), + 'connectionSharedKeyName': self._serialize.url("connection_shared_key_name", connection_shared_key_name, 'str'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + # Construct headers + header_parameters = {} + header_parameters['Accept'] = 'application/json' + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct and send request + request = self._client.get(url, query_parameters, header_parameters) + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + + if response.status_code == 200: + deserialized = self._deserialize('ConnectionSharedKeyResult', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + get_shared_key.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{connectionSharedKeyName}/sharedkey'} + def list( self, resource_group_name, custom_headers=None, raw=False, **operation_config): """The List VirtualNetworkGatewayConnections operation retrieves all the @@ -575,69 +641,3 @@ def get_long_running_output(response): else: polling_method = polling return LROPoller(self._client, raw_result, get_long_running_output, polling_method) set_shared_key.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/sharedkey'} - - def get_shared_key( - self, resource_group_name, virtual_network_gateway_connection_name, custom_headers=None, raw=False, **operation_config): - """The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves - information about the specified virtual network gateway connection - shared key through Network resource provider. - - :param resource_group_name: The name of the resource group. - :type resource_group_name: str - :param virtual_network_gateway_connection_name: The virtual network - gateway connection shared key name. - :type virtual_network_gateway_connection_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: ConnectionSharedKeyResult or ClientRawResponse if raw=true - :rtype: - ~azure.mgmt.network.v2015_06_15.models.ConnectionSharedKeyResult or - ~msrest.pipeline.ClientRawResponse - :raises: :class:`CloudError` - """ - # Construct URL - url = self.get_shared_key.metadata['url'] - path_format_arguments = { - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'virtualNetworkGatewayConnectionName': self._serialize.url("virtual_network_gateway_connection_name", virtual_network_gateway_connection_name, 'str'), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') - } - url = self._client.format_url(url, **path_format_arguments) - - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') - - # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request - request = self._client.get(url, query_parameters, header_parameters) - response = self._client.send(request, stream=False, **operation_config) - - if response.status_code not in [200]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - deserialized = None - - if response.status_code == 200: - deserialized = self._deserialize('ConnectionSharedKeyResult', response) - - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response - - return deserialized - get_shared_key.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/sharedkey'} diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/load_balancing_rule.py b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/load_balancing_rule.py index 1e4cb9c7cc5d..f2f222f7359c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/load_balancing_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/load_balancing_rule.py @@ -13,7 +13,7 @@ class LoadBalancingRule(SubResource): - """A load balancing rule for a load balancer. + """A loag balancing rule for a load balancer. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/load_balancing_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/load_balancing_rule_py3.py index af9fead8a495..646f377a4f84 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/load_balancing_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/load_balancing_rule_py3.py @@ -13,7 +13,7 @@ class LoadBalancingRule(SubResource): - """A load balancing rule for a load balancer. + """A loag balancing rule for a load balancer. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/security_rule.py index 13fb1b099707..4819068cebaf 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/security_rule.py @@ -27,22 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2016_09_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str :param source_address_prefix: Required. The CIDR or source IP range. - Asterisk '*' can also be used to match all source IPs. Default tags such - as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. - If this is an ingress rule, specifies where network traffic originates - from. + Asterix '*' can also be used to match all source IPs. Default tags such as + 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If + this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param destination_address_prefix: Required. The destination address - prefix. CIDR or source IP range. Asterisk '*' can also be used to match - all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' - and 'Internet' can also be used. + prefix. CIDR or source IP range. Asterix '*' can also be used to match all + source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and + 'Internet' can also be used. :type destination_address_prefix: str :param access: Required. The network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', @@ -55,7 +54,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/security_rule_py3.py index 6fd0c023e64b..c1b088128319 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/security_rule_py3.py @@ -27,22 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2016_09_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str :param source_address_prefix: Required. The CIDR or source IP range. - Asterisk '*' can also be used to match all source IPs. Default tags such - as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. - If this is an ingress rule, specifies where network traffic originates - from. + Asterix '*' can also be used to match all source IPs. Default tags such as + 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If + this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param destination_address_prefix: Required. The destination address - prefix. CIDR or source IP range. Asterisk '*' can also be used to match - all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' - and 'Internet' can also be used. + prefix. CIDR or source IP range. Asterix '*' can also be used to match all + source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and + 'Internet' can also be used. :type destination_address_prefix: str :param access: Required. The network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', @@ -55,7 +54,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/virtual_network_gateway_connection.py index 4fca0be81047..30473aa18182 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/virtual_network_gateway_connection.py @@ -42,7 +42,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2016_09_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2016_09_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/virtual_network_gateway_connection_py3.py index 45da10ba55f5..62252424da31 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/virtual_network_gateway_connection_py3.py @@ -42,7 +42,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2016_09_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2016_09_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/security_rule.py index 319ea63bcc1f..457f83e5f479 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/security_rule.py @@ -27,22 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2016_12_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str :param source_address_prefix: Required. The CIDR or source IP range. - Asterisk '*' can also be used to match all source IPs. Default tags such - as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. - If this is an ingress rule, specifies where network traffic originates - from. + Asterix '*' can also be used to match all source IPs. Default tags such as + 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If + this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param destination_address_prefix: Required. The destination address - prefix. CIDR or source IP range. Asterisk '*' can also be used to match - all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' - and 'Internet' can also be used. + prefix. CIDR or source IP range. Asterix '*' can also be used to match all + source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and + 'Internet' can also be used. :type destination_address_prefix: str :param access: Required. The network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', @@ -55,7 +54,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/security_rule_py3.py index be0804b6c3e8..a97948507214 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/security_rule_py3.py @@ -27,22 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2016_12_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str :param source_address_prefix: Required. The CIDR or source IP range. - Asterisk '*' can also be used to match all source IPs. Default tags such - as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. - If this is an ingress rule, specifies where network traffic originates - from. + Asterix '*' can also be used to match all source IPs. Default tags such as + 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If + this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param destination_address_prefix: Required. The destination address - prefix. CIDR or source IP range. Asterisk '*' can also be used to match - all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' - and 'Internet' can also be used. + prefix. CIDR or source IP range. Asterix '*' can also be used to match all + source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and + 'Internet' can also be used. :type destination_address_prefix: str :param access: Required. The network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', @@ -55,7 +54,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/virtual_network_gateway_connection.py index c2879a2faaec..ce094e945dc6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/virtual_network_gateway_connection.py @@ -42,7 +42,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2016_12_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2016_12_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/virtual_network_gateway_connection_py3.py index e658900811bc..a9c741ee8310 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/virtual_network_gateway_connection_py3.py @@ -42,7 +42,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2016_12_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2016_12_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/security_rule.py index 66dd0d6d78b9..2e3d856f9798 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/security_rule.py @@ -27,22 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_03_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str :param source_address_prefix: Required. The CIDR or source IP range. - Asterisk '*' can also be used to match all source IPs. Default tags such - as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. - If this is an ingress rule, specifies where network traffic originates - from. + Asterix '*' can also be used to match all source IPs. Default tags such as + 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If + this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param destination_address_prefix: Required. The destination address - prefix. CIDR or source IP range. Asterisk '*' can also be used to match - all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' - and 'Internet' can also be used. + prefix. CIDR or source IP range. Asterix '*' can also be used to match all + source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and + 'Internet' can also be used. :type destination_address_prefix: str :param access: Required. The network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', @@ -55,7 +54,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/security_rule_py3.py index c49a52fadc86..1a892b2a36fd 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/security_rule_py3.py @@ -27,22 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_03_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str :param source_address_prefix: Required. The CIDR or source IP range. - Asterisk '*' can also be used to match all source IPs. Default tags such - as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. - If this is an ingress rule, specifies where network traffic originates - from. + Asterix '*' can also be used to match all source IPs. Default tags such as + 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If + this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param destination_address_prefix: Required. The destination address - prefix. CIDR or source IP range. Asterisk '*' can also be used to match - all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' - and 'Internet' can also be used. + prefix. CIDR or source IP range. Asterix '*' can also be used to match all + source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and + 'Internet' can also be used. :type destination_address_prefix: str :param access: Required. The network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', @@ -55,7 +54,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/virtual_network_gateway_connection.py index c2356a9e5d25..b8bb11d26166 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/virtual_network_gateway_connection.py @@ -42,7 +42,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_03_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_03_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/virtual_network_gateway_connection_py3.py index 64bceb5ba324..21bcc51317e6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/virtual_network_gateway_connection_py3.py @@ -42,7 +42,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_03_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_03_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/effective_network_security_rule.py index 994679a1f000..95751d076a07 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/effective_network_security_rule_py3.py index 371d02ccf1a9..a1b6efc8be7a 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/express_route_circuit_peering_config.py index 38486bd2b9ce..27afb5ce6d1e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/express_route_circuit_peering_config_py3.py index 922d2d8cdcf1..b1ffd9ef70aa 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/security_rule.py index 351561bce715..8f5d75d84cd0 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/security_rule.py @@ -27,21 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_06_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param source_address_prefixes: The CIDR or source IP ranges. :type source_address_prefixes: list[str] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -63,7 +63,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/security_rule_py3.py index 2f7f280398bf..556fe57a34ac 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/security_rule_py3.py @@ -27,21 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_06_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param source_address_prefixes: The CIDR or source IP ranges. :type source_address_prefixes: list[str] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -63,7 +63,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection.py index 00a88c2174c3..f4b31d9c096c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_06_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_06_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_list_entity.py index 12ffea90350f..4caa91d0de79 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_06_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_06_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_list_entity_py3.py index d658f9499d3b..aa29b61f1d39 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_06_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_06_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_py3.py index dfb232cf7b9c..cb956ebe49f3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_06_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_06_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/effective_network_security_rule.py index 6209eb1acb43..a348a40d348a 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/effective_network_security_rule_py3.py index 1f0cd8fd58db..b0c83e91a4f1 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/express_route_circuit_peering_config.py index e9f9382ab381..6c485ade7278 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/express_route_circuit_peering_config_py3.py index e24254d1784a..08b2f3f731cf 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/security_rule.py index 3889c99b9e06..3cfb8cb70a22 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/security_rule.py @@ -27,21 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_08_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param source_address_prefixes: The CIDR or source IP ranges. :type source_address_prefixes: list[str] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -63,7 +63,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/security_rule_py3.py index f1537be10723..925afe1c7ab2 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/security_rule_py3.py @@ -27,21 +27,21 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_08_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str :param source_address_prefixes: The CIDR or source IP ranges. :type source_address_prefixes: list[str] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -63,7 +63,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection.py index 4d50f241b0df..176885f83f11 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_08_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_08_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_list_entity.py index 8bb477076560..57d810c7520f 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_08_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_08_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_list_entity_py3.py index 3b1a3e8e67a4..a6b0e1e6c05c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_08_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_08_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_py3.py index b31981a50018..461bc8306310 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_08_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_08_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/effective_network_security_rule.py index 878b2b1bb950..8481a0229ca9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/effective_network_security_rule_py3.py index ea3a2d31299d..07332669b2ef 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/express_route_circuit_peering_config.py index 72f6072caee9..9c3cdb8f7677 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/express_route_circuit_peering_config_py3.py index 33a12cc3e78d..19d62646d798 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/security_rule.py index 015c008760f6..2b64ac589abc 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/security_rule.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_09_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2017_09_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/security_rule_py3.py index c4a609f1890e..0f8b6dc1a56b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/security_rule_py3.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_09_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2017_09_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection.py index 0fcbffb540f4..b0811806a910 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_09_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_09_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_list_entity.py index 6ddde0014820..6961d95266ff 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_09_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_09_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_list_entity_py3.py index 0998d2f77753..86ed3c5bb3c2 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_09_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_09_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_py3.py index 05d23a2625be..4e128a6492fa 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_09_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_09_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/connection_monitor_query_result.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/connection_monitor_query_result.py index be5037b6c5b8..90ba5d3ea15c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/connection_monitor_query_result.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/connection_monitor_query_result.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param states: Information about connection states. :type states: diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/connection_monitor_query_result_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/connection_monitor_query_result_py3.py index 744985e130c9..34fb39a24eba 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/connection_monitor_query_result_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/connection_monitor_query_result_py3.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param states: Information about connection states. :type states: diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/effective_network_security_rule.py index ab02a12b9c1e..e0319dccd265 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/effective_network_security_rule_py3.py index 1b5218a899b2..a58dc9f7795f 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/express_route_circuit_peering_config.py index 9a25624f34c0..0b46aac29615 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/express_route_circuit_peering_config_py3.py index 38a8720c506f..e215423ddba7 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/security_rule.py index 643878ec8ed3..c9b361a1c82a 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/security_rule.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_10_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2017_10_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/security_rule_py3.py index 0318653ad375..b414b0607346 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/security_rule_py3.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_10_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2017_10_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection.py index 0db3a8054d9e..2db26c840203 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_10_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_10_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_list_entity.py index 8a31ec23582e..c29bd82a2194 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_10_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_10_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_list_entity_py3.py index ee83c57ad2e5..7017c64dd8fb 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_10_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_10_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_py3.py index 86b68af52856..d5195738922c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_10_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_10_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/connection_monitor_query_result.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/connection_monitor_query_result.py index d7241f51884f..d21b05efc014 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/connection_monitor_query_result.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/connection_monitor_query_result.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param states: Information about connection states. :type states: diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/connection_monitor_query_result_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/connection_monitor_query_result_py3.py index d95982762445..1c64ec5943b2 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/connection_monitor_query_result_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/connection_monitor_query_result_py3.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param states: Information about connection states. :type states: diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/effective_network_security_rule.py index 052fe656e14c..74ee526f2acc 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/effective_network_security_rule_py3.py index 28aa17fd2f94..359313db0cf4 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/express_route_circuit_peering_config.py index 9bc0924773c6..e37485acf7db 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/express_route_circuit_peering_config_py3.py index 6204d587ecc7..3813a5866a94 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/security_rule.py index 75274c172798..234e88a7e698 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/security_rule.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_11_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2017_11_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/security_rule_py3.py index 697c9b0cf6df..de9e9a757006 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/security_rule_py3.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2017_11_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2017_11_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection.py index 92cee50581a5..94eea71eb2e0 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_11_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_11_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_list_entity.py index 2d77742e4f56..b95f3ee3ea4f 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_11_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_11_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_list_entity_py3.py index a656e16b8c8e..8cc8e9a5dd4b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_11_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_11_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_py3.py index cfa2abe5efbb..41a78df6f430 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2017_11_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2017_11_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_web_application_firewall_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_web_application_firewall_configuration.py index 388c00165b1d..22d555e7b59c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_web_application_firewall_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_web_application_firewall_configuration.py @@ -34,7 +34,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_web_application_firewall_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_web_application_firewall_configuration_py3.py index 3228a9c1ca50..e2da8d983fff 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_web_application_firewall_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_web_application_firewall_configuration_py3.py @@ -34,7 +34,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/connection_monitor_query_result.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/connection_monitor_query_result.py index ad56188c2405..5b0b1e486946 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/connection_monitor_query_result.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/connection_monitor_query_result.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param states: Information about connection states. :type states: diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/connection_monitor_query_result_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/connection_monitor_query_result_py3.py index 44b889c55da2..bd37a5bab604 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/connection_monitor_query_result_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/connection_monitor_query_result_py3.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param states: Information about connection states. :type states: diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/effective_network_security_rule.py index d56ddf96c596..b58103a6cbe3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/effective_network_security_rule_py3.py index ff631e2b58e1..2818dbb510de 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/express_route_circuit_peering_config.py index f361c64bd9cf..f5b1e35d1e17 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/express_route_circuit_peering_config_py3.py index fcbe1a064205..35d68b4512ac 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/security_rule.py index 121566c71554..face23bb8ae9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/security_rule.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_01_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_01_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/security_rule_py3.py index 5172bca07f36..667582a1d814 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/security_rule_py3.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_01_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_01_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection.py index 951fa6ea1658..3227e58d8863 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_01_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_01_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_list_entity.py index 1a7cdb49248c..bbef0f52441c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_01_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_01_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_list_entity_py3.py index ce38d4d2c261..7c84c242c8f5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_01_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_01_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_py3.py index a9057a7b2d3c..325501d94c44 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_01_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_01_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_web_application_firewall_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_web_application_firewall_configuration.py index 4b241dd1e08d..e549387b2da6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_web_application_firewall_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_web_application_firewall_configuration.py @@ -34,7 +34,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_web_application_firewall_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_web_application_firewall_configuration_py3.py index df42cf47b50f..b08473db8bb5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_web_application_firewall_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_web_application_firewall_configuration_py3.py @@ -34,7 +34,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/connection_monitor_query_result.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/connection_monitor_query_result.py index 058e093d99d6..ce397efcf457 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/connection_monitor_query_result.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/connection_monitor_query_result.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/connection_monitor_query_result_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/connection_monitor_query_result_py3.py index ba1e8f667c59..0160e1073746 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/connection_monitor_query_result_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/connection_monitor_query_result_py3.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/effective_network_security_rule.py index aa828c1fcb9e..f331ba5a4b31 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/effective_network_security_rule_py3.py index 5d0f40bb34b6..46fd82681a3d 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_connection.py index a41958e8610b..4122dde509df 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_connection.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_02_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_connection_py3.py index ca91862945aa..f8703a416b75 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_connection_py3.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_02_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_peering_config.py index 462f97943c6f..926c7cbd808c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_peering_config_py3.py index fa6abb8bc35e..68321598a594 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/security_rule.py index b1efe64cbbd6..6b95e74ae370 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/security_rule.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_02_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_02_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/security_rule_py3.py index 2e3951eba8a4..921d71a7b449 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/security_rule_py3.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_02_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_02_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection.py index c07515f8f25b..98324fbb77e6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_02_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_02_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_list_entity.py index 8b55bbe6954a..1212ad306f70 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_02_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_02_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_list_entity_py3.py index 44573c7e3fe9..1a6ed3bd4d9b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_02_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_02_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_py3.py index c879f689c8fb..c97b2dc7cc99 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_02_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_02_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/operations/express_route_circuit_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/operations/express_route_circuit_connections_operations.py index 1bc8001e7c78..20c7e3f22a9e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/operations/express_route_circuit_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/operations/express_route_circuit_connections_operations.py @@ -269,8 +269,8 @@ def create_or_update( connection. :type connection_name: str :param express_route_circuit_connection_parameters: Parameters - supplied to the create or update express route circuit connection - operation. + supplied to the create or update express route circuit circuit + connection operation. :type express_route_circuit_connection_parameters: ~azure.mgmt.network.v2018_02_01.models.ExpressRouteCircuitConnection :param dict custom_headers: headers that will be added to the request diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_web_application_firewall_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_web_application_firewall_configuration.py index 4d10e9776905..40e337058de5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_web_application_firewall_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_web_application_firewall_configuration.py @@ -34,7 +34,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_web_application_firewall_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_web_application_firewall_configuration_py3.py index d57e350dfb41..669925bfa527 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_web_application_firewall_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_web_application_firewall_configuration_py3.py @@ -34,7 +34,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/connection_monitor_query_result.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/connection_monitor_query_result.py index eab528df0d58..1082fbc2e0b7 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/connection_monitor_query_result.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/connection_monitor_query_result.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/connection_monitor_query_result_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/connection_monitor_query_result_py3.py index f0ffc93c760a..14a09ff129ab 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/connection_monitor_query_result_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/connection_monitor_query_result_py3.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/effective_network_security_rule.py index f83ea184eabc..25213de2cb08 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/effective_network_security_rule_py3.py index eb5d093943eb..4cfec64403c9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_connection.py index f39429a25955..bd47ce4926e7 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_connection.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_04_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_connection_py3.py index 034748965cd2..3a123aae7a60 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_connection_py3.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_04_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_peering_config.py index 7811a96d0b7b..51d249bb1f84 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_peering_config_py3.py index 4dbcd43749e6..f223b1e4dba4 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/security_rule.py index 74f45e24217c..4278c361b5d4 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/security_rule.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_04_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_04_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/security_rule_py3.py index 8c1e1c4e65eb..4db3960b5270 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/security_rule_py3.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_04_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_04_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection.py index 6d4c78fc4501..3f384a76af49 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_04_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_04_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_list_entity.py index 85c37d28b8a5..f1071845c796 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_04_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_04_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_list_entity_py3.py index db09f4243e88..2eaed9af40e5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_04_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_04_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_py3.py index 0ad9a68194d8..1b62ae662844 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_04_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_04_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_connections_operations.py index 75db598423b0..8d58da485368 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_connections_operations.py @@ -269,8 +269,8 @@ def create_or_update( connection. :type connection_name: str :param express_route_circuit_connection_parameters: Parameters - supplied to the create or update express route circuit connection - operation. + supplied to the create or update express route circuit circuit + connection operation. :type express_route_circuit_connection_parameters: ~azure.mgmt.network.v2018_04_01.models.ExpressRouteCircuitConnection :param dict custom_headers: headers that will be added to the request diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/vpn_sites_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/vpn_sites_operations.py index d71ff4fa6d11..06c4572d8005 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/vpn_sites_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/vpn_sites_operations.py @@ -40,7 +40,7 @@ def __init__(self, client, config, serializer, deserializer): def get( self, resource_group_name, vpn_site_name, custom_headers=None, raw=False, **operation_config): - """Retrieves the details of a VPN site. + """Retrieves the details of a VPNsite. :param resource_group_name: The resource group name of the VpnSite. :type resource_group_name: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_web_application_firewall_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_web_application_firewall_configuration.py index fe3b163f654e..8ad5c4827e7f 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_web_application_firewall_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_web_application_firewall_configuration.py @@ -34,7 +34,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_web_application_firewall_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_web_application_firewall_configuration_py3.py index 2a31f664f5c0..976745671c8d 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_web_application_firewall_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_web_application_firewall_configuration_py3.py @@ -34,7 +34,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/connection_monitor_query_result.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/connection_monitor_query_result.py index 67589bd310eb..0b5c52c6d670 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/connection_monitor_query_result.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/connection_monitor_query_result.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/connection_monitor_query_result_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/connection_monitor_query_result_py3.py index 1262f0b5d761..4460d7bd366b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/connection_monitor_query_result_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/connection_monitor_query_result_py3.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/effective_network_security_rule.py index 0e39667452b0..8b6f15e85600 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/effective_network_security_rule_py3.py index 4fc074270902..80a87ab9ef7d 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_connection.py index 1805723ad63f..1253508ffcfc 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_connection.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_06_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_connection_py3.py index 88cab23c3462..93ce64e6c213 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_connection_py3.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_06_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_peering_config.py index 072312fad4e0..0c078cf17079 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_peering_config_py3.py index 6e55aa04a1f7..239a8f1aa0c7 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/security_rule.py index 36db23ea8853..79f5dc2dcd1a 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/security_rule.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_06_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_06_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/security_rule_py3.py index 37b176828612..07129e15c2de 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/security_rule_py3.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_06_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_06_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/traffic_query.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/traffic_query.py index be44c6e335fb..b753c1eb01d8 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/traffic_query.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/traffic_query.py @@ -30,7 +30,7 @@ class TrafficQuery(Model): :param destination: Required. Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. :type destination: str - :param destination_port: Required. Traffic destination port. Accepted + :param destination_port: Required. Traffice destination port. Accepted values are '*', port (for example, 3389) and port range (for example, 80-100). :type destination_port: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/traffic_query_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/traffic_query_py3.py index 2eb760a0400f..346799b3a992 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/traffic_query_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/traffic_query_py3.py @@ -30,7 +30,7 @@ class TrafficQuery(Model): :param destination: Required. Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. :type destination: str - :param destination_port: Required. Traffic destination port. Accepted + :param destination_port: Required. Traffice destination port. Accepted values are '*', port (for example, 3389) and port range (for example, 80-100). :type destination_port: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection.py index f4ddaa2710eb..063e214385bb 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_06_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_06_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_list_entity.py index 6b43dfcc61a3..212c858e7c11 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_06_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_06_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_list_entity_py3.py index bafcbf1fc26c..2cf85f3d2c45 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_06_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_06_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_py3.py index d69815807f64..bcaa989ccad2 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_06_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_06_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/operations/express_route_circuit_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/operations/express_route_circuit_connections_operations.py index e5fe8608369d..241a062428df 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/operations/express_route_circuit_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/operations/express_route_circuit_connections_operations.py @@ -269,8 +269,8 @@ def create_or_update( connection. :type connection_name: str :param express_route_circuit_connection_parameters: Parameters - supplied to the create or update express route circuit connection - operation. + supplied to the create or update express route circuit circuit + connection operation. :type express_route_circuit_connection_parameters: ~azure.mgmt.network.v2018_06_01.models.ExpressRouteCircuitConnection :param dict custom_headers: headers that will be added to the request diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/operations/vpn_sites_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/operations/vpn_sites_operations.py index 6e95928b4e9b..2d190a66c48f 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/operations/vpn_sites_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/operations/vpn_sites_operations.py @@ -40,7 +40,7 @@ def __init__(self, client, config, serializer, deserializer): def get( self, resource_group_name, vpn_site_name, custom_headers=None, raw=False, **operation_config): - """Retrieves the details of a VPN site. + """Retrieves the details of a VPNsite. :param resource_group_name: The resource group name of the VpnSite. :type resource_group_name: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_web_application_firewall_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_web_application_firewall_configuration.py index 98d57fc433f9..ef36239b28d9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_web_application_firewall_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_web_application_firewall_configuration.py @@ -34,7 +34,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_web_application_firewall_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_web_application_firewall_configuration_py3.py index b0f735111e69..84ad27f1d846 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_web_application_firewall_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_web_application_firewall_configuration_py3.py @@ -34,7 +34,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/connection_monitor_query_result.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/connection_monitor_query_result.py index 61f6b896fff4..c260bd0fefe9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/connection_monitor_query_result.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/connection_monitor_query_result.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/connection_monitor_query_result_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/connection_monitor_query_result_py3.py index ea4714dac0e1..5ffac4cd84f5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/connection_monitor_query_result_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/connection_monitor_query_result_py3.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/effective_network_security_rule.py index a25613fbcc9e..81a2ba1f9c8d 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/effective_network_security_rule_py3.py index 763965e57c27..25c629fa565c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_connection.py index 48591da069c8..cdde179cf634 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_connection.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_07_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_connection_py3.py index 0b2aa61c7adb..190675dd2a06 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_connection_py3.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_07_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_peering_config.py index 9bd0f40dfbe3..5b617175d797 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_peering_config_py3.py index abbc3b486b8d..6903aae45815 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/security_rule.py index 58c942f264d0..dcd43c15052c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/security_rule.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_07_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_07_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/security_rule_py3.py index 8d5da90feae1..f8e7dcf514ed 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/security_rule_py3.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_07_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_07_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/traffic_query.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/traffic_query.py index d84b17f36cb5..e62d7793bafc 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/traffic_query.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/traffic_query.py @@ -30,7 +30,7 @@ class TrafficQuery(Model): :param destination: Required. Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. :type destination: str - :param destination_port: Required. Traffic destination port. Accepted + :param destination_port: Required. Traffice destination port. Accepted values are '*', port (for example, 3389) and port range (for example, 80-100). :type destination_port: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/traffic_query_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/traffic_query_py3.py index 0a2fe69922cf..012bcfdfa1ac 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/traffic_query_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/traffic_query_py3.py @@ -30,7 +30,7 @@ class TrafficQuery(Model): :param destination: Required. Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. :type destination: str - :param destination_port: Required. Traffic destination port. Accepted + :param destination_port: Required. Traffice destination port. Accepted values are '*', port (for example, 3389) and port range (for example, 80-100). :type destination_port: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection.py index 21be155d584b..fad2588b5be4 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_07_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_07_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_list_entity.py index 5542ab8e73d6..bfd47134549c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_07_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_07_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_list_entity_py3.py index 1b2e6588587c..e8d61906420d 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_07_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_07_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_py3.py index 5c3e6a8995ef..fb6f378cb6d3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_07_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_07_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/express_route_circuit_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/express_route_circuit_connections_operations.py index f82304e9af43..45a4bbe7f173 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/express_route_circuit_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/express_route_circuit_connections_operations.py @@ -269,8 +269,8 @@ def create_or_update( connection. :type connection_name: str :param express_route_circuit_connection_parameters: Parameters - supplied to the create or update express route circuit connection - operation. + supplied to the create or update express route circuit circuit + connection operation. :type express_route_circuit_connection_parameters: ~azure.mgmt.network.v2018_07_01.models.ExpressRouteCircuitConnection :param dict custom_headers: headers that will be added to the request diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/public_ip_prefixes_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/public_ip_prefixes_operations.py index 02c471ffa120..632b245510de 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/public_ip_prefixes_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/public_ip_prefixes_operations.py @@ -124,7 +124,7 @@ def get( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :param public_ip_prefix_name: The name of the Public IP Prefix. + :param public_ip_prefix_name: The name of the PublicIPPrefx. :type public_ip_prefix_name: str :param expand: Expands referenced resources. :type expand: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/vpn_sites_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/vpn_sites_operations.py index fc73754dd530..6f43cf1024d9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/vpn_sites_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/operations/vpn_sites_operations.py @@ -40,7 +40,7 @@ def __init__(self, client, config, serializer, deserializer): def get( self, resource_group_name, vpn_site_name, custom_headers=None, raw=False, **operation_config): - """Retrieves the details of a VPN site. + """Retrieves the details of a VPNsite. :param resource_group_name: The resource group name of the VpnSite. :type resource_group_name: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_web_application_firewall_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_web_application_firewall_configuration.py index d9a45e7fa6a9..155dc452de99 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_web_application_firewall_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_web_application_firewall_configuration.py @@ -34,12 +34,12 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int - :param max_request_body_size_in_kb: Maximum request body size in Kb for + :param max_request_body_size_in_kb: Maxium request body size in Kb for WAF. :type max_request_body_size_in_kb: int - :param file_upload_limit_in_mb: Maximum file upload size in Mb for WAF. + :param file_upload_limit_in_mb: Maxium file upload size in Mb for WAF. :type file_upload_limit_in_mb: int :param exclusions: The exclusion list. :type exclusions: diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_web_application_firewall_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_web_application_firewall_configuration_py3.py index 8e6f9830fd94..fd26aa3a5b01 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_web_application_firewall_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_web_application_firewall_configuration_py3.py @@ -34,12 +34,12 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int - :param max_request_body_size_in_kb: Maximum request body size in Kb for + :param max_request_body_size_in_kb: Maxium request body size in Kb for WAF. :type max_request_body_size_in_kb: int - :param file_upload_limit_in_mb: Maximum file upload size in Mb for WAF. + :param file_upload_limit_in_mb: Maxium file upload size in Mb for WAF. :type file_upload_limit_in_mb: int :param exclusions: The exclusion list. :type exclusions: diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/connection_monitor_query_result.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/connection_monitor_query_result.py index 1a39316344fb..8f6936ad6881 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/connection_monitor_query_result.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/connection_monitor_query_result.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/connection_monitor_query_result_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/connection_monitor_query_result_py3.py index 3dc974b9ea3a..abf19f804556 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/connection_monitor_query_result_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/connection_monitor_query_result_py3.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface.py index 399eda7b8809..1f87ccf41989 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface.py @@ -25,7 +25,7 @@ class ContainerNetworkInterface(SubResource): created. :type container_network_interface_configuration: ~azure.mgmt.network.v2018_08_01.models.ContainerNetworkInterfaceConfiguration - :param container: Reference to the container to which this container + :param container: Reference to the conatinaer to which this container network interface is attached. :type container: ~azure.mgmt.network.v2018_08_01.models.Container :param ip_configurations: Reference to the ip configuration on this diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration.py index 0834680a48cb..3ec4f4935837 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration.py @@ -13,7 +13,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource): - """Container network interface configuration child resource. + """Container network interface configruation child resource. Variables are only populated by the server, and will be ignored when sending a request. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration_py3.py index f63d918fa73c..9f18bda7fc78 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration_py3.py @@ -13,7 +13,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource): - """Container network interface configuration child resource. + """Container network interface configruation child resource. Variables are only populated by the server, and will be ignored when sending a request. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_py3.py index fbcd6fbe80a3..accf1a78f17b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_py3.py @@ -25,7 +25,7 @@ class ContainerNetworkInterface(SubResource): created. :type container_network_interface_configuration: ~azure.mgmt.network.v2018_08_01.models.ContainerNetworkInterfaceConfiguration - :param container: Reference to the container to which this container + :param container: Reference to the conatinaer to which this container network interface is attached. :type container: ~azure.mgmt.network.v2018_08_01.models.Container :param ip_configurations: Reference to the ip configuration on this diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/effective_network_security_rule.py index 243b3950ef10..c8f7549b730f 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/effective_network_security_rule_py3.py index c74c5e92ffa9..018279230e4b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_connection.py index d0464590c47d..6ad789473637 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_connection.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_08_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_connection_py3.py index a0c409c672a9..a995b009ffc8 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_connection_py3.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_08_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_peering_config.py index 9439fb059c6e..ca8c3c067976 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_peering_config_py3.py index c8cec6227119..25b26582f310 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_port.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_port.py index 5bd4fa58ea64..c63ba29998ef 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_port.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_port.py @@ -44,7 +44,7 @@ class ExpressRoutePort(Resource): values include: 'Dot1Q', 'QinQ' :type encapsulation: str or ~azure.mgmt.network.v2018_08_01.models.ExpressRoutePortsEncapsulation - :ivar ether_type: Ether type of the physical port. + :ivar ether_type: Ethertype of the physical port. :vartype ether_type: str :ivar allocation_date: Date of the physical port allocation to be used in Letter of Authorization. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_port_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_port_py3.py index 6e01b25a8edd..7d15edef88c2 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_port_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/express_route_port_py3.py @@ -44,7 +44,7 @@ class ExpressRoutePort(Resource): values include: 'Dot1Q', 'QinQ' :type encapsulation: str or ~azure.mgmt.network.v2018_08_01.models.ExpressRoutePortsEncapsulation - :ivar ether_type: Ether type of the physical port. + :ivar ether_type: Ethertype of the physical port. :vartype ether_type: str :ivar allocation_date: Date of the physical port allocation to be used in Letter of Authorization. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/ip_configuration_profile.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/ip_configuration_profile.py index 811d27edcdb8..6fdf21023fbb 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/ip_configuration_profile.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/ip_configuration_profile.py @@ -20,8 +20,8 @@ class IPConfigurationProfile(SubResource): :param id: Resource ID. :type id: str - :param subnet: The reference of the subnet resource to create a container - network interface ip configuration. + :param subnet: The reference of the subnet resource to create a + contatainer network interface ip configruation. :type subnet: ~azure.mgmt.network.v2018_08_01.models.Subnet :ivar provisioning_state: The provisioning state of the resource. :vartype provisioning_state: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/ip_configuration_profile_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/ip_configuration_profile_py3.py index 10c9305c3167..4d6af84b55e5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/ip_configuration_profile_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/ip_configuration_profile_py3.py @@ -20,8 +20,8 @@ class IPConfigurationProfile(SubResource): :param id: Resource ID. :type id: str - :param subnet: The reference of the subnet resource to create a container - network interface ip configuration. + :param subnet: The reference of the subnet resource to create a + contatainer network interface ip configruation. :type subnet: ~azure.mgmt.network.v2018_08_01.models.Subnet :ivar provisioning_state: The provisioning state of the resource. :vartype provisioning_state: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/network_configuration_diagnostic_profile.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/network_configuration_diagnostic_profile.py index 85422feacd98..55497a3781ab 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/network_configuration_diagnostic_profile.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/network_configuration_diagnostic_profile.py @@ -30,7 +30,7 @@ class NetworkConfigurationDiagnosticProfile(Model): :param destination: Required. Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. :type destination: str - :param destination_port: Required. Traffic destination port. Accepted + :param destination_port: Required. Traffice destination port. Accepted values are '*', port (for example, 3389) and port range (for example, 80-100). :type destination_port: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/network_configuration_diagnostic_profile_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/network_configuration_diagnostic_profile_py3.py index aeea50e939a4..9e208e0f73d1 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/network_configuration_diagnostic_profile_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/network_configuration_diagnostic_profile_py3.py @@ -30,7 +30,7 @@ class NetworkConfigurationDiagnosticProfile(Model): :param destination: Required. Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. :type destination: str - :param destination_port: Required. Traffic destination port. Accepted + :param destination_port: Required. Traffice destination port. Accepted values are '*', port (for example, 3389) and port range (for example, 80-100). :type destination_port: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_gateway.py index 590265c4c276..2a0cc486f365 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_gateway.py @@ -44,7 +44,7 @@ class P2SVpnGateway(Resource): resource which represents Address space for P2S VpnClient. :type vpn_client_address_pool: ~azure.mgmt.network.v2018_08_01.models.AddressSpace - :ivar vpn_client_connection_health: All P2S VPN clients' connection health + :ivar vpn_client_connection_health: All P2S vpnclients' connection health status. :vartype vpn_client_connection_health: ~azure.mgmt.network.v2018_08_01.models.VpnClientConnectionHealth diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_gateway_py3.py index feb0d339367f..8ef097f8b9b6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_gateway_py3.py @@ -44,7 +44,7 @@ class P2SVpnGateway(Resource): resource which represents Address space for P2S VpnClient. :type vpn_client_address_pool: ~azure.mgmt.network.v2018_08_01.models.AddressSpace - :ivar vpn_client_connection_health: All P2S VPN clients' connection health + :ivar vpn_client_connection_health: All P2S vpnclients' connection health status. :vartype vpn_client_connection_health: ~azure.mgmt.network.v2018_08_01.models.VpnClientConnectionHealth diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_server_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_server_configuration.py index 714732a89e35..d838ed3938c4 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_server_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_server_configuration.py @@ -22,7 +22,7 @@ class P2SVpnServerConfiguration(SubResource): :type id: str :param p2_svpn_server_configuration_properties_name: The name of the P2SVpnServerConfiguration that is unique within a VirtualWan in a resource - group. This name can be used to access the resource along with Parent + group. This name can be used to access the resource along with Paren VirtualWan resource name. :type p2_svpn_server_configuration_properties_name: str :param vpn_protocols: vpnProtocols for the P2SVpnServerConfiguration. @@ -52,7 +52,8 @@ class P2SVpnServerConfiguration(SubResource): P2SVpnServerConfiguration resource for point to site client connection. :type radius_server_address: str :param radius_server_secret: The radius secret property of the - P2SVpnServerConfiguration resource for point to site client connection. + P2SVpnServerConfiguration resource for for point to site client + connection. :type radius_server_secret: str :ivar provisioning_state: The provisioning state of the P2SVpnServerConfiguration resource. Possible values are: 'Updating', diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_server_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_server_configuration_py3.py index be2974152e9a..8677f556bcf5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_server_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/p2_svpn_server_configuration_py3.py @@ -22,7 +22,7 @@ class P2SVpnServerConfiguration(SubResource): :type id: str :param p2_svpn_server_configuration_properties_name: The name of the P2SVpnServerConfiguration that is unique within a VirtualWan in a resource - group. This name can be used to access the resource along with Parent + group. This name can be used to access the resource along with Paren VirtualWan resource name. :type p2_svpn_server_configuration_properties_name: str :param vpn_protocols: vpnProtocols for the P2SVpnServerConfiguration. @@ -52,7 +52,8 @@ class P2SVpnServerConfiguration(SubResource): P2SVpnServerConfiguration resource for point to site client connection. :type radius_server_address: str :param radius_server_secret: The radius secret property of the - P2SVpnServerConfiguration resource for point to site client connection. + P2SVpnServerConfiguration resource for for point to site client + connection. :type radius_server_secret: str :ivar provisioning_state: The provisioning state of the P2SVpnServerConfiguration resource. Possible values are: 'Updating', diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/security_rule.py index eae72c3bc0b8..786a7a3102ef 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/security_rule.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_08_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_08_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/security_rule_py3.py index 8082c678663a..e7540ec3b34f 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/security_rule_py3.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_08_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_08_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection.py index b0165cf1da99..23978c600c0e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_08_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_08_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_list_entity.py index eb77e83fc567..97a5f924d2dd 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_08_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_08_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_list_entity_py3.py index d6e012b6843a..248cdc63a1dd 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_08_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_08_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_py3.py index 8e7801bd0d15..f07637a15682 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/virtual_network_gateway_connection_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnection(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_08_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_08_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/express_route_circuit_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/express_route_circuit_connections_operations.py index 5e2d4518466e..c18565a28bd0 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/express_route_circuit_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/express_route_circuit_connections_operations.py @@ -269,8 +269,8 @@ def create_or_update( connection. :type connection_name: str :param express_route_circuit_connection_parameters: Parameters - supplied to the create or update express route circuit connection - operation. + supplied to the create or update express route circuit circuit + connection operation. :type express_route_circuit_connection_parameters: ~azure.mgmt.network.v2018_08_01.models.ExpressRouteCircuitConnection :param dict custom_headers: headers that will be added to the request diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/express_route_ports_locations_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/express_route_ports_locations_operations.py index 5e925ddc46b0..2f5f85577108 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/express_route_ports_locations_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/express_route_ports_locations_operations.py @@ -41,7 +41,7 @@ def list( self, custom_headers=None, raw=False, **operation_config): """Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only - be obtained when retrieving a specific peering location. + be obtained when retriving a specific peering location. :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/network_profiles_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/network_profiles_operations.py index 3386659d2ecf..4a35508e3801 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/network_profiles_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/network_profiles_operations.py @@ -124,7 +124,7 @@ def get( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :param network_profile_name: The name of the Public IP Prefix. + :param network_profile_name: The name of the PublicIPPrefx. :type network_profile_name: str :param expand: Expands referenced resources. :type expand: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/public_ip_prefixes_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/public_ip_prefixes_operations.py index 0a4d0c38f3a2..a19b266a18c8 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/public_ip_prefixes_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/public_ip_prefixes_operations.py @@ -124,7 +124,7 @@ def get( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :param public_ip_prefix_name: The name of the Public IP Prefix. + :param public_ip_prefix_name: The name of the PublicIPPrefx. :type public_ip_prefix_name: str :param expand: Expands referenced resources. :type expand: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/vpn_sites_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/vpn_sites_operations.py index 1ccc02b54c6e..fa9f7207d208 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/vpn_sites_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/operations/vpn_sites_operations.py @@ -40,7 +40,7 @@ def __init__(self, client, config, serializer, deserializer): def get( self, resource_group_name, vpn_site_name, custom_headers=None, raw=False, **operation_config): - """Retrieves the details of a VPN site. + """Retrieves the details of a VPNsite. :param resource_group_name: The resource group name of the VpnSite. :type resource_group_name: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_web_application_firewall_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_web_application_firewall_configuration.py index a80f9793895a..33bd083f04ba 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_web_application_firewall_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_web_application_firewall_configuration.py @@ -34,12 +34,12 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int - :param max_request_body_size_in_kb: Maximum request body size in Kb for + :param max_request_body_size_in_kb: Maxium request body size in Kb for WAF. :type max_request_body_size_in_kb: int - :param file_upload_limit_in_mb: Maximum file upload size in Mb for WAF. + :param file_upload_limit_in_mb: Maxium file upload size in Mb for WAF. :type file_upload_limit_in_mb: int :param exclusions: The exclusion list. :type exclusions: diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_web_application_firewall_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_web_application_firewall_configuration_py3.py index 1232ea3c7602..b0fc2ca476dd 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_web_application_firewall_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_web_application_firewall_configuration_py3.py @@ -34,12 +34,12 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool - :param max_request_body_size: Maximum request body size for WAF. + :param max_request_body_size: Maxium request body size for WAF. :type max_request_body_size: int - :param max_request_body_size_in_kb: Maximum request body size in Kb for + :param max_request_body_size_in_kb: Maxium request body size in Kb for WAF. :type max_request_body_size_in_kb: int - :param file_upload_limit_in_mb: Maximum file upload size in Mb for WAF. + :param file_upload_limit_in_mb: Maxium file upload size in Mb for WAF. :type file_upload_limit_in_mb: int :param exclusions: The exclusion list. :type exclusions: diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/connection_monitor_query_result.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/connection_monitor_query_result.py index 2fd250b9db2f..790220338e52 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/connection_monitor_query_result.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/connection_monitor_query_result.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/connection_monitor_query_result_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/connection_monitor_query_result_py3.py index f200482c5e27..81570c29f3c3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/connection_monitor_query_result_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/connection_monitor_query_result_py3.py @@ -13,7 +13,7 @@ class ConnectionMonitorQueryResult(Model): - """List of connection states snapshots. + """List of connection states snaphots. :param source_status: Status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive' diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface.py index 6619189b24dd..d0d2d7a2aae3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface.py @@ -25,7 +25,7 @@ class ContainerNetworkInterface(SubResource): created. :type container_network_interface_configuration: ~azure.mgmt.network.v2018_10_01.models.ContainerNetworkInterfaceConfiguration - :param container: Reference to the container to which this container + :param container: Reference to the conatinaer to which this container network interface is attached. :type container: ~azure.mgmt.network.v2018_10_01.models.Container :param ip_configurations: Reference to the ip configuration on this diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_configuration.py index ffc7f6fc6543..dd2d0a35f83b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_configuration.py @@ -13,7 +13,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource): - """Container network interface configuration child resource. + """Container network interface configruation child resource. Variables are only populated by the server, and will be ignored when sending a request. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_configuration_py3.py index 9bfa667159a9..10a9df68168e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_configuration_py3.py @@ -13,7 +13,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource): - """Container network interface configuration child resource. + """Container network interface configruation child resource. Variables are only populated by the server, and will be ignored when sending a request. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_py3.py index d755bccf02ee..22dcd94a7b5a 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/container_network_interface_py3.py @@ -25,7 +25,7 @@ class ContainerNetworkInterface(SubResource): created. :type container_network_interface_configuration: ~azure.mgmt.network.v2018_10_01.models.ContainerNetworkInterfaceConfiguration - :param container: Reference to the container to which this container + :param container: Reference to the conatinaer to which this container network interface is attached. :type container: ~azure.mgmt.network.v2018_10_01.models.Container :param ip_configurations: Reference to the ip configuration on this diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/effective_network_security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/effective_network_security_rule.py index b98a8e1421fd..4ec62ad9f135 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/effective_network_security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/effective_network_security_rule.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/effective_network_security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/effective_network_security_rule_py3.py index 3a3985ef30da..eab4dc115a8e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/effective_network_security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/effective_network_security_rule_py3.py @@ -28,12 +28,12 @@ class EffectiveNetworkSecurityRule(Model): :param destination_port_range: The destination port or range. :type destination_port_range: str :param source_port_ranges: The source port ranges. Expected values include - a single integer between 0 and 65535, a range using '-' as separator (e.g. - 100-400), or an asterisk (*) + a single integer between 0 and 65535, a range using '-' as seperator (e.g. + 100-400), or an asterix (*) :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as - separator (e.g. 100-400), or an asterisk (*) + seperator (e.g. 100-400), or an asterix (*) :type destination_port_ranges: list[str] :param source_address_prefix: The source address prefix. :type source_address_prefix: str @@ -41,11 +41,11 @@ class EffectiveNetworkSecurityRule(Model): :type destination_address_prefix: str :param source_address_prefixes: The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type source_address_prefixes: list[str] :param destination_address_prefixes: The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, - AzureLoadBalancer, Internet), System Tags, and the asterisk (*). + AureLoadBalancer, Internet), System Tags, and the asterix (*). :type destination_address_prefixes: list[str] :param expanded_source_address_prefix: The expanded source address prefix. :type expanded_source_address_prefix: list[str] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_connection.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_connection.py index 3d16ac275070..39e426da68f3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_connection.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_connection.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_10_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_connection_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_connection_py3.py index f5d78e1ab8b6..d2a85f172bea 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_connection_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_connection_py3.py @@ -39,7 +39,7 @@ class ExpressRouteCircuitConnection(SubResource): :vartype circuit_connection_status: str or ~azure.mgmt.network.v2018_10_01.models.CircuitConnectionStatus :ivar provisioning_state: Provisioning state of the circuit connection - resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and + resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :param name: Gets name of the resource that is unique within a resource diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_peering_config.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_peering_config.py index 4be9633f2645..a857c63bd5bf 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_peering_config.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_peering_config.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_peering_config_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_peering_config_py3.py index 76a6645d63d4..f30c23c55b5e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_peering_config_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_circuit_peering_config_py3.py @@ -18,7 +18,7 @@ class ExpressRouteCircuitPeeringConfig(Model): :param advertised_public_prefixes: The reference of AdvertisedPublicPrefixes. :type advertised_public_prefixes: list[str] - :param advertised_communities: The communities of bgp peering. Specified + :param advertised_communities: The communities of bgp peering. Spepcified for microsoft peering :type advertised_communities: list[str] :param advertised_public_prefixes_state: AdvertisedPublicPrefixState of diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_port.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_port.py index 4d03325c3816..2cb04eb5f0f7 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_port.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_port.py @@ -44,7 +44,7 @@ class ExpressRoutePort(Resource): values include: 'Dot1Q', 'QinQ' :type encapsulation: str or ~azure.mgmt.network.v2018_10_01.models.ExpressRoutePortsEncapsulation - :ivar ether_type: Ether type of the physical port. + :ivar ether_type: Ethertype of the physical port. :vartype ether_type: str :ivar allocation_date: Date of the physical port allocation to be used in Letter of Authorization. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_port_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_port_py3.py index 88a32ac3c53d..6ba30b777ea7 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_port_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/express_route_port_py3.py @@ -44,7 +44,7 @@ class ExpressRoutePort(Resource): values include: 'Dot1Q', 'QinQ' :type encapsulation: str or ~azure.mgmt.network.v2018_10_01.models.ExpressRoutePortsEncapsulation - :ivar ether_type: Ether type of the physical port. + :ivar ether_type: Ethertype of the physical port. :vartype ether_type: str :ivar allocation_date: Date of the physical port allocation to be used in Letter of Authorization. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/ip_configuration_profile.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/ip_configuration_profile.py index e4226bb8c1cb..92befb281b30 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/ip_configuration_profile.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/ip_configuration_profile.py @@ -20,8 +20,8 @@ class IPConfigurationProfile(SubResource): :param id: Resource ID. :type id: str - :param subnet: The reference of the subnet resource to create a container - network interface ip configuration. + :param subnet: The reference of the subnet resource to create a + contatainer network interface ip configruation. :type subnet: ~azure.mgmt.network.v2018_10_01.models.Subnet :ivar provisioning_state: The provisioning state of the resource. :vartype provisioning_state: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/ip_configuration_profile_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/ip_configuration_profile_py3.py index 4ad53ab3af04..25914e0c9820 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/ip_configuration_profile_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/ip_configuration_profile_py3.py @@ -20,8 +20,8 @@ class IPConfigurationProfile(SubResource): :param id: Resource ID. :type id: str - :param subnet: The reference of the subnet resource to create a container - network interface ip configuration. + :param subnet: The reference of the subnet resource to create a + contatainer network interface ip configruation. :type subnet: ~azure.mgmt.network.v2018_10_01.models.Subnet :ivar provisioning_state: The provisioning state of the resource. :vartype provisioning_state: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/network_configuration_diagnostic_profile.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/network_configuration_diagnostic_profile.py index 5eb4b076c386..2f43a58988aa 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/network_configuration_diagnostic_profile.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/network_configuration_diagnostic_profile.py @@ -30,7 +30,7 @@ class NetworkConfigurationDiagnosticProfile(Model): :param destination: Required. Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. :type destination: str - :param destination_port: Required. Traffic destination port. Accepted + :param destination_port: Required. Traffice destination port. Accepted values are '*', port (for example, 3389) and port range (for example, 80-100). :type destination_port: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/network_configuration_diagnostic_profile_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/network_configuration_diagnostic_profile_py3.py index 85f3912e74ea..c000ab992e06 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/network_configuration_diagnostic_profile_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/network_configuration_diagnostic_profile_py3.py @@ -30,7 +30,7 @@ class NetworkConfigurationDiagnosticProfile(Model): :param destination: Required. Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. :type destination: str - :param destination_port: Required. Traffic destination port. Accepted + :param destination_port: Required. Traffice destination port. Accepted values are '*', port (for example, 3389) and port range (for example, 80-100). :type destination_port: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_gateway.py index 8c5c94ef23b9..77517dca21b0 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_gateway.py @@ -44,7 +44,7 @@ class P2SVpnGateway(Resource): resource which represents Address space for P2S VpnClient. :type vpn_client_address_pool: ~azure.mgmt.network.v2018_10_01.models.AddressSpace - :ivar vpn_client_connection_health: All P2S VPN clients' connection health + :ivar vpn_client_connection_health: All P2S vpnclients' connection health status. :vartype vpn_client_connection_health: ~azure.mgmt.network.v2018_10_01.models.VpnClientConnectionHealth diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_gateway_py3.py index c75d64858326..eef0bb58a6c1 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_gateway_py3.py @@ -44,7 +44,7 @@ class P2SVpnGateway(Resource): resource which represents Address space for P2S VpnClient. :type vpn_client_address_pool: ~azure.mgmt.network.v2018_10_01.models.AddressSpace - :ivar vpn_client_connection_health: All P2S VPN clients' connection health + :ivar vpn_client_connection_health: All P2S vpnclients' connection health status. :vartype vpn_client_connection_health: ~azure.mgmt.network.v2018_10_01.models.VpnClientConnectionHealth diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_server_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_server_configuration.py index 4f16a4db5394..65368dfbd590 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_server_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_server_configuration.py @@ -22,7 +22,7 @@ class P2SVpnServerConfiguration(SubResource): :type id: str :param p2_svpn_server_configuration_properties_name: The name of the P2SVpnServerConfiguration that is unique within a VirtualWan in a resource - group. This name can be used to access the resource along with Parent + group. This name can be used to access the resource along with Paren VirtualWan resource name. :type p2_svpn_server_configuration_properties_name: str :param vpn_protocols: vpnProtocols for the P2SVpnServerConfiguration. @@ -52,7 +52,8 @@ class P2SVpnServerConfiguration(SubResource): P2SVpnServerConfiguration resource for point to site client connection. :type radius_server_address: str :param radius_server_secret: The radius secret property of the - P2SVpnServerConfiguration resource for point to site client connection. + P2SVpnServerConfiguration resource for for point to site client + connection. :type radius_server_secret: str :ivar provisioning_state: The provisioning state of the P2SVpnServerConfiguration resource. Possible values are: 'Updating', diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_server_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_server_configuration_py3.py index 4dd6168bd0d6..fc398d855856 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_server_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/p2_svpn_server_configuration_py3.py @@ -22,7 +22,7 @@ class P2SVpnServerConfiguration(SubResource): :type id: str :param p2_svpn_server_configuration_properties_name: The name of the P2SVpnServerConfiguration that is unique within a VirtualWan in a resource - group. This name can be used to access the resource along with Parent + group. This name can be used to access the resource along with Paren VirtualWan resource name. :type p2_svpn_server_configuration_properties_name: str :param vpn_protocols: vpnProtocols for the P2SVpnServerConfiguration. @@ -52,7 +52,8 @@ class P2SVpnServerConfiguration(SubResource): P2SVpnServerConfiguration resource for point to site client connection. :type radius_server_address: str :param radius_server_secret: The radius secret property of the - P2SVpnServerConfiguration resource for point to site client connection. + P2SVpnServerConfiguration resource for for point to site client + connection. :type radius_server_secret: str :ivar provisioning_state: The provisioning state of the P2SVpnServerConfiguration resource. Possible values are: 'Updating', diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/security_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/security_rule.py index ff4c3ef5a27f..4b3b8235beb4 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/security_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/security_rule.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_10_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_10_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/security_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/security_rule_py3.py index 8537835caeb1..08ed805e33b0 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/security_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/security_rule_py3.py @@ -27,14 +27,14 @@ class SecurityRule(SubResource): :type protocol: str or ~azure.mgmt.network.v2018_10_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range - between 0 and 65535. Asterisk '*' can also be used to match all ports. + between 0 and 65535. Asterix '*' can also be used to match all ports. :type source_port_range: str :param destination_port_range: The destination port or range. Integer or - range between 0 and 65535. Asterisk '*' can also be used to match all + range between 0 and 65535. Asterix '*' can also be used to match all ports. :type destination_port_range: str - :param source_address_prefix: The CIDR or source IP range. Asterisk '*' - can also be used to match all source IPs. Default tags such as + :param source_address_prefix: The CIDR or source IP range. Asterix '*' can + also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. :type source_address_prefix: str @@ -45,7 +45,7 @@ class SecurityRule(SubResource): :type source_application_security_groups: list[~azure.mgmt.network.v2018_10_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or - destination IP range. Asterisk '*' can also be used to match all source + destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. :type destination_address_prefix: str @@ -71,7 +71,7 @@ class SecurityRule(SubResource): rule. :type priority: int :param direction: Required. The direction of the rule. The direction - specifies if rule will be evaluated on incoming or outgoing traffic. + specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound' :type direction: str or diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/virtual_network_gateway_connection_list_entity.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/virtual_network_gateway_connection_list_entity.py index ffe6527e1d26..bdc46b8190e9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/virtual_network_gateway_connection_list_entity.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/virtual_network_gateway_connection_list_entity.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_10_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_10_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/virtual_network_gateway_connection_list_entity_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/virtual_network_gateway_connection_list_entity_py3.py index 290a8563d2a4..cdd269aebaea 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/virtual_network_gateway_connection_list_entity_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/virtual_network_gateway_connection_list_entity_py3.py @@ -45,7 +45,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :type local_network_gateway2: ~azure.mgmt.network.v2018_10_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values - are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values + are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or ~azure.mgmt.network.v2018_10_01.models.VirtualNetworkGatewayConnectionType diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/express_route_circuit_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/express_route_circuit_connections_operations.py index c4652c2b0f3f..617cc2275af6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/express_route_circuit_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/express_route_circuit_connections_operations.py @@ -269,8 +269,8 @@ def create_or_update( connection. :type connection_name: str :param express_route_circuit_connection_parameters: Parameters - supplied to the create or update express route circuit connection - operation. + supplied to the create or update express route circuit circuit + connection operation. :type express_route_circuit_connection_parameters: ~azure.mgmt.network.v2018_10_01.models.ExpressRouteCircuitConnection :param dict custom_headers: headers that will be added to the request diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/express_route_ports_locations_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/express_route_ports_locations_operations.py index a705c093438b..95114f0e2da0 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/express_route_ports_locations_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/express_route_ports_locations_operations.py @@ -41,7 +41,7 @@ def list( self, custom_headers=None, raw=False, **operation_config): """Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only - be obtained when retrieving a specific peering location. + be obtained when retriving a specific peering location. :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/network_profiles_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/network_profiles_operations.py index 3dbfc69a4939..7f1cb537ac79 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/network_profiles_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/network_profiles_operations.py @@ -124,7 +124,7 @@ def get( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :param network_profile_name: The name of the Public IP Prefix. + :param network_profile_name: The name of the PublicIPPrefx. :type network_profile_name: str :param expand: Expands referenced resources. :type expand: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/public_ip_prefixes_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/public_ip_prefixes_operations.py index 342f8c3536c0..7915def818f7 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/public_ip_prefixes_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/public_ip_prefixes_operations.py @@ -124,7 +124,7 @@ def get( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :param public_ip_prefix_name: The name of the Public IP Prefix. + :param public_ip_prefix_name: The name of the PublicIPPrefx. :type public_ip_prefix_name: str :param expand: Expands referenced resources. :type expand: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/vpn_sites_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/vpn_sites_operations.py index cfedab6ac603..85a69dbd78c6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/vpn_sites_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/operations/vpn_sites_operations.py @@ -40,7 +40,7 @@ def __init__(self, client, config, serializer, deserializer): def get( self, resource_group_name, vpn_site_name, custom_headers=None, raw=False, **operation_config): - """Retrieves the details of a VPN site. + """Retrieves the details of a VPNsite. :param resource_group_name: The resource group name of the VpnSite. :type resource_group_name: str