From 408a4dcd21495207d05f5afd1a362653310bd5b0 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 29 May 2018 20:57:05 +0000 Subject: [PATCH 1/2] Generated from 5f0be8e7d15826d0a75d882f827363c62b7739e8 moved 2018-05-01 progress to April folder --- .../mgmt/network/network_management_client.py | 168 +++++++++--------- .../network/v2018_04_01/models/__init__.py | 6 + ...tion_gateway_authentication_certificate.py | 4 +- ..._gateway_authentication_certificate_py3.py | 4 +- ...pplication_gateway_backend_address_pool.py | 4 +- ...cation_gateway_backend_address_pool_py3.py | 4 +- ...plication_gateway_backend_http_settings.py | 10 +- ...ation_gateway_backend_http_settings_py3.py | 10 +- ...ation_gateway_frontend_ip_configuration.py | 4 +- ...n_gateway_frontend_ip_configuration_py3.py | 4 +- .../application_gateway_frontend_port.py | 4 +- .../application_gateway_frontend_port_py3.py | 4 +- .../application_gateway_http_listener.py | 7 +- .../application_gateway_http_listener_py3.py | 7 +- .../application_gateway_ip_configuration.py | 4 +- ...pplication_gateway_ip_configuration_py3.py | 4 +- .../models/application_gateway_path_rule.py | 4 +- .../application_gateway_path_rule_py3.py | 4 +- .../models/application_gateway_probe.py | 7 +- .../models/application_gateway_probe_py3.py | 7 +- ...lication_gateway_redirect_configuration.py | 4 +- ...tion_gateway_redirect_configuration_py3.py | 4 +- ...pplication_gateway_request_routing_rule.py | 8 +- ...cation_gateway_request_routing_rule_py3.py | 8 +- .../application_gateway_ssl_certificate.py | 4 +- ...application_gateway_ssl_certificate_py3.py | 4 +- ...plication_gateway_ssl_predefined_policy.py | 2 +- ...ation_gateway_ssl_predefined_policy_py3.py | 2 +- .../application_gateway_url_path_map.py | 4 +- .../application_gateway_url_path_map_py3.py | 4 +- .../models/express_route_circuit_arp_table.py | 4 +- .../express_route_circuit_arp_table_py3.py | 4 +- .../express_route_circuit_routes_table.py | 11 +- .../express_route_circuit_routes_table_py3.py | 11 +- ...ress_route_circuit_routes_table_summary.py | 2 +- ..._route_circuit_routes_table_summary_py3.py | 2 +- .../models/flow_log_information.py | 10 +- .../models/flow_log_information_py3.py | 12 +- .../models/flow_log_status_parameters.py | 5 +- .../models/flow_log_status_parameters_py3.py | 5 +- .../models/network_management_client_enums.py | 12 ++ ...ffic_analytics_configuration_properties.py | 50 ++++++ ..._analytics_configuration_properties_py3.py | 50 ++++++ .../models/traffic_analytics_properties.py | 35 ++++ .../traffic_analytics_properties_py3.py | 35 ++++ .../models/virtual_network_gateway_sku.py | 6 +- .../models/virtual_network_gateway_sku_py3.py | 6 +- .../v2018_04_01/network_management_client.py | 2 +- .../application_gateways_operations.py | 4 +- .../application_security_groups_operations.py | 4 +- .../available_endpoint_services_operations.py | 4 +- .../bgp_service_communities_operations.py | 4 +- .../connection_monitors_operations.py | 4 +- .../ddos_protection_plans_operations.py | 4 +- .../default_security_rules_operations.py | 4 +- ...route_circuit_authorizations_operations.py | 4 +- ...ss_route_circuit_connections_operations.py | 4 +- ...press_route_circuit_peerings_operations.py | 4 +- .../express_route_circuits_operations.py | 4 +- ...te_cross_connection_peerings_operations.py | 4 +- ...ress_route_cross_connections_operations.py | 4 +- ...ress_route_service_providers_operations.py | 4 +- .../inbound_nat_rules_operations.py | 4 +- ...lancer_backend_address_pools_operations.py | 4 +- ...r_frontend_ip_configurations_operations.py | 4 +- ...alancer_load_balancing_rules_operations.py | 4 +- ..._balancer_network_interfaces_operations.py | 4 +- .../load_balancer_probes_operations.py | 4 +- .../operations/load_balancers_operations.py | 4 +- .../local_network_gateways_operations.py | 4 +- ..._interface_ip_configurations_operations.py | 4 +- ...ork_interface_load_balancers_operations.py | 4 +- .../network_interfaces_operations.py | 16 +- .../network_security_groups_operations.py | 4 +- .../operations/network_watchers_operations.py | 12 +- .../v2018_04_01/operations/operations.py | 4 +- .../operations/packet_captures_operations.py | 4 +- .../public_ip_addresses_operations.py | 12 +- .../route_filter_rules_operations.py | 4 +- .../operations/route_filters_operations.py | 4 +- .../operations/route_tables_operations.py | 4 +- .../operations/routes_operations.py | 4 +- .../operations/security_rules_operations.py | 4 +- .../operations/subnets_operations.py | 4 +- .../operations/usages_operations.py | 4 +- ..._network_gateway_connections_operations.py | 4 +- .../virtual_network_gateways_operations.py | 4 +- .../virtual_network_peerings_operations.py | 4 +- .../operations/virtual_networks_operations.py | 4 +- 89 files changed, 493 insertions(+), 275 deletions(-) create mode 100644 azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_configuration_properties.py create mode 100644 azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_configuration_properties_py3.py create mode 100644 azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_properties.py create mode 100644 azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_properties_py3.py diff --git a/azure-mgmt-network/azure/mgmt/network/network_management_client.py b/azure-mgmt-network/azure/mgmt/network/network_management_client.py index d5189a1cdf02..4e6b936090d8 100644 --- a/azure-mgmt-network/azure/mgmt/network/network_management_client.py +++ b/azure-mgmt-network/azure/mgmt/network/network_management_client.py @@ -179,7 +179,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): * 2017-11-01: :mod:`v2017_11_01.models` * 2018-01-01: :mod:`v2018_01_01.models` * 2018-02-01: :mod:`v2018_02_01.models` - * 2018-04-01: :mod:`v2018_04_01.models` + * 2018-05-01: :mod:`v2018_04_01.models` """ if api_version == '2015-06-15': from .v2015_06_15 import models @@ -214,7 +214,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): elif api_version == '2018-02-01': from .v2018_02_01 import models return models - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01 import models return models raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -234,7 +234,7 @@ def application_gateways(self): * 2017-11-01: :class:`ApplicationGatewaysOperations` * 2018-01-01: :class:`ApplicationGatewaysOperations` * 2018-02-01: :class:`ApplicationGatewaysOperations` - * 2018-04-01: :class:`ApplicationGatewaysOperations` + * 2018-05-01: :class:`ApplicationGatewaysOperations` """ api_version = self._get_api_version('application_gateways') if api_version == '2015-06-15': @@ -259,7 +259,7 @@ def application_gateways(self): from .v2018_01_01.operations import ApplicationGatewaysOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ApplicationGatewaysOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import ApplicationGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -274,7 +274,7 @@ def application_security_groups(self): * 2017-11-01: :class:`ApplicationSecurityGroupsOperations` * 2018-01-01: :class:`ApplicationSecurityGroupsOperations` * 2018-02-01: :class:`ApplicationSecurityGroupsOperations` - * 2018-04-01: :class:`ApplicationSecurityGroupsOperations` + * 2018-05-01: :class:`ApplicationSecurityGroupsOperations` """ api_version = self._get_api_version('application_security_groups') if api_version == '2017-09-01': @@ -287,7 +287,7 @@ def application_security_groups(self): from .v2018_01_01.operations import ApplicationSecurityGroupsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ApplicationSecurityGroupsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import ApplicationSecurityGroupsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -304,7 +304,7 @@ def available_endpoint_services(self): * 2017-11-01: :class:`AvailableEndpointServicesOperations` * 2018-01-01: :class:`AvailableEndpointServicesOperations` * 2018-02-01: :class:`AvailableEndpointServicesOperations` - * 2018-04-01: :class:`AvailableEndpointServicesOperations` + * 2018-05-01: :class:`AvailableEndpointServicesOperations` """ api_version = self._get_api_version('available_endpoint_services') if api_version == '2017-06-01': @@ -321,7 +321,7 @@ def available_endpoint_services(self): from .v2018_01_01.operations import AvailableEndpointServicesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import AvailableEndpointServicesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import AvailableEndpointServicesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -340,7 +340,7 @@ def bgp_service_communities(self): * 2017-11-01: :class:`BgpServiceCommunitiesOperations` * 2018-01-01: :class:`BgpServiceCommunitiesOperations` * 2018-02-01: :class:`BgpServiceCommunitiesOperations` - * 2018-04-01: :class:`BgpServiceCommunitiesOperations` + * 2018-05-01: :class:`BgpServiceCommunitiesOperations` """ api_version = self._get_api_version('bgp_service_communities') if api_version == '2016-12-01': @@ -361,7 +361,7 @@ def bgp_service_communities(self): from .v2018_01_01.operations import BgpServiceCommunitiesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import BgpServiceCommunitiesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import BgpServiceCommunitiesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -375,7 +375,7 @@ def connection_monitors(self): * 2017-11-01: :class:`ConnectionMonitorsOperations` * 2018-01-01: :class:`ConnectionMonitorsOperations` * 2018-02-01: :class:`ConnectionMonitorsOperations` - * 2018-04-01: :class:`ConnectionMonitorsOperations` + * 2018-05-01: :class:`ConnectionMonitorsOperations` """ api_version = self._get_api_version('connection_monitors') if api_version == '2017-10-01': @@ -386,7 +386,7 @@ def connection_monitors(self): from .v2018_01_01.operations import ConnectionMonitorsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ConnectionMonitorsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import ConnectionMonitorsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -397,12 +397,12 @@ def ddos_protection_plans(self): """Instance depends on the API version: * 2018-02-01: :class:`DdosProtectionPlansOperations` - * 2018-04-01: :class:`DdosProtectionPlansOperations` + * 2018-05-01: :class:`DdosProtectionPlansOperations` """ api_version = self._get_api_version('ddos_protection_plans') if api_version == '2018-02-01': from .v2018_02_01.operations import DdosProtectionPlansOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import DdosProtectionPlansOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -419,7 +419,7 @@ def default_security_rules(self): * 2017-11-01: :class:`DefaultSecurityRulesOperations` * 2018-01-01: :class:`DefaultSecurityRulesOperations` * 2018-02-01: :class:`DefaultSecurityRulesOperations` - * 2018-04-01: :class:`DefaultSecurityRulesOperations` + * 2018-05-01: :class:`DefaultSecurityRulesOperations` """ api_version = self._get_api_version('default_security_rules') if api_version == '2017-06-01': @@ -436,7 +436,7 @@ def default_security_rules(self): from .v2018_01_01.operations import DefaultSecurityRulesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import DefaultSecurityRulesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import DefaultSecurityRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -457,7 +457,7 @@ def express_route_circuit_authorizations(self): * 2017-11-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2018-01-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2018-02-01: :class:`ExpressRouteCircuitAuthorizationsOperations` - * 2018-04-01: :class:`ExpressRouteCircuitAuthorizationsOperations` + * 2018-05-01: :class:`ExpressRouteCircuitAuthorizationsOperations` """ api_version = self._get_api_version('express_route_circuit_authorizations') if api_version == '2015-06-15': @@ -482,7 +482,7 @@ def express_route_circuit_authorizations(self): from .v2018_01_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -493,12 +493,12 @@ def express_route_circuit_connections(self): """Instance depends on the API version: * 2018-02-01: :class:`ExpressRouteCircuitConnectionsOperations` - * 2018-04-01: :class:`ExpressRouteCircuitConnectionsOperations` + * 2018-05-01: :class:`ExpressRouteCircuitConnectionsOperations` """ api_version = self._get_api_version('express_route_circuit_connections') if api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -519,7 +519,7 @@ def express_route_circuit_peerings(self): * 2017-11-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2018-01-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2018-02-01: :class:`ExpressRouteCircuitPeeringsOperations` - * 2018-04-01: :class:`ExpressRouteCircuitPeeringsOperations` + * 2018-05-01: :class:`ExpressRouteCircuitPeeringsOperations` """ api_version = self._get_api_version('express_route_circuit_peerings') if api_version == '2015-06-15': @@ -544,7 +544,7 @@ def express_route_circuit_peerings(self): from .v2018_01_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -565,7 +565,7 @@ def express_route_circuits(self): * 2017-11-01: :class:`ExpressRouteCircuitsOperations` * 2018-01-01: :class:`ExpressRouteCircuitsOperations` * 2018-02-01: :class:`ExpressRouteCircuitsOperations` - * 2018-04-01: :class:`ExpressRouteCircuitsOperations` + * 2018-05-01: :class:`ExpressRouteCircuitsOperations` """ api_version = self._get_api_version('express_route_circuits') if api_version == '2015-06-15': @@ -590,7 +590,7 @@ def express_route_circuits(self): from .v2018_01_01.operations import ExpressRouteCircuitsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCircuitsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import ExpressRouteCircuitsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -601,12 +601,12 @@ def express_route_cross_connection_peerings(self): """Instance depends on the API version: * 2018-02-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` - * 2018-04-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` + * 2018-05-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` """ api_version = self._get_api_version('express_route_cross_connection_peerings') if api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -617,12 +617,12 @@ def express_route_cross_connections(self): """Instance depends on the API version: * 2018-02-01: :class:`ExpressRouteCrossConnectionsOperations` - * 2018-04-01: :class:`ExpressRouteCrossConnectionsOperations` + * 2018-05-01: :class:`ExpressRouteCrossConnectionsOperations` """ api_version = self._get_api_version('express_route_cross_connections') if api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -643,7 +643,7 @@ def express_route_service_providers(self): * 2017-11-01: :class:`ExpressRouteServiceProvidersOperations` * 2018-01-01: :class:`ExpressRouteServiceProvidersOperations` * 2018-02-01: :class:`ExpressRouteServiceProvidersOperations` - * 2018-04-01: :class:`ExpressRouteServiceProvidersOperations` + * 2018-05-01: :class:`ExpressRouteServiceProvidersOperations` """ api_version = self._get_api_version('express_route_service_providers') if api_version == '2015-06-15': @@ -668,7 +668,7 @@ def express_route_service_providers(self): from .v2018_01_01.operations import ExpressRouteServiceProvidersOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteServiceProvidersOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import ExpressRouteServiceProvidersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -685,7 +685,7 @@ def inbound_nat_rules(self): * 2017-11-01: :class:`InboundNatRulesOperations` * 2018-01-01: :class:`InboundNatRulesOperations` * 2018-02-01: :class:`InboundNatRulesOperations` - * 2018-04-01: :class:`InboundNatRulesOperations` + * 2018-05-01: :class:`InboundNatRulesOperations` """ api_version = self._get_api_version('inbound_nat_rules') if api_version == '2017-06-01': @@ -702,7 +702,7 @@ def inbound_nat_rules(self): from .v2018_01_01.operations import InboundNatRulesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import InboundNatRulesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import InboundNatRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -719,7 +719,7 @@ def load_balancer_backend_address_pools(self): * 2017-11-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2018-01-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2018-02-01: :class:`LoadBalancerBackendAddressPoolsOperations` - * 2018-04-01: :class:`LoadBalancerBackendAddressPoolsOperations` + * 2018-05-01: :class:`LoadBalancerBackendAddressPoolsOperations` """ api_version = self._get_api_version('load_balancer_backend_address_pools') if api_version == '2017-06-01': @@ -736,7 +736,7 @@ def load_balancer_backend_address_pools(self): from .v2018_01_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -753,7 +753,7 @@ def load_balancer_frontend_ip_configurations(self): * 2017-11-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2018-01-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2018-02-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` - * 2018-04-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` + * 2018-05-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` """ api_version = self._get_api_version('load_balancer_frontend_ip_configurations') if api_version == '2017-06-01': @@ -770,7 +770,7 @@ def load_balancer_frontend_ip_configurations(self): from .v2018_01_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -787,7 +787,7 @@ def load_balancer_load_balancing_rules(self): * 2017-11-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2018-01-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2018-02-01: :class:`LoadBalancerLoadBalancingRulesOperations` - * 2018-04-01: :class:`LoadBalancerLoadBalancingRulesOperations` + * 2018-05-01: :class:`LoadBalancerLoadBalancingRulesOperations` """ api_version = self._get_api_version('load_balancer_load_balancing_rules') if api_version == '2017-06-01': @@ -804,7 +804,7 @@ def load_balancer_load_balancing_rules(self): from .v2018_01_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -821,7 +821,7 @@ def load_balancer_network_interfaces(self): * 2017-11-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2018-01-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2018-02-01: :class:`LoadBalancerNetworkInterfacesOperations` - * 2018-04-01: :class:`LoadBalancerNetworkInterfacesOperations` + * 2018-05-01: :class:`LoadBalancerNetworkInterfacesOperations` """ api_version = self._get_api_version('load_balancer_network_interfaces') if api_version == '2017-06-01': @@ -838,7 +838,7 @@ def load_balancer_network_interfaces(self): from .v2018_01_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -855,7 +855,7 @@ def load_balancer_probes(self): * 2017-11-01: :class:`LoadBalancerProbesOperations` * 2018-01-01: :class:`LoadBalancerProbesOperations` * 2018-02-01: :class:`LoadBalancerProbesOperations` - * 2018-04-01: :class:`LoadBalancerProbesOperations` + * 2018-05-01: :class:`LoadBalancerProbesOperations` """ api_version = self._get_api_version('load_balancer_probes') if api_version == '2017-06-01': @@ -872,7 +872,7 @@ def load_balancer_probes(self): from .v2018_01_01.operations import LoadBalancerProbesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancerProbesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import LoadBalancerProbesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -893,7 +893,7 @@ def load_balancers(self): * 2017-11-01: :class:`LoadBalancersOperations` * 2018-01-01: :class:`LoadBalancersOperations` * 2018-02-01: :class:`LoadBalancersOperations` - * 2018-04-01: :class:`LoadBalancersOperations` + * 2018-05-01: :class:`LoadBalancersOperations` """ api_version = self._get_api_version('load_balancers') if api_version == '2015-06-15': @@ -918,7 +918,7 @@ def load_balancers(self): from .v2018_01_01.operations import LoadBalancersOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancersOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import LoadBalancersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -939,7 +939,7 @@ def local_network_gateways(self): * 2017-11-01: :class:`LocalNetworkGatewaysOperations` * 2018-01-01: :class:`LocalNetworkGatewaysOperations` * 2018-02-01: :class:`LocalNetworkGatewaysOperations` - * 2018-04-01: :class:`LocalNetworkGatewaysOperations` + * 2018-05-01: :class:`LocalNetworkGatewaysOperations` """ api_version = self._get_api_version('local_network_gateways') if api_version == '2015-06-15': @@ -964,7 +964,7 @@ def local_network_gateways(self): from .v2018_01_01.operations import LocalNetworkGatewaysOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LocalNetworkGatewaysOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import LocalNetworkGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -981,7 +981,7 @@ def network_interface_ip_configurations(self): * 2017-11-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2018-01-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2018-02-01: :class:`NetworkInterfaceIPConfigurationsOperations` - * 2018-04-01: :class:`NetworkInterfaceIPConfigurationsOperations` + * 2018-05-01: :class:`NetworkInterfaceIPConfigurationsOperations` """ api_version = self._get_api_version('network_interface_ip_configurations') if api_version == '2017-06-01': @@ -998,7 +998,7 @@ def network_interface_ip_configurations(self): from .v2018_01_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1015,7 +1015,7 @@ def network_interface_load_balancers(self): * 2017-11-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2018-01-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2018-02-01: :class:`NetworkInterfaceLoadBalancersOperations` - * 2018-04-01: :class:`NetworkInterfaceLoadBalancersOperations` + * 2018-05-01: :class:`NetworkInterfaceLoadBalancersOperations` """ api_version = self._get_api_version('network_interface_load_balancers') if api_version == '2017-06-01': @@ -1032,7 +1032,7 @@ def network_interface_load_balancers(self): from .v2018_01_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1053,7 +1053,7 @@ def network_interfaces(self): * 2017-11-01: :class:`NetworkInterfacesOperations` * 2018-01-01: :class:`NetworkInterfacesOperations` * 2018-02-01: :class:`NetworkInterfacesOperations` - * 2018-04-01: :class:`NetworkInterfacesOperations` + * 2018-05-01: :class:`NetworkInterfacesOperations` """ api_version = self._get_api_version('network_interfaces') if api_version == '2015-06-15': @@ -1078,7 +1078,7 @@ def network_interfaces(self): from .v2018_01_01.operations import NetworkInterfacesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import NetworkInterfacesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import NetworkInterfacesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1099,7 +1099,7 @@ def network_security_groups(self): * 2017-11-01: :class:`NetworkSecurityGroupsOperations` * 2018-01-01: :class:`NetworkSecurityGroupsOperations` * 2018-02-01: :class:`NetworkSecurityGroupsOperations` - * 2018-04-01: :class:`NetworkSecurityGroupsOperations` + * 2018-05-01: :class:`NetworkSecurityGroupsOperations` """ api_version = self._get_api_version('network_security_groups') if api_version == '2015-06-15': @@ -1124,7 +1124,7 @@ def network_security_groups(self): from .v2018_01_01.operations import NetworkSecurityGroupsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import NetworkSecurityGroupsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import NetworkSecurityGroupsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1144,7 +1144,7 @@ def network_watchers(self): * 2017-11-01: :class:`NetworkWatchersOperations` * 2018-01-01: :class:`NetworkWatchersOperations` * 2018-02-01: :class:`NetworkWatchersOperations` - * 2018-04-01: :class:`NetworkWatchersOperations` + * 2018-05-01: :class:`NetworkWatchersOperations` """ api_version = self._get_api_version('network_watchers') if api_version == '2016-09-01': @@ -1167,7 +1167,7 @@ def network_watchers(self): from .v2018_01_01.operations import NetworkWatchersOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import NetworkWatchersOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import NetworkWatchersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1182,7 +1182,7 @@ def operations(self): * 2017-11-01: :class:`Operations` * 2018-01-01: :class:`Operations` * 2018-02-01: :class:`Operations` - * 2018-04-01: :class:`Operations` + * 2018-05-01: :class:`Operations` """ api_version = self._get_api_version('operations') if api_version == '2017-09-01': @@ -1195,7 +1195,7 @@ def operations(self): from .v2018_01_01.operations import Operations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import Operations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import Operations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1215,7 +1215,7 @@ def packet_captures(self): * 2017-11-01: :class:`PacketCapturesOperations` * 2018-01-01: :class:`PacketCapturesOperations` * 2018-02-01: :class:`PacketCapturesOperations` - * 2018-04-01: :class:`PacketCapturesOperations` + * 2018-05-01: :class:`PacketCapturesOperations` """ api_version = self._get_api_version('packet_captures') if api_version == '2016-09-01': @@ -1238,7 +1238,7 @@ def packet_captures(self): from .v2018_01_01.operations import PacketCapturesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import PacketCapturesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import PacketCapturesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1259,7 +1259,7 @@ def public_ip_addresses(self): * 2017-11-01: :class:`PublicIPAddressesOperations` * 2018-01-01: :class:`PublicIPAddressesOperations` * 2018-02-01: :class:`PublicIPAddressesOperations` - * 2018-04-01: :class:`PublicIPAddressesOperations` + * 2018-05-01: :class:`PublicIPAddressesOperations` """ api_version = self._get_api_version('public_ip_addresses') if api_version == '2015-06-15': @@ -1284,7 +1284,7 @@ def public_ip_addresses(self): from .v2018_01_01.operations import PublicIPAddressesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import PublicIPAddressesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import PublicIPAddressesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1303,7 +1303,7 @@ def route_filter_rules(self): * 2017-11-01: :class:`RouteFilterRulesOperations` * 2018-01-01: :class:`RouteFilterRulesOperations` * 2018-02-01: :class:`RouteFilterRulesOperations` - * 2018-04-01: :class:`RouteFilterRulesOperations` + * 2018-05-01: :class:`RouteFilterRulesOperations` """ api_version = self._get_api_version('route_filter_rules') if api_version == '2016-12-01': @@ -1324,7 +1324,7 @@ def route_filter_rules(self): from .v2018_01_01.operations import RouteFilterRulesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import RouteFilterRulesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import RouteFilterRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1343,7 +1343,7 @@ def route_filters(self): * 2017-11-01: :class:`RouteFiltersOperations` * 2018-01-01: :class:`RouteFiltersOperations` * 2018-02-01: :class:`RouteFiltersOperations` - * 2018-04-01: :class:`RouteFiltersOperations` + * 2018-05-01: :class:`RouteFiltersOperations` """ api_version = self._get_api_version('route_filters') if api_version == '2016-12-01': @@ -1364,7 +1364,7 @@ def route_filters(self): from .v2018_01_01.operations import RouteFiltersOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import RouteFiltersOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import RouteFiltersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1385,7 +1385,7 @@ def route_tables(self): * 2017-11-01: :class:`RouteTablesOperations` * 2018-01-01: :class:`RouteTablesOperations` * 2018-02-01: :class:`RouteTablesOperations` - * 2018-04-01: :class:`RouteTablesOperations` + * 2018-05-01: :class:`RouteTablesOperations` """ api_version = self._get_api_version('route_tables') if api_version == '2015-06-15': @@ -1410,7 +1410,7 @@ def route_tables(self): from .v2018_01_01.operations import RouteTablesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import RouteTablesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import RouteTablesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1431,7 +1431,7 @@ def routes(self): * 2017-11-01: :class:`RoutesOperations` * 2018-01-01: :class:`RoutesOperations` * 2018-02-01: :class:`RoutesOperations` - * 2018-04-01: :class:`RoutesOperations` + * 2018-05-01: :class:`RoutesOperations` """ api_version = self._get_api_version('routes') if api_version == '2015-06-15': @@ -1456,7 +1456,7 @@ def routes(self): from .v2018_01_01.operations import RoutesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import RoutesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import RoutesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1477,7 +1477,7 @@ def security_rules(self): * 2017-11-01: :class:`SecurityRulesOperations` * 2018-01-01: :class:`SecurityRulesOperations` * 2018-02-01: :class:`SecurityRulesOperations` - * 2018-04-01: :class:`SecurityRulesOperations` + * 2018-05-01: :class:`SecurityRulesOperations` """ api_version = self._get_api_version('security_rules') if api_version == '2015-06-15': @@ -1502,7 +1502,7 @@ def security_rules(self): from .v2018_01_01.operations import SecurityRulesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import SecurityRulesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import SecurityRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1523,7 +1523,7 @@ def subnets(self): * 2017-11-01: :class:`SubnetsOperations` * 2018-01-01: :class:`SubnetsOperations` * 2018-02-01: :class:`SubnetsOperations` - * 2018-04-01: :class:`SubnetsOperations` + * 2018-05-01: :class:`SubnetsOperations` """ api_version = self._get_api_version('subnets') if api_version == '2015-06-15': @@ -1548,7 +1548,7 @@ def subnets(self): from .v2018_01_01.operations import SubnetsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import SubnetsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import SubnetsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1569,7 +1569,7 @@ def usages(self): * 2017-11-01: :class:`UsagesOperations` * 2018-01-01: :class:`UsagesOperations` * 2018-02-01: :class:`UsagesOperations` - * 2018-04-01: :class:`UsagesOperations` + * 2018-05-01: :class:`UsagesOperations` """ api_version = self._get_api_version('usages') if api_version == '2015-06-15': @@ -1594,7 +1594,7 @@ def usages(self): from .v2018_01_01.operations import UsagesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import UsagesOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import UsagesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1615,7 +1615,7 @@ def virtual_network_gateway_connections(self): * 2017-11-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2018-01-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2018-02-01: :class:`VirtualNetworkGatewayConnectionsOperations` - * 2018-04-01: :class:`VirtualNetworkGatewayConnectionsOperations` + * 2018-05-01: :class:`VirtualNetworkGatewayConnectionsOperations` """ api_version = self._get_api_version('virtual_network_gateway_connections') if api_version == '2015-06-15': @@ -1640,7 +1640,7 @@ def virtual_network_gateway_connections(self): from .v2018_01_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1661,7 +1661,7 @@ def virtual_network_gateways(self): * 2017-11-01: :class:`VirtualNetworkGatewaysOperations` * 2018-01-01: :class:`VirtualNetworkGatewaysOperations` * 2018-02-01: :class:`VirtualNetworkGatewaysOperations` - * 2018-04-01: :class:`VirtualNetworkGatewaysOperations` + * 2018-05-01: :class:`VirtualNetworkGatewaysOperations` """ api_version = self._get_api_version('virtual_network_gateways') if api_version == '2015-06-15': @@ -1686,7 +1686,7 @@ def virtual_network_gateways(self): from .v2018_01_01.operations import VirtualNetworkGatewaysOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import VirtualNetworkGatewaysOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import VirtualNetworkGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1706,7 +1706,7 @@ def virtual_network_peerings(self): * 2017-11-01: :class:`VirtualNetworkPeeringsOperations` * 2018-01-01: :class:`VirtualNetworkPeeringsOperations` * 2018-02-01: :class:`VirtualNetworkPeeringsOperations` - * 2018-04-01: :class:`VirtualNetworkPeeringsOperations` + * 2018-05-01: :class:`VirtualNetworkPeeringsOperations` """ api_version = self._get_api_version('virtual_network_peerings') if api_version == '2016-09-01': @@ -1729,7 +1729,7 @@ def virtual_network_peerings(self): from .v2018_01_01.operations import VirtualNetworkPeeringsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import VirtualNetworkPeeringsOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import VirtualNetworkPeeringsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1750,7 +1750,7 @@ def virtual_networks(self): * 2017-11-01: :class:`VirtualNetworksOperations` * 2018-01-01: :class:`VirtualNetworksOperations` * 2018-02-01: :class:`VirtualNetworksOperations` - * 2018-04-01: :class:`VirtualNetworksOperations` + * 2018-05-01: :class:`VirtualNetworksOperations` """ api_version = self._get_api_version('virtual_networks') if api_version == '2015-06-15': @@ -1775,7 +1775,7 @@ def virtual_networks(self): from .v2018_01_01.operations import VirtualNetworksOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import VirtualNetworksOperations as OperationClass - elif api_version == '2018-04-01': + elif api_version == '2018-05-01': from .v2018_04_01.operations import VirtualNetworksOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/__init__.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/__init__.py index ff1a5ebc2576..c86ba4d34057 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/__init__.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/__init__.py @@ -133,6 +133,8 @@ from .troubleshooting_result_py3 import TroubleshootingResult from .retention_policy_parameters_py3 import RetentionPolicyParameters from .flow_log_status_parameters_py3 import FlowLogStatusParameters + from .traffic_analytics_configuration_properties_py3 import TrafficAnalyticsConfigurationProperties + from .traffic_analytics_properties_py3 import TrafficAnalyticsProperties from .flow_log_information_py3 import FlowLogInformation from .connectivity_source_py3 import ConnectivitySource from .connectivity_destination_py3 import ConnectivityDestination @@ -326,6 +328,8 @@ from .troubleshooting_result import TroubleshootingResult from .retention_policy_parameters import RetentionPolicyParameters from .flow_log_status_parameters import FlowLogStatusParameters + from .traffic_analytics_configuration_properties import TrafficAnalyticsConfigurationProperties + from .traffic_analytics_properties import TrafficAnalyticsProperties from .flow_log_information import FlowLogInformation from .connectivity_source import ConnectivitySource from .connectivity_destination import ConnectivityDestination @@ -634,6 +638,8 @@ 'TroubleshootingResult', 'RetentionPolicyParameters', 'FlowLogStatusParameters', + 'TrafficAnalyticsConfigurationProperties', + 'TrafficAnalyticsProperties', 'FlowLogInformation', 'ConnectivitySource', 'ConnectivityDestination', diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_authentication_certificate.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_authentication_certificate.py index dff594340e59..3b766e657c6b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_authentication_certificate.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_authentication_certificate.py @@ -23,8 +23,8 @@ class ApplicationGatewayAuthenticationCertificate(SubResource): certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the authentication certificate that is unique within + an Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_authentication_certificate_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_authentication_certificate_py3.py index 8ca414a62f3d..d0c7f378884b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_authentication_certificate_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_authentication_certificate_py3.py @@ -23,8 +23,8 @@ class ApplicationGatewayAuthenticationCertificate(SubResource): certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the authentication certificate that is unique within + an Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_address_pool.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_address_pool.py index 01501a7f35e3..f2f33a723429 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_address_pool.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_address_pool.py @@ -27,8 +27,8 @@ class ApplicationGatewayBackendAddressPool(SubResource): :param provisioning_state: Provisioning state of the backend address pool resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Resource that is unique within a resource group. This name - can be used to access the resource. + :param name: Name of the backend address pool that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_address_pool_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_address_pool_py3.py index ff5496b62dce..b090b707730c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_address_pool_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_address_pool_py3.py @@ -27,8 +27,8 @@ class ApplicationGatewayBackendAddressPool(SubResource): :param provisioning_state: Provisioning state of the backend address pool resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Resource that is unique within a resource group. This name - can be used to access the resource. + :param name: Name of the backend address pool that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_http_settings.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_http_settings.py index 963ca11480cd..50a4351af3f0 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_http_settings.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_http_settings.py @@ -17,9 +17,11 @@ class ApplicationGatewayBackendHttpSettings(SubResource): :param id: Resource ID. :type id: str - :param port: Port + :param port: The destination port on the backend. :type port: int - :param protocol: Protocol. Possible values include: 'Http', 'Https' + :param protocol: The protocol used to communicate with the backend. + Possible values are 'Http' and 'Https'. Possible values include: 'Http', + 'Https' :type protocol: str or ~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol :param cookie_based_affinity: Cookie based affinity. Possible values @@ -57,8 +59,8 @@ class ApplicationGatewayBackendHttpSettings(SubResource): :param provisioning_state: Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the backend http settings that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_http_settings_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_http_settings_py3.py index 0658686fe9e0..5904e7ce515a 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_http_settings_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_backend_http_settings_py3.py @@ -17,9 +17,11 @@ class ApplicationGatewayBackendHttpSettings(SubResource): :param id: Resource ID. :type id: str - :param port: Port + :param port: The destination port on the backend. :type port: int - :param protocol: Protocol. Possible values include: 'Http', 'Https' + :param protocol: The protocol used to communicate with the backend. + Possible values are 'Http' and 'Https'. Possible values include: 'Http', + 'Https' :type protocol: str or ~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol :param cookie_based_affinity: Cookie based affinity. Possible values @@ -57,8 +59,8 @@ class ApplicationGatewayBackendHttpSettings(SubResource): :param provisioning_state: Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the backend http settings that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_ip_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_ip_configuration.py index 6fa9f9ca306d..55a095e36c1e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_ip_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_ip_configuration.py @@ -32,8 +32,8 @@ class ApplicationGatewayFrontendIPConfiguration(SubResource): :param provisioning_state: Provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the frontend IP configuration that is unique within + an Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_ip_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_ip_configuration_py3.py index 31715f66e44a..0eb1d1ff6419 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_ip_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_ip_configuration_py3.py @@ -32,8 +32,8 @@ class ApplicationGatewayFrontendIPConfiguration(SubResource): :param provisioning_state: Provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the frontend IP configuration that is unique within + an Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_port.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_port.py index 318c0554db0a..b245c950f3ed 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_port.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_port.py @@ -22,8 +22,8 @@ class ApplicationGatewayFrontendPort(SubResource): :param provisioning_state: Provisioning state of the frontend port resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the frontend port that is unique within an + Application Gateway :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_port_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_port_py3.py index 9183cb57a515..a6bd3f7a3606 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_port_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_frontend_port_py3.py @@ -22,8 +22,8 @@ class ApplicationGatewayFrontendPort(SubResource): :param provisioning_state: Provisioning state of the frontend port resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the frontend port that is unique within an + Application Gateway :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_http_listener.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_http_listener.py index 9fd86e3a03f9..3926e5a3d297 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_http_listener.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_http_listener.py @@ -23,7 +23,8 @@ class ApplicationGatewayHttpListener(SubResource): ~azure.mgmt.network.v2018_04_01.models.SubResource :param frontend_port: Frontend port resource of an application gateway. :type frontend_port: ~azure.mgmt.network.v2018_04_01.models.SubResource - :param protocol: Protocol. Possible values include: 'Http', 'Https' + :param protocol: Protocol of the HTTP listener. Possible values are 'Http' + and 'Https'. Possible values include: 'Http', 'Https' :type protocol: str or ~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol :param host_name: Host name of HTTP listener. @@ -37,8 +38,8 @@ class ApplicationGatewayHttpListener(SubResource): :param provisioning_state: Provisioning state of the HTTP listener resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the HTTP listener that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_http_listener_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_http_listener_py3.py index a2b1ff48bc10..e461f393ec90 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_http_listener_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_http_listener_py3.py @@ -23,7 +23,8 @@ class ApplicationGatewayHttpListener(SubResource): ~azure.mgmt.network.v2018_04_01.models.SubResource :param frontend_port: Frontend port resource of an application gateway. :type frontend_port: ~azure.mgmt.network.v2018_04_01.models.SubResource - :param protocol: Protocol. Possible values include: 'Http', 'Https' + :param protocol: Protocol of the HTTP listener. Possible values are 'Http' + and 'Https'. Possible values include: 'Http', 'Https' :type protocol: str or ~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol :param host_name: Host name of HTTP listener. @@ -37,8 +38,8 @@ class ApplicationGatewayHttpListener(SubResource): :param provisioning_state: Provisioning state of the HTTP listener resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the HTTP listener that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ip_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ip_configuration.py index beb24e22a091..da7b34e54331 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ip_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ip_configuration.py @@ -25,8 +25,8 @@ class ApplicationGatewayIPConfiguration(SubResource): subnet resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the IP configuration that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ip_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ip_configuration_py3.py index 0c968733f3f2..2ed336e18556 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ip_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ip_configuration_py3.py @@ -25,8 +25,8 @@ class ApplicationGatewayIPConfiguration(SubResource): subnet resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the IP configuration that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_path_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_path_rule.py index b94510ed29b5..b59998191ea5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_path_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_path_rule.py @@ -34,8 +34,8 @@ class ApplicationGatewayPathRule(SubResource): :param provisioning_state: Path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the path rule that is unique within an Application + Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_path_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_path_rule_py3.py index 5f382871ebb9..7cd23897bcbe 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_path_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_path_rule_py3.py @@ -34,8 +34,8 @@ class ApplicationGatewayPathRule(SubResource): :param provisioning_state: Path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the path rule that is unique within an Application + Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_probe.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_probe.py index 2c715f328632..af4918b62d1b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_probe.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_probe.py @@ -17,7 +17,8 @@ class ApplicationGatewayProbe(SubResource): :param id: Resource ID. :type id: str - :param protocol: Protocol. Possible values include: 'Http', 'Https' + :param protocol: The protocol used for the probe. Possible values are + 'Http' and 'Https'. Possible values include: 'Http', 'Https' :type protocol: str or ~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol :param host: Host name to send the probe to. @@ -49,8 +50,8 @@ class ApplicationGatewayProbe(SubResource): :param provisioning_state: Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the probe that is unique within an Application + Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_probe_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_probe_py3.py index 9d1dd88fd8f2..8f9b403f34a8 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_probe_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_probe_py3.py @@ -17,7 +17,8 @@ class ApplicationGatewayProbe(SubResource): :param id: Resource ID. :type id: str - :param protocol: Protocol. Possible values include: 'Http', 'Https' + :param protocol: The protocol used for the probe. Possible values are + 'Http' and 'Https'. Possible values include: 'Http', 'Https' :type protocol: str or ~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProtocol :param host: Host name to send the probe to. @@ -49,8 +50,8 @@ class ApplicationGatewayProbe(SubResource): :param provisioning_state: Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the probe that is unique within an Application + Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_redirect_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_redirect_configuration.py index 5f2b68344508..51b004780203 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_redirect_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_redirect_configuration.py @@ -41,8 +41,8 @@ class ApplicationGatewayRedirectConfiguration(SubResource): list[~azure.mgmt.network.v2018_04_01.models.SubResource] :param path_rules: Path rules specifying redirect configuration. :type path_rules: list[~azure.mgmt.network.v2018_04_01.models.SubResource] - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the redirect configuration that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_redirect_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_redirect_configuration_py3.py index b3c279e3d988..b8d8e643dbea 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_redirect_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_redirect_configuration_py3.py @@ -41,8 +41,8 @@ class ApplicationGatewayRedirectConfiguration(SubResource): list[~azure.mgmt.network.v2018_04_01.models.SubResource] :param path_rules: Path rules specifying redirect configuration. :type path_rules: list[~azure.mgmt.network.v2018_04_01.models.SubResource] - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the redirect configuration that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_request_routing_rule.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_request_routing_rule.py index c075ec824fc7..3ccc550356a6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_request_routing_rule.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_request_routing_rule.py @@ -25,8 +25,8 @@ class ApplicationGatewayRequestRoutingRule(SubResource): application gateway. :type backend_address_pool: ~azure.mgmt.network.v2018_04_01.models.SubResource - :param backend_http_settings: Frontend port resource of the application - gateway. + :param backend_http_settings: Backend http settings resource of the + application gateway. :type backend_http_settings: ~azure.mgmt.network.v2018_04_01.models.SubResource :param http_listener: Http listener resource of the application gateway. @@ -40,8 +40,8 @@ class ApplicationGatewayRequestRoutingRule(SubResource): :param provisioning_state: Provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the request routing rule that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_request_routing_rule_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_request_routing_rule_py3.py index a2d77c6f1a8e..36cf2186cb65 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_request_routing_rule_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_request_routing_rule_py3.py @@ -25,8 +25,8 @@ class ApplicationGatewayRequestRoutingRule(SubResource): application gateway. :type backend_address_pool: ~azure.mgmt.network.v2018_04_01.models.SubResource - :param backend_http_settings: Frontend port resource of the application - gateway. + :param backend_http_settings: Backend http settings resource of the + application gateway. :type backend_http_settings: ~azure.mgmt.network.v2018_04_01.models.SubResource :param http_listener: Http listener resource of the application gateway. @@ -40,8 +40,8 @@ class ApplicationGatewayRequestRoutingRule(SubResource): :param provisioning_state: Provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the request routing rule that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_certificate.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_certificate.py index 1dfedd4908df..20c9614fe87e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_certificate.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_certificate.py @@ -29,8 +29,8 @@ class ApplicationGatewaySslCertificate(SubResource): :param provisioning_state: Provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the SSL certificate that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_certificate_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_certificate_py3.py index e6813303e13f..4ed572592e87 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_certificate_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_certificate_py3.py @@ -29,8 +29,8 @@ class ApplicationGatewaySslCertificate(SubResource): :param provisioning_state: Provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the SSL certificate that is unique within an + Application Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_predefined_policy.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_predefined_policy.py index 1f7d195f6ed2..6414aaf0747a 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_predefined_policy.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_predefined_policy.py @@ -17,7 +17,7 @@ class ApplicationGatewaySslPredefinedPolicy(SubResource): :param id: Resource ID. :type id: str - :param name: Name of Ssl predefined policy. + :param name: Name of the Ssl predefined policy. :type name: str :param cipher_suites: Ssl cipher suites to be enabled in the specified order for application gateway. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_predefined_policy_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_predefined_policy_py3.py index bf98b40f1fe5..f00364ce203e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_predefined_policy_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_ssl_predefined_policy_py3.py @@ -17,7 +17,7 @@ class ApplicationGatewaySslPredefinedPolicy(SubResource): :param id: Resource ID. :type id: str - :param name: Name of Ssl predefined policy. + :param name: Name of the Ssl predefined policy. :type name: str :param cipher_suites: Ssl cipher suites to be enabled in the specified order for application gateway. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_url_path_map.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_url_path_map.py index e22eccf90045..6b010ae627c9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_url_path_map.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_url_path_map.py @@ -36,8 +36,8 @@ class ApplicationGatewayUrlPathMap(SubResource): :param provisioning_state: Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the URL path map that is unique within an Application + Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_url_path_map_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_url_path_map_py3.py index 114f261c381b..5484759e31cc 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_url_path_map_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_url_path_map_py3.py @@ -36,8 +36,8 @@ class ApplicationGatewayUrlPathMap(SubResource): :param provisioning_state: Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :type provisioning_state: str - :param name: Name of the resource that is unique within a resource group. - This name can be used to access the resource. + :param name: Name of the URL path map that is unique within an Application + Gateway. :type name: str :param etag: A unique read-only string that changes whenever the resource is updated. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_arp_table.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_arp_table.py index 826796619769..ed7864d35e09 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_arp_table.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_arp_table.py @@ -15,9 +15,9 @@ class ExpressRouteCircuitArpTable(Model): """The ARP table associated with the ExpressRouteCircuit. - :param age: Age + :param age: Entry age in minutes :type age: int - :param interface: Interface + :param interface: Interface address :type interface: str :param ip_address: The IP address. :type ip_address: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_arp_table_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_arp_table_py3.py index 4401108c6001..e8c637a092d4 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_arp_table_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_arp_table_py3.py @@ -15,9 +15,9 @@ class ExpressRouteCircuitArpTable(Model): """The ARP table associated with the ExpressRouteCircuit. - :param age: Age + :param age: Entry age in minutes :type age: int - :param interface: Interface + :param interface: Interface address :type interface: str :param ip_address: The IP address. :type ip_address: str diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table.py index 7517e9867cfb..5150924765f9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table.py @@ -15,15 +15,16 @@ class ExpressRouteCircuitRoutesTable(Model): """The routes table associated with the ExpressRouteCircuit. - :param network: network + :param network: IP address of a network entity :type network: str - :param next_hop: nextHop + :param next_hop: NextHop address :type next_hop: str - :param loc_prf: locPrf + :param loc_prf: Local preference value as set with the set + local-preference route-map configuration command :type loc_prf: str - :param weight: weight. + :param weight: Route Weight. :type weight: int - :param path: path + :param path: Autonomous system paths to the destination network. :type path: str """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_py3.py index 38ea85cf642d..3b5829937b83 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_py3.py @@ -15,15 +15,16 @@ class ExpressRouteCircuitRoutesTable(Model): """The routes table associated with the ExpressRouteCircuit. - :param network: network + :param network: IP address of a network entity :type network: str - :param next_hop: nextHop + :param next_hop: NextHop address :type next_hop: str - :param loc_prf: locPrf + :param loc_prf: Local preference value as set with the set + local-preference route-map configuration command :type loc_prf: str - :param weight: weight. + :param weight: Route Weight. :type weight: int - :param path: path + :param path: Autonomous system paths to the destination network. :type path: str """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_summary.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_summary.py index 577c3c2edd45..1f398383a9f0 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_summary.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_summary.py @@ -15,7 +15,7 @@ class ExpressRouteCircuitRoutesTableSummary(Model): """The routes table associated with the ExpressRouteCircuit. - :param neighbor: Neighbor + :param neighbor: IP address of the neighbor. :type neighbor: str :param v: BGP version number spoken to the neighbor. :type v: int diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_summary_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_summary_py3.py index e18d0051d218..13f52d9951f3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_summary_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/express_route_circuit_routes_table_summary_py3.py @@ -15,7 +15,7 @@ class ExpressRouteCircuitRoutesTableSummary(Model): """The routes table associated with the ExpressRouteCircuit. - :param neighbor: Neighbor + :param neighbor: IP address of the neighbor. :type neighbor: str :param v: BGP version number spoken to the neighbor. :type v: int diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_information.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_information.py index 230a598cce88..dd70571763ee 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_information.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_information.py @@ -13,12 +13,13 @@ class FlowLogInformation(Model): - """Information on the configuration of flow log. + """Information on the configuration of flow log and traffic analytics + (optional) . All required parameters must be populated in order to send to Azure. :param target_resource_id: Required. The ID of the resource to configure - for flow logging. + for flow log and traffic analytics (optional) . :type target_resource_id: str :param storage_id: Required. ID of the storage account which is used to store the flow log. @@ -28,6 +29,9 @@ class FlowLogInformation(Model): :param retention_policy: :type retention_policy: ~azure.mgmt.network.v2018_04_01.models.RetentionPolicyParameters + :param flow_analytics_configuration: + :type flow_analytics_configuration: + ~azure.mgmt.network.v2018_04_01.models.TrafficAnalyticsProperties """ _validation = { @@ -41,6 +45,7 @@ class FlowLogInformation(Model): 'storage_id': {'key': 'properties.storageId', 'type': 'str'}, 'enabled': {'key': 'properties.enabled', 'type': 'bool'}, 'retention_policy': {'key': 'properties.retentionPolicy', 'type': 'RetentionPolicyParameters'}, + 'flow_analytics_configuration': {'key': 'flowAnalyticsConfiguration', 'type': 'TrafficAnalyticsProperties'}, } def __init__(self, **kwargs): @@ -49,3 +54,4 @@ def __init__(self, **kwargs): self.storage_id = kwargs.get('storage_id', None) self.enabled = kwargs.get('enabled', None) self.retention_policy = kwargs.get('retention_policy', None) + self.flow_analytics_configuration = kwargs.get('flow_analytics_configuration', None) diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_information_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_information_py3.py index 1cc56943de1d..0ace583824ca 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_information_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_information_py3.py @@ -13,12 +13,13 @@ class FlowLogInformation(Model): - """Information on the configuration of flow log. + """Information on the configuration of flow log and traffic analytics + (optional) . All required parameters must be populated in order to send to Azure. :param target_resource_id: Required. The ID of the resource to configure - for flow logging. + for flow log and traffic analytics (optional) . :type target_resource_id: str :param storage_id: Required. ID of the storage account which is used to store the flow log. @@ -28,6 +29,9 @@ class FlowLogInformation(Model): :param retention_policy: :type retention_policy: ~azure.mgmt.network.v2018_04_01.models.RetentionPolicyParameters + :param flow_analytics_configuration: + :type flow_analytics_configuration: + ~azure.mgmt.network.v2018_04_01.models.TrafficAnalyticsProperties """ _validation = { @@ -41,11 +45,13 @@ class FlowLogInformation(Model): 'storage_id': {'key': 'properties.storageId', 'type': 'str'}, 'enabled': {'key': 'properties.enabled', 'type': 'bool'}, 'retention_policy': {'key': 'properties.retentionPolicy', 'type': 'RetentionPolicyParameters'}, + 'flow_analytics_configuration': {'key': 'flowAnalyticsConfiguration', 'type': 'TrafficAnalyticsProperties'}, } - def __init__(self, *, target_resource_id: str, storage_id: str, enabled: bool, retention_policy=None, **kwargs) -> None: + def __init__(self, *, target_resource_id: str, storage_id: str, enabled: bool, retention_policy=None, flow_analytics_configuration=None, **kwargs) -> None: super(FlowLogInformation, self).__init__(**kwargs) self.target_resource_id = target_resource_id self.storage_id = storage_id self.enabled = enabled self.retention_policy = retention_policy + self.flow_analytics_configuration = flow_analytics_configuration diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_status_parameters.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_status_parameters.py index 5a48e938f2d6..1e290526a28e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_status_parameters.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_status_parameters.py @@ -13,12 +13,13 @@ class FlowLogStatusParameters(Model): - """Parameters that define a resource to query flow log status. + """Parameters that define a resource to query flow log and traffic analytics + (optional) status. All required parameters must be populated in order to send to Azure. :param target_resource_id: Required. The target resource where getting the - flow logging status. + flow log and traffic analytics (optional) status. :type target_resource_id: str """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_status_parameters_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_status_parameters_py3.py index 0768d2495150..89d079fdb715 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_status_parameters_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/flow_log_status_parameters_py3.py @@ -13,12 +13,13 @@ class FlowLogStatusParameters(Model): - """Parameters that define a resource to query flow log status. + """Parameters that define a resource to query flow log and traffic analytics + (optional) status. All required parameters must be populated in order to send to Azure. :param target_resource_id: Required. The target resource where getting the - flow logging status. + flow log and traffic analytics (optional) status. :type target_resource_id: str """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/network_management_client_enums.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/network_management_client_enums.py index 0e20d24072aa..5cc52d65f38b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/network_management_client_enums.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/network_management_client_enums.py @@ -448,6 +448,12 @@ class VirtualNetworkGatewaySkuName(str, Enum): vpn_gw1 = "VpnGw1" vpn_gw2 = "VpnGw2" vpn_gw3 = "VpnGw3" + vpn_gw1_az = "VpnGw1AZ" + vpn_gw2_az = "VpnGw2AZ" + vpn_gw3_az = "VpnGw3AZ" + er_gw1_az = "ErGw1AZ" + er_gw2_az = "ErGw2AZ" + er_gw3_az = "ErGw3AZ" class VirtualNetworkGatewaySkuTier(str, Enum): @@ -459,6 +465,12 @@ class VirtualNetworkGatewaySkuTier(str, Enum): vpn_gw1 = "VpnGw1" vpn_gw2 = "VpnGw2" vpn_gw3 = "VpnGw3" + vpn_gw1_az = "VpnGw1AZ" + vpn_gw2_az = "VpnGw2AZ" + vpn_gw3_az = "VpnGw3AZ" + er_gw1_az = "ErGw1AZ" + er_gw2_az = "ErGw2AZ" + er_gw3_az = "ErGw3AZ" class VpnClientProtocol(str, Enum): diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_configuration_properties.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_configuration_properties.py new file mode 100644 index 000000000000..07ec840d9ed3 --- /dev/null +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_configuration_properties.py @@ -0,0 +1,50 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class TrafficAnalyticsConfigurationProperties(Model): + """Parameters that define the configuration of traffic analytics. + + All required parameters must be populated in order to send to Azure. + + :param enabled: Required. Flag to enable/disable traffic analytics. + :type enabled: bool + :param workspace_id: Required. The resource guid of the attached workspace + :type workspace_id: str + :param workspace_region: Required. The location of the attached workspace + :type workspace_region: str + :param workspace_resource_id: Required. Resource Id of the attached + workspace + :type workspace_resource_id: str + """ + + _validation = { + 'enabled': {'required': True}, + 'workspace_id': {'required': True}, + 'workspace_region': {'required': True}, + 'workspace_resource_id': {'required': True}, + } + + _attribute_map = { + 'enabled': {'key': 'enabled', 'type': 'bool'}, + 'workspace_id': {'key': 'workspaceId', 'type': 'str'}, + 'workspace_region': {'key': 'workspaceRegion', 'type': 'str'}, + 'workspace_resource_id': {'key': 'workspaceResourceId', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(TrafficAnalyticsConfigurationProperties, self).__init__(**kwargs) + self.enabled = kwargs.get('enabled', None) + self.workspace_id = kwargs.get('workspace_id', None) + self.workspace_region = kwargs.get('workspace_region', None) + self.workspace_resource_id = kwargs.get('workspace_resource_id', None) diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_configuration_properties_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_configuration_properties_py3.py new file mode 100644 index 000000000000..bbc5ad2372c3 --- /dev/null +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_configuration_properties_py3.py @@ -0,0 +1,50 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class TrafficAnalyticsConfigurationProperties(Model): + """Parameters that define the configuration of traffic analytics. + + All required parameters must be populated in order to send to Azure. + + :param enabled: Required. Flag to enable/disable traffic analytics. + :type enabled: bool + :param workspace_id: Required. The resource guid of the attached workspace + :type workspace_id: str + :param workspace_region: Required. The location of the attached workspace + :type workspace_region: str + :param workspace_resource_id: Required. Resource Id of the attached + workspace + :type workspace_resource_id: str + """ + + _validation = { + 'enabled': {'required': True}, + 'workspace_id': {'required': True}, + 'workspace_region': {'required': True}, + 'workspace_resource_id': {'required': True}, + } + + _attribute_map = { + 'enabled': {'key': 'enabled', 'type': 'bool'}, + 'workspace_id': {'key': 'workspaceId', 'type': 'str'}, + 'workspace_region': {'key': 'workspaceRegion', 'type': 'str'}, + 'workspace_resource_id': {'key': 'workspaceResourceId', 'type': 'str'}, + } + + def __init__(self, *, enabled: bool, workspace_id: str, workspace_region: str, workspace_resource_id: str, **kwargs) -> None: + super(TrafficAnalyticsConfigurationProperties, self).__init__(**kwargs) + self.enabled = enabled + self.workspace_id = workspace_id + self.workspace_region = workspace_region + self.workspace_resource_id = workspace_resource_id diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_properties.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_properties.py new file mode 100644 index 000000000000..4ea3c91bac29 --- /dev/null +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_properties.py @@ -0,0 +1,35 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class TrafficAnalyticsProperties(Model): + """Parameters that define the configuration of traffic analytics. + + All required parameters must be populated in order to send to Azure. + + :param network_watcher_flow_analytics_configuration: Required. + :type network_watcher_flow_analytics_configuration: + ~azure.mgmt.network.v2018_04_01.models.TrafficAnalyticsConfigurationProperties + """ + + _validation = { + 'network_watcher_flow_analytics_configuration': {'required': True}, + } + + _attribute_map = { + 'network_watcher_flow_analytics_configuration': {'key': 'networkWatcherFlowAnalyticsConfiguration', 'type': 'TrafficAnalyticsConfigurationProperties'}, + } + + def __init__(self, **kwargs): + super(TrafficAnalyticsProperties, self).__init__(**kwargs) + self.network_watcher_flow_analytics_configuration = kwargs.get('network_watcher_flow_analytics_configuration', None) diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_properties_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_properties_py3.py new file mode 100644 index 000000000000..fabba98c67b2 --- /dev/null +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/traffic_analytics_properties_py3.py @@ -0,0 +1,35 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class TrafficAnalyticsProperties(Model): + """Parameters that define the configuration of traffic analytics. + + All required parameters must be populated in order to send to Azure. + + :param network_watcher_flow_analytics_configuration: Required. + :type network_watcher_flow_analytics_configuration: + ~azure.mgmt.network.v2018_04_01.models.TrafficAnalyticsConfigurationProperties + """ + + _validation = { + 'network_watcher_flow_analytics_configuration': {'required': True}, + } + + _attribute_map = { + 'network_watcher_flow_analytics_configuration': {'key': 'networkWatcherFlowAnalyticsConfiguration', 'type': 'TrafficAnalyticsConfigurationProperties'}, + } + + def __init__(self, *, network_watcher_flow_analytics_configuration, **kwargs) -> None: + super(TrafficAnalyticsProperties, self).__init__(**kwargs) + self.network_watcher_flow_analytics_configuration = network_watcher_flow_analytics_configuration diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_sku.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_sku.py index 63457b3c4e07..48f7fa70eb67 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_sku.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_sku.py @@ -17,12 +17,14 @@ class VirtualNetworkGatewaySku(Model): :param name: Gateway SKU name. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', - 'VpnGw3' + 'VpnGw3', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'ErGw1AZ', 'ErGw2AZ', + 'ErGw3AZ' :type name: str or ~azure.mgmt.network.v2018_04_01.models.VirtualNetworkGatewaySkuName :param tier: Gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', - 'VpnGw3' + 'VpnGw3', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'ErGw1AZ', 'ErGw2AZ', + 'ErGw3AZ' :type tier: str or ~azure.mgmt.network.v2018_04_01.models.VirtualNetworkGatewaySkuTier :param capacity: The capacity. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_sku_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_sku_py3.py index 45399bbd1bbd..a5e532b806f9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_sku_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/virtual_network_gateway_sku_py3.py @@ -17,12 +17,14 @@ class VirtualNetworkGatewaySku(Model): :param name: Gateway SKU name. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', - 'VpnGw3' + 'VpnGw3', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'ErGw1AZ', 'ErGw2AZ', + 'ErGw3AZ' :type name: str or ~azure.mgmt.network.v2018_04_01.models.VirtualNetworkGatewaySkuName :param tier: Gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', - 'VpnGw3' + 'VpnGw3', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'ErGw1AZ', 'ErGw2AZ', + 'ErGw3AZ' :type tier: str or ~azure.mgmt.network.v2018_04_01.models.VirtualNetworkGatewaySkuTier :param capacity: The capacity. diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/network_management_client.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/network_management_client.py index a06ab87743a5..6454e842e80e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/network_management_client.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/network_management_client.py @@ -310,7 +310,7 @@ def check_dns_name_availability( ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.check_dns_name_availability.metadata['url'] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_gateways_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_gateways_operations.py index 50b16091272c..fe1c0a49ab54 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_gateways_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_gateways_operations.py @@ -25,7 +25,7 @@ class ApplicationGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_security_groups_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_security_groups_operations.py index 143dee4af678..7dfe872b51be 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_security_groups_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_security_groups_operations.py @@ -25,7 +25,7 @@ class ApplicationSecurityGroupsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/available_endpoint_services_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/available_endpoint_services_operations.py index 4f62260e8cfd..de786281c0eb 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/available_endpoint_services_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/available_endpoint_services_operations.py @@ -23,7 +23,7 @@ class AvailableEndpointServicesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/bgp_service_communities_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/bgp_service_communities_operations.py index 24a66a5041cf..268f0d4b7c93 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/bgp_service_communities_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/bgp_service_communities_operations.py @@ -23,7 +23,7 @@ class BgpServiceCommunitiesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/connection_monitors_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/connection_monitors_operations.py index eae5645d2fdb..c89b3f51b6c9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/connection_monitors_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/connection_monitors_operations.py @@ -25,7 +25,7 @@ class ConnectionMonitorsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/ddos_protection_plans_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/ddos_protection_plans_operations.py index ce8c2ba2ca3b..e94598f1e5d2 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/ddos_protection_plans_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/ddos_protection_plans_operations.py @@ -25,7 +25,7 @@ class DdosProtectionPlansOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/default_security_rules_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/default_security_rules_operations.py index 76e09fe071c0..7ca6bc845c13 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/default_security_rules_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/default_security_rules_operations.py @@ -23,7 +23,7 @@ class DefaultSecurityRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_authorizations_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_authorizations_operations.py index 43236e8c7a79..43425188cb4a 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_authorizations_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_authorizations_operations.py @@ -25,7 +25,7 @@ class ExpressRouteCircuitAuthorizationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config 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 e94c9823008a..eebbe4f5fa6f 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 @@ -25,7 +25,7 @@ class ExpressRouteCircuitConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_peerings_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_peerings_operations.py index 9eea52ea51fd..649276f154eb 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_peerings_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_peerings_operations.py @@ -25,7 +25,7 @@ class ExpressRouteCircuitPeeringsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuits_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuits_operations.py index 4a824ce34d99..fdd6e224885c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuits_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuits_operations.py @@ -25,7 +25,7 @@ class ExpressRouteCircuitsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connection_peerings_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connection_peerings_operations.py index cf13b0cf877d..f5f42e6e38f1 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connection_peerings_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connection_peerings_operations.py @@ -25,7 +25,7 @@ class ExpressRouteCrossConnectionPeeringsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connections_operations.py index 84c47aaccc47..5d1c01f01e65 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connections_operations.py @@ -25,7 +25,7 @@ class ExpressRouteCrossConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_service_providers_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_service_providers_operations.py index e8c0484347c3..a708f4e302e6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_service_providers_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_service_providers_operations.py @@ -23,7 +23,7 @@ class ExpressRouteServiceProvidersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/inbound_nat_rules_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/inbound_nat_rules_operations.py index 632dd381195b..1477732d595d 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/inbound_nat_rules_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/inbound_nat_rules_operations.py @@ -25,7 +25,7 @@ class InboundNatRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_backend_address_pools_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_backend_address_pools_operations.py index 61d9bf40166c..851a5328e9ca 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_backend_address_pools_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_backend_address_pools_operations.py @@ -23,7 +23,7 @@ class LoadBalancerBackendAddressPoolsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_frontend_ip_configurations_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_frontend_ip_configurations_operations.py index 816a6ddc1b9e..31f663f1aa25 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_frontend_ip_configurations_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_frontend_ip_configurations_operations.py @@ -23,7 +23,7 @@ class LoadBalancerFrontendIPConfigurationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_load_balancing_rules_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_load_balancing_rules_operations.py index d2b1aa8f8f2d..53fd04687dc6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_load_balancing_rules_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_load_balancing_rules_operations.py @@ -23,7 +23,7 @@ class LoadBalancerLoadBalancingRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_network_interfaces_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_network_interfaces_operations.py index 920e8a873cc6..c774d642452a 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_network_interfaces_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_network_interfaces_operations.py @@ -23,7 +23,7 @@ class LoadBalancerNetworkInterfacesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_probes_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_probes_operations.py index e94178445f9f..c324f7a105e1 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_probes_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_probes_operations.py @@ -23,7 +23,7 @@ class LoadBalancerProbesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancers_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancers_operations.py index aa655f4794a5..cf934d46e5ad 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancers_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancers_operations.py @@ -25,7 +25,7 @@ class LoadBalancersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/local_network_gateways_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/local_network_gateways_operations.py index 59a55533c6d0..4e8b8a106d8f 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/local_network_gateways_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/local_network_gateways_operations.py @@ -25,7 +25,7 @@ class LocalNetworkGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_ip_configurations_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_ip_configurations_operations.py index 68b11dd7b164..f4d55f109fa7 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_ip_configurations_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_ip_configurations_operations.py @@ -23,7 +23,7 @@ class NetworkInterfaceIPConfigurationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_load_balancers_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_load_balancers_operations.py index 7f7fa95c1b73..06b0ae4bfad9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_load_balancers_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_load_balancers_operations.py @@ -23,7 +23,7 @@ class NetworkInterfaceLoadBalancersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interfaces_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interfaces_operations.py index f8d9075a3f21..45ff8272a953 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interfaces_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interfaces_operations.py @@ -40,7 +40,7 @@ def __init__(self, client, config, serializer, deserializer): def _delete_initial( self, resource_group_name, network_interface_name, custom_headers=None, raw=False, **operation_config): - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.delete.metadata['url'] @@ -139,7 +139,7 @@ def get( ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.get.metadata['url'] @@ -190,7 +190,7 @@ def get( def _create_or_update_initial( self, resource_group_name, network_interface_name, parameters, custom_headers=None, raw=False, **operation_config): - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.create_or_update.metadata['url'] @@ -298,7 +298,7 @@ def _update_tags_initial( self, resource_group_name, network_interface_name, tags=None, custom_headers=None, raw=False, **operation_config): parameters = models.TagsObject(tags=tags) - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.update_tags.metadata['url'] @@ -411,7 +411,7 @@ def list_all( ~azure.mgmt.network.v2018_04_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2018_04_01.models.NetworkInterface] :raises: :class:`CloudError` """ - api_version = "2018-04-01" + api_version = "2018-05-01" def internal_paging(next_link=None, raw=False): @@ -480,7 +480,7 @@ def list( ~azure.mgmt.network.v2018_04_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2018_04_01.models.NetworkInterface] :raises: :class:`CloudError` """ - api_version = "2018-04-01" + api_version = "2018-05-01" def internal_paging(next_link=None, raw=False): @@ -537,7 +537,7 @@ def internal_paging(next_link=None, raw=False): def _get_effective_route_table_initial( self, resource_group_name, network_interface_name, custom_headers=None, raw=False, **operation_config): - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.get_effective_route_table.metadata['url'] @@ -633,7 +633,7 @@ def get_long_running_output(response): def _list_effective_network_security_groups_initial( self, resource_group_name, network_interface_name, custom_headers=None, raw=False, **operation_config): - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.list_effective_network_security_groups.metadata['url'] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_security_groups_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_security_groups_operations.py index 55fe5bd51081..9882372ba603 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_security_groups_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_security_groups_operations.py @@ -25,7 +25,7 @@ class NetworkSecurityGroupsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_watchers_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_watchers_operations.py index a956407294c9..48cc3cfa43a7 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_watchers_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_watchers_operations.py @@ -25,7 +25,7 @@ class NetworkWatchersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config @@ -1103,7 +1103,8 @@ def _set_flow_log_configuration_initial( def set_flow_log_configuration( self, resource_group_name, network_watcher_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config): - """Configures flow log on a specified resource. + """Configures flow log and traffic analytics (optional) on a specified + resource. :param resource_group_name: The name of the network watcher resource group. @@ -1210,7 +1211,8 @@ def _get_flow_log_status_initial( def get_flow_log_status( self, resource_group_name, network_watcher_name, target_resource_id, custom_headers=None, raw=False, polling=True, **operation_config): - """Queries status of flow log on a specified resource. + """Queries status of flow log and traffic analytics (optional) on a + specified resource. :param resource_group_name: The name of the network watcher resource group. @@ -1218,7 +1220,7 @@ def get_flow_log_status( :param network_watcher_name: The name of the network watcher resource. :type network_watcher_name: str :param target_resource_id: The target resource where getting the flow - logging status. + log and traffic analytics (optional) status. :type target_resource_id: str :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/operations.py index c7487634770e..e681b37c83e3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/operations.py @@ -23,7 +23,7 @@ class Operations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/packet_captures_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/packet_captures_operations.py index a44937357b71..a382eb14dcc3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/packet_captures_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/packet_captures_operations.py @@ -25,7 +25,7 @@ class PacketCapturesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/public_ip_addresses_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/public_ip_addresses_operations.py index 4dda01462aac..8255945d65a5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/public_ip_addresses_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/public_ip_addresses_operations.py @@ -40,7 +40,7 @@ def __init__(self, client, config, serializer, deserializer): def _delete_initial( self, resource_group_name, public_ip_address_name, custom_headers=None, raw=False, **operation_config): - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.delete.metadata['url'] @@ -139,7 +139,7 @@ def get( ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.get.metadata['url'] @@ -190,7 +190,7 @@ def get( def _create_or_update_initial( self, resource_group_name, public_ip_address_name, parameters, custom_headers=None, raw=False, **operation_config): - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.create_or_update.metadata['url'] @@ -298,7 +298,7 @@ def _update_tags_initial( self, resource_group_name, public_ip_address_name, tags=None, custom_headers=None, raw=False, **operation_config): parameters = models.TagsObject(tags=tags) - api_version = "2018-04-01" + api_version = "2018-05-01" # Construct URL url = self.update_tags.metadata['url'] @@ -411,7 +411,7 @@ def list_all( ~azure.mgmt.network.v2018_04_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2018_04_01.models.PublicIPAddress] :raises: :class:`CloudError` """ - api_version = "2018-04-01" + api_version = "2018-05-01" def internal_paging(next_link=None, raw=False): @@ -480,7 +480,7 @@ def list( ~azure.mgmt.network.v2018_04_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2018_04_01.models.PublicIPAddress] :raises: :class:`CloudError` """ - api_version = "2018-04-01" + api_version = "2018-05-01" def internal_paging(next_link=None, raw=False): diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filter_rules_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filter_rules_operations.py index 05371052040c..1a0fc27f6e88 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filter_rules_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filter_rules_operations.py @@ -25,7 +25,7 @@ class RouteFilterRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filters_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filters_operations.py index fbe36e8f9a43..26a92d3122de 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filters_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filters_operations.py @@ -25,7 +25,7 @@ class RouteFiltersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_tables_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_tables_operations.py index 01a73a194f22..08e6dabfddb5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_tables_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_tables_operations.py @@ -25,7 +25,7 @@ class RouteTablesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/routes_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/routes_operations.py index c89efa986546..0fd767df8025 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/routes_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/routes_operations.py @@ -25,7 +25,7 @@ class RoutesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/security_rules_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/security_rules_operations.py index 62de49217c33..d7690a8c3052 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/security_rules_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/security_rules_operations.py @@ -25,7 +25,7 @@ class SecurityRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/subnets_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/subnets_operations.py index 77fe972b3043..81d19bb26d14 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/subnets_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/subnets_operations.py @@ -25,7 +25,7 @@ class SubnetsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/usages_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/usages_operations.py index 88f7074eb945..427dfe3c82a3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/usages_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/usages_operations.py @@ -23,7 +23,7 @@ class UsagesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateway_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateway_connections_operations.py index 7b0c40484f3b..b22988bdd3c7 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateway_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateway_connections_operations.py @@ -25,7 +25,7 @@ class VirtualNetworkGatewayConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateways_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateways_operations.py index 1c655555172b..af56f7fdd0cf 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateways_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateways_operations.py @@ -25,7 +25,7 @@ class VirtualNetworkGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_peerings_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_peerings_operations.py index 0ddae57f4424..55366b0383a3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_peerings_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_peerings_operations.py @@ -25,7 +25,7 @@ class VirtualNetworkPeeringsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_networks_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_networks_operations.py index f55d0e9d5dd4..4a0765848f85 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_networks_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_networks_operations.py @@ -25,7 +25,7 @@ class VirtualNetworksOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-04-01". + :ivar api_version: Client API version. Constant value: "2018-05-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" + self.api_version = "2018-05-01" self.config = config From 0f322ba222581143a932f39c9979a26eb976afbf Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 29 May 2018 22:32:39 +0000 Subject: [PATCH 2/2] Generated from edb1d9d70cd32b00ac48e3ec2a55dae5003522f5 fixed api-version to the april one --- .../mgmt/network/network_management_client.py | 168 +++++++++--------- .../v2018_04_01/network_management_client.py | 2 +- .../application_gateways_operations.py | 4 +- .../application_security_groups_operations.py | 4 +- .../available_endpoint_services_operations.py | 4 +- .../bgp_service_communities_operations.py | 4 +- .../connection_monitors_operations.py | 4 +- .../ddos_protection_plans_operations.py | 4 +- .../default_security_rules_operations.py | 4 +- ...route_circuit_authorizations_operations.py | 4 +- ...ss_route_circuit_connections_operations.py | 4 +- ...press_route_circuit_peerings_operations.py | 4 +- .../express_route_circuits_operations.py | 4 +- ...te_cross_connection_peerings_operations.py | 4 +- ...ress_route_cross_connections_operations.py | 4 +- ...ress_route_service_providers_operations.py | 4 +- .../inbound_nat_rules_operations.py | 4 +- ...lancer_backend_address_pools_operations.py | 4 +- ...r_frontend_ip_configurations_operations.py | 4 +- ...alancer_load_balancing_rules_operations.py | 4 +- ..._balancer_network_interfaces_operations.py | 4 +- .../load_balancer_probes_operations.py | 4 +- .../operations/load_balancers_operations.py | 4 +- .../local_network_gateways_operations.py | 4 +- ..._interface_ip_configurations_operations.py | 4 +- ...ork_interface_load_balancers_operations.py | 4 +- .../network_interfaces_operations.py | 16 +- .../network_security_groups_operations.py | 4 +- .../operations/network_watchers_operations.py | 4 +- .../v2018_04_01/operations/operations.py | 4 +- .../operations/packet_captures_operations.py | 4 +- .../public_ip_addresses_operations.py | 12 +- .../route_filter_rules_operations.py | 4 +- .../operations/route_filters_operations.py | 4 +- .../operations/route_tables_operations.py | 4 +- .../operations/routes_operations.py | 4 +- .../operations/security_rules_operations.py | 4 +- .../operations/subnets_operations.py | 4 +- .../operations/usages_operations.py | 4 +- ..._network_gateway_connections_operations.py | 4 +- .../virtual_network_gateways_operations.py | 4 +- .../virtual_network_peerings_operations.py | 4 +- .../operations/virtual_networks_operations.py | 4 +- 43 files changed, 177 insertions(+), 177 deletions(-) diff --git a/azure-mgmt-network/azure/mgmt/network/network_management_client.py b/azure-mgmt-network/azure/mgmt/network/network_management_client.py index 4e6b936090d8..d5189a1cdf02 100644 --- a/azure-mgmt-network/azure/mgmt/network/network_management_client.py +++ b/azure-mgmt-network/azure/mgmt/network/network_management_client.py @@ -179,7 +179,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): * 2017-11-01: :mod:`v2017_11_01.models` * 2018-01-01: :mod:`v2018_01_01.models` * 2018-02-01: :mod:`v2018_02_01.models` - * 2018-05-01: :mod:`v2018_04_01.models` + * 2018-04-01: :mod:`v2018_04_01.models` """ if api_version == '2015-06-15': from .v2015_06_15 import models @@ -214,7 +214,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): elif api_version == '2018-02-01': from .v2018_02_01 import models return models - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01 import models return models raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -234,7 +234,7 @@ def application_gateways(self): * 2017-11-01: :class:`ApplicationGatewaysOperations` * 2018-01-01: :class:`ApplicationGatewaysOperations` * 2018-02-01: :class:`ApplicationGatewaysOperations` - * 2018-05-01: :class:`ApplicationGatewaysOperations` + * 2018-04-01: :class:`ApplicationGatewaysOperations` """ api_version = self._get_api_version('application_gateways') if api_version == '2015-06-15': @@ -259,7 +259,7 @@ def application_gateways(self): from .v2018_01_01.operations import ApplicationGatewaysOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ApplicationGatewaysOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import ApplicationGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -274,7 +274,7 @@ def application_security_groups(self): * 2017-11-01: :class:`ApplicationSecurityGroupsOperations` * 2018-01-01: :class:`ApplicationSecurityGroupsOperations` * 2018-02-01: :class:`ApplicationSecurityGroupsOperations` - * 2018-05-01: :class:`ApplicationSecurityGroupsOperations` + * 2018-04-01: :class:`ApplicationSecurityGroupsOperations` """ api_version = self._get_api_version('application_security_groups') if api_version == '2017-09-01': @@ -287,7 +287,7 @@ def application_security_groups(self): from .v2018_01_01.operations import ApplicationSecurityGroupsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ApplicationSecurityGroupsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import ApplicationSecurityGroupsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -304,7 +304,7 @@ def available_endpoint_services(self): * 2017-11-01: :class:`AvailableEndpointServicesOperations` * 2018-01-01: :class:`AvailableEndpointServicesOperations` * 2018-02-01: :class:`AvailableEndpointServicesOperations` - * 2018-05-01: :class:`AvailableEndpointServicesOperations` + * 2018-04-01: :class:`AvailableEndpointServicesOperations` """ api_version = self._get_api_version('available_endpoint_services') if api_version == '2017-06-01': @@ -321,7 +321,7 @@ def available_endpoint_services(self): from .v2018_01_01.operations import AvailableEndpointServicesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import AvailableEndpointServicesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import AvailableEndpointServicesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -340,7 +340,7 @@ def bgp_service_communities(self): * 2017-11-01: :class:`BgpServiceCommunitiesOperations` * 2018-01-01: :class:`BgpServiceCommunitiesOperations` * 2018-02-01: :class:`BgpServiceCommunitiesOperations` - * 2018-05-01: :class:`BgpServiceCommunitiesOperations` + * 2018-04-01: :class:`BgpServiceCommunitiesOperations` """ api_version = self._get_api_version('bgp_service_communities') if api_version == '2016-12-01': @@ -361,7 +361,7 @@ def bgp_service_communities(self): from .v2018_01_01.operations import BgpServiceCommunitiesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import BgpServiceCommunitiesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import BgpServiceCommunitiesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -375,7 +375,7 @@ def connection_monitors(self): * 2017-11-01: :class:`ConnectionMonitorsOperations` * 2018-01-01: :class:`ConnectionMonitorsOperations` * 2018-02-01: :class:`ConnectionMonitorsOperations` - * 2018-05-01: :class:`ConnectionMonitorsOperations` + * 2018-04-01: :class:`ConnectionMonitorsOperations` """ api_version = self._get_api_version('connection_monitors') if api_version == '2017-10-01': @@ -386,7 +386,7 @@ def connection_monitors(self): from .v2018_01_01.operations import ConnectionMonitorsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ConnectionMonitorsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import ConnectionMonitorsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -397,12 +397,12 @@ def ddos_protection_plans(self): """Instance depends on the API version: * 2018-02-01: :class:`DdosProtectionPlansOperations` - * 2018-05-01: :class:`DdosProtectionPlansOperations` + * 2018-04-01: :class:`DdosProtectionPlansOperations` """ api_version = self._get_api_version('ddos_protection_plans') if api_version == '2018-02-01': from .v2018_02_01.operations import DdosProtectionPlansOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import DdosProtectionPlansOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -419,7 +419,7 @@ def default_security_rules(self): * 2017-11-01: :class:`DefaultSecurityRulesOperations` * 2018-01-01: :class:`DefaultSecurityRulesOperations` * 2018-02-01: :class:`DefaultSecurityRulesOperations` - * 2018-05-01: :class:`DefaultSecurityRulesOperations` + * 2018-04-01: :class:`DefaultSecurityRulesOperations` """ api_version = self._get_api_version('default_security_rules') if api_version == '2017-06-01': @@ -436,7 +436,7 @@ def default_security_rules(self): from .v2018_01_01.operations import DefaultSecurityRulesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import DefaultSecurityRulesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import DefaultSecurityRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -457,7 +457,7 @@ def express_route_circuit_authorizations(self): * 2017-11-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2018-01-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2018-02-01: :class:`ExpressRouteCircuitAuthorizationsOperations` - * 2018-05-01: :class:`ExpressRouteCircuitAuthorizationsOperations` + * 2018-04-01: :class:`ExpressRouteCircuitAuthorizationsOperations` """ api_version = self._get_api_version('express_route_circuit_authorizations') if api_version == '2015-06-15': @@ -482,7 +482,7 @@ def express_route_circuit_authorizations(self): from .v2018_01_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -493,12 +493,12 @@ def express_route_circuit_connections(self): """Instance depends on the API version: * 2018-02-01: :class:`ExpressRouteCircuitConnectionsOperations` - * 2018-05-01: :class:`ExpressRouteCircuitConnectionsOperations` + * 2018-04-01: :class:`ExpressRouteCircuitConnectionsOperations` """ api_version = self._get_api_version('express_route_circuit_connections') if api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -519,7 +519,7 @@ def express_route_circuit_peerings(self): * 2017-11-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2018-01-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2018-02-01: :class:`ExpressRouteCircuitPeeringsOperations` - * 2018-05-01: :class:`ExpressRouteCircuitPeeringsOperations` + * 2018-04-01: :class:`ExpressRouteCircuitPeeringsOperations` """ api_version = self._get_api_version('express_route_circuit_peerings') if api_version == '2015-06-15': @@ -544,7 +544,7 @@ def express_route_circuit_peerings(self): from .v2018_01_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -565,7 +565,7 @@ def express_route_circuits(self): * 2017-11-01: :class:`ExpressRouteCircuitsOperations` * 2018-01-01: :class:`ExpressRouteCircuitsOperations` * 2018-02-01: :class:`ExpressRouteCircuitsOperations` - * 2018-05-01: :class:`ExpressRouteCircuitsOperations` + * 2018-04-01: :class:`ExpressRouteCircuitsOperations` """ api_version = self._get_api_version('express_route_circuits') if api_version == '2015-06-15': @@ -590,7 +590,7 @@ def express_route_circuits(self): from .v2018_01_01.operations import ExpressRouteCircuitsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCircuitsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import ExpressRouteCircuitsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -601,12 +601,12 @@ def express_route_cross_connection_peerings(self): """Instance depends on the API version: * 2018-02-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` - * 2018-05-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` + * 2018-04-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` """ api_version = self._get_api_version('express_route_cross_connection_peerings') if api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -617,12 +617,12 @@ def express_route_cross_connections(self): """Instance depends on the API version: * 2018-02-01: :class:`ExpressRouteCrossConnectionsOperations` - * 2018-05-01: :class:`ExpressRouteCrossConnectionsOperations` + * 2018-04-01: :class:`ExpressRouteCrossConnectionsOperations` """ api_version = self._get_api_version('express_route_cross_connections') if api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -643,7 +643,7 @@ def express_route_service_providers(self): * 2017-11-01: :class:`ExpressRouteServiceProvidersOperations` * 2018-01-01: :class:`ExpressRouteServiceProvidersOperations` * 2018-02-01: :class:`ExpressRouteServiceProvidersOperations` - * 2018-05-01: :class:`ExpressRouteServiceProvidersOperations` + * 2018-04-01: :class:`ExpressRouteServiceProvidersOperations` """ api_version = self._get_api_version('express_route_service_providers') if api_version == '2015-06-15': @@ -668,7 +668,7 @@ def express_route_service_providers(self): from .v2018_01_01.operations import ExpressRouteServiceProvidersOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import ExpressRouteServiceProvidersOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import ExpressRouteServiceProvidersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -685,7 +685,7 @@ def inbound_nat_rules(self): * 2017-11-01: :class:`InboundNatRulesOperations` * 2018-01-01: :class:`InboundNatRulesOperations` * 2018-02-01: :class:`InboundNatRulesOperations` - * 2018-05-01: :class:`InboundNatRulesOperations` + * 2018-04-01: :class:`InboundNatRulesOperations` """ api_version = self._get_api_version('inbound_nat_rules') if api_version == '2017-06-01': @@ -702,7 +702,7 @@ def inbound_nat_rules(self): from .v2018_01_01.operations import InboundNatRulesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import InboundNatRulesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import InboundNatRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -719,7 +719,7 @@ def load_balancer_backend_address_pools(self): * 2017-11-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2018-01-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2018-02-01: :class:`LoadBalancerBackendAddressPoolsOperations` - * 2018-05-01: :class:`LoadBalancerBackendAddressPoolsOperations` + * 2018-04-01: :class:`LoadBalancerBackendAddressPoolsOperations` """ api_version = self._get_api_version('load_balancer_backend_address_pools') if api_version == '2017-06-01': @@ -736,7 +736,7 @@ def load_balancer_backend_address_pools(self): from .v2018_01_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -753,7 +753,7 @@ def load_balancer_frontend_ip_configurations(self): * 2017-11-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2018-01-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2018-02-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` - * 2018-05-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` + * 2018-04-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` """ api_version = self._get_api_version('load_balancer_frontend_ip_configurations') if api_version == '2017-06-01': @@ -770,7 +770,7 @@ def load_balancer_frontend_ip_configurations(self): from .v2018_01_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -787,7 +787,7 @@ def load_balancer_load_balancing_rules(self): * 2017-11-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2018-01-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2018-02-01: :class:`LoadBalancerLoadBalancingRulesOperations` - * 2018-05-01: :class:`LoadBalancerLoadBalancingRulesOperations` + * 2018-04-01: :class:`LoadBalancerLoadBalancingRulesOperations` """ api_version = self._get_api_version('load_balancer_load_balancing_rules') if api_version == '2017-06-01': @@ -804,7 +804,7 @@ def load_balancer_load_balancing_rules(self): from .v2018_01_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -821,7 +821,7 @@ def load_balancer_network_interfaces(self): * 2017-11-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2018-01-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2018-02-01: :class:`LoadBalancerNetworkInterfacesOperations` - * 2018-05-01: :class:`LoadBalancerNetworkInterfacesOperations` + * 2018-04-01: :class:`LoadBalancerNetworkInterfacesOperations` """ api_version = self._get_api_version('load_balancer_network_interfaces') if api_version == '2017-06-01': @@ -838,7 +838,7 @@ def load_balancer_network_interfaces(self): from .v2018_01_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -855,7 +855,7 @@ def load_balancer_probes(self): * 2017-11-01: :class:`LoadBalancerProbesOperations` * 2018-01-01: :class:`LoadBalancerProbesOperations` * 2018-02-01: :class:`LoadBalancerProbesOperations` - * 2018-05-01: :class:`LoadBalancerProbesOperations` + * 2018-04-01: :class:`LoadBalancerProbesOperations` """ api_version = self._get_api_version('load_balancer_probes') if api_version == '2017-06-01': @@ -872,7 +872,7 @@ def load_balancer_probes(self): from .v2018_01_01.operations import LoadBalancerProbesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancerProbesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import LoadBalancerProbesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -893,7 +893,7 @@ def load_balancers(self): * 2017-11-01: :class:`LoadBalancersOperations` * 2018-01-01: :class:`LoadBalancersOperations` * 2018-02-01: :class:`LoadBalancersOperations` - * 2018-05-01: :class:`LoadBalancersOperations` + * 2018-04-01: :class:`LoadBalancersOperations` """ api_version = self._get_api_version('load_balancers') if api_version == '2015-06-15': @@ -918,7 +918,7 @@ def load_balancers(self): from .v2018_01_01.operations import LoadBalancersOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LoadBalancersOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import LoadBalancersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -939,7 +939,7 @@ def local_network_gateways(self): * 2017-11-01: :class:`LocalNetworkGatewaysOperations` * 2018-01-01: :class:`LocalNetworkGatewaysOperations` * 2018-02-01: :class:`LocalNetworkGatewaysOperations` - * 2018-05-01: :class:`LocalNetworkGatewaysOperations` + * 2018-04-01: :class:`LocalNetworkGatewaysOperations` """ api_version = self._get_api_version('local_network_gateways') if api_version == '2015-06-15': @@ -964,7 +964,7 @@ def local_network_gateways(self): from .v2018_01_01.operations import LocalNetworkGatewaysOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import LocalNetworkGatewaysOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import LocalNetworkGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -981,7 +981,7 @@ def network_interface_ip_configurations(self): * 2017-11-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2018-01-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2018-02-01: :class:`NetworkInterfaceIPConfigurationsOperations` - * 2018-05-01: :class:`NetworkInterfaceIPConfigurationsOperations` + * 2018-04-01: :class:`NetworkInterfaceIPConfigurationsOperations` """ api_version = self._get_api_version('network_interface_ip_configurations') if api_version == '2017-06-01': @@ -998,7 +998,7 @@ def network_interface_ip_configurations(self): from .v2018_01_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1015,7 +1015,7 @@ def network_interface_load_balancers(self): * 2017-11-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2018-01-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2018-02-01: :class:`NetworkInterfaceLoadBalancersOperations` - * 2018-05-01: :class:`NetworkInterfaceLoadBalancersOperations` + * 2018-04-01: :class:`NetworkInterfaceLoadBalancersOperations` """ api_version = self._get_api_version('network_interface_load_balancers') if api_version == '2017-06-01': @@ -1032,7 +1032,7 @@ def network_interface_load_balancers(self): from .v2018_01_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1053,7 +1053,7 @@ def network_interfaces(self): * 2017-11-01: :class:`NetworkInterfacesOperations` * 2018-01-01: :class:`NetworkInterfacesOperations` * 2018-02-01: :class:`NetworkInterfacesOperations` - * 2018-05-01: :class:`NetworkInterfacesOperations` + * 2018-04-01: :class:`NetworkInterfacesOperations` """ api_version = self._get_api_version('network_interfaces') if api_version == '2015-06-15': @@ -1078,7 +1078,7 @@ def network_interfaces(self): from .v2018_01_01.operations import NetworkInterfacesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import NetworkInterfacesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import NetworkInterfacesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1099,7 +1099,7 @@ def network_security_groups(self): * 2017-11-01: :class:`NetworkSecurityGroupsOperations` * 2018-01-01: :class:`NetworkSecurityGroupsOperations` * 2018-02-01: :class:`NetworkSecurityGroupsOperations` - * 2018-05-01: :class:`NetworkSecurityGroupsOperations` + * 2018-04-01: :class:`NetworkSecurityGroupsOperations` """ api_version = self._get_api_version('network_security_groups') if api_version == '2015-06-15': @@ -1124,7 +1124,7 @@ def network_security_groups(self): from .v2018_01_01.operations import NetworkSecurityGroupsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import NetworkSecurityGroupsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import NetworkSecurityGroupsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1144,7 +1144,7 @@ def network_watchers(self): * 2017-11-01: :class:`NetworkWatchersOperations` * 2018-01-01: :class:`NetworkWatchersOperations` * 2018-02-01: :class:`NetworkWatchersOperations` - * 2018-05-01: :class:`NetworkWatchersOperations` + * 2018-04-01: :class:`NetworkWatchersOperations` """ api_version = self._get_api_version('network_watchers') if api_version == '2016-09-01': @@ -1167,7 +1167,7 @@ def network_watchers(self): from .v2018_01_01.operations import NetworkWatchersOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import NetworkWatchersOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import NetworkWatchersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1182,7 +1182,7 @@ def operations(self): * 2017-11-01: :class:`Operations` * 2018-01-01: :class:`Operations` * 2018-02-01: :class:`Operations` - * 2018-05-01: :class:`Operations` + * 2018-04-01: :class:`Operations` """ api_version = self._get_api_version('operations') if api_version == '2017-09-01': @@ -1195,7 +1195,7 @@ def operations(self): from .v2018_01_01.operations import Operations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import Operations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import Operations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1215,7 +1215,7 @@ def packet_captures(self): * 2017-11-01: :class:`PacketCapturesOperations` * 2018-01-01: :class:`PacketCapturesOperations` * 2018-02-01: :class:`PacketCapturesOperations` - * 2018-05-01: :class:`PacketCapturesOperations` + * 2018-04-01: :class:`PacketCapturesOperations` """ api_version = self._get_api_version('packet_captures') if api_version == '2016-09-01': @@ -1238,7 +1238,7 @@ def packet_captures(self): from .v2018_01_01.operations import PacketCapturesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import PacketCapturesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import PacketCapturesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1259,7 +1259,7 @@ def public_ip_addresses(self): * 2017-11-01: :class:`PublicIPAddressesOperations` * 2018-01-01: :class:`PublicIPAddressesOperations` * 2018-02-01: :class:`PublicIPAddressesOperations` - * 2018-05-01: :class:`PublicIPAddressesOperations` + * 2018-04-01: :class:`PublicIPAddressesOperations` """ api_version = self._get_api_version('public_ip_addresses') if api_version == '2015-06-15': @@ -1284,7 +1284,7 @@ def public_ip_addresses(self): from .v2018_01_01.operations import PublicIPAddressesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import PublicIPAddressesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import PublicIPAddressesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1303,7 +1303,7 @@ def route_filter_rules(self): * 2017-11-01: :class:`RouteFilterRulesOperations` * 2018-01-01: :class:`RouteFilterRulesOperations` * 2018-02-01: :class:`RouteFilterRulesOperations` - * 2018-05-01: :class:`RouteFilterRulesOperations` + * 2018-04-01: :class:`RouteFilterRulesOperations` """ api_version = self._get_api_version('route_filter_rules') if api_version == '2016-12-01': @@ -1324,7 +1324,7 @@ def route_filter_rules(self): from .v2018_01_01.operations import RouteFilterRulesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import RouteFilterRulesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import RouteFilterRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1343,7 +1343,7 @@ def route_filters(self): * 2017-11-01: :class:`RouteFiltersOperations` * 2018-01-01: :class:`RouteFiltersOperations` * 2018-02-01: :class:`RouteFiltersOperations` - * 2018-05-01: :class:`RouteFiltersOperations` + * 2018-04-01: :class:`RouteFiltersOperations` """ api_version = self._get_api_version('route_filters') if api_version == '2016-12-01': @@ -1364,7 +1364,7 @@ def route_filters(self): from .v2018_01_01.operations import RouteFiltersOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import RouteFiltersOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import RouteFiltersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1385,7 +1385,7 @@ def route_tables(self): * 2017-11-01: :class:`RouteTablesOperations` * 2018-01-01: :class:`RouteTablesOperations` * 2018-02-01: :class:`RouteTablesOperations` - * 2018-05-01: :class:`RouteTablesOperations` + * 2018-04-01: :class:`RouteTablesOperations` """ api_version = self._get_api_version('route_tables') if api_version == '2015-06-15': @@ -1410,7 +1410,7 @@ def route_tables(self): from .v2018_01_01.operations import RouteTablesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import RouteTablesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import RouteTablesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1431,7 +1431,7 @@ def routes(self): * 2017-11-01: :class:`RoutesOperations` * 2018-01-01: :class:`RoutesOperations` * 2018-02-01: :class:`RoutesOperations` - * 2018-05-01: :class:`RoutesOperations` + * 2018-04-01: :class:`RoutesOperations` """ api_version = self._get_api_version('routes') if api_version == '2015-06-15': @@ -1456,7 +1456,7 @@ def routes(self): from .v2018_01_01.operations import RoutesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import RoutesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import RoutesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1477,7 +1477,7 @@ def security_rules(self): * 2017-11-01: :class:`SecurityRulesOperations` * 2018-01-01: :class:`SecurityRulesOperations` * 2018-02-01: :class:`SecurityRulesOperations` - * 2018-05-01: :class:`SecurityRulesOperations` + * 2018-04-01: :class:`SecurityRulesOperations` """ api_version = self._get_api_version('security_rules') if api_version == '2015-06-15': @@ -1502,7 +1502,7 @@ def security_rules(self): from .v2018_01_01.operations import SecurityRulesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import SecurityRulesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import SecurityRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1523,7 +1523,7 @@ def subnets(self): * 2017-11-01: :class:`SubnetsOperations` * 2018-01-01: :class:`SubnetsOperations` * 2018-02-01: :class:`SubnetsOperations` - * 2018-05-01: :class:`SubnetsOperations` + * 2018-04-01: :class:`SubnetsOperations` """ api_version = self._get_api_version('subnets') if api_version == '2015-06-15': @@ -1548,7 +1548,7 @@ def subnets(self): from .v2018_01_01.operations import SubnetsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import SubnetsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import SubnetsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1569,7 +1569,7 @@ def usages(self): * 2017-11-01: :class:`UsagesOperations` * 2018-01-01: :class:`UsagesOperations` * 2018-02-01: :class:`UsagesOperations` - * 2018-05-01: :class:`UsagesOperations` + * 2018-04-01: :class:`UsagesOperations` """ api_version = self._get_api_version('usages') if api_version == '2015-06-15': @@ -1594,7 +1594,7 @@ def usages(self): from .v2018_01_01.operations import UsagesOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import UsagesOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import UsagesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1615,7 +1615,7 @@ def virtual_network_gateway_connections(self): * 2017-11-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2018-01-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2018-02-01: :class:`VirtualNetworkGatewayConnectionsOperations` - * 2018-05-01: :class:`VirtualNetworkGatewayConnectionsOperations` + * 2018-04-01: :class:`VirtualNetworkGatewayConnectionsOperations` """ api_version = self._get_api_version('virtual_network_gateway_connections') if api_version == '2015-06-15': @@ -1640,7 +1640,7 @@ def virtual_network_gateway_connections(self): from .v2018_01_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1661,7 +1661,7 @@ def virtual_network_gateways(self): * 2017-11-01: :class:`VirtualNetworkGatewaysOperations` * 2018-01-01: :class:`VirtualNetworkGatewaysOperations` * 2018-02-01: :class:`VirtualNetworkGatewaysOperations` - * 2018-05-01: :class:`VirtualNetworkGatewaysOperations` + * 2018-04-01: :class:`VirtualNetworkGatewaysOperations` """ api_version = self._get_api_version('virtual_network_gateways') if api_version == '2015-06-15': @@ -1686,7 +1686,7 @@ def virtual_network_gateways(self): from .v2018_01_01.operations import VirtualNetworkGatewaysOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import VirtualNetworkGatewaysOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import VirtualNetworkGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1706,7 +1706,7 @@ def virtual_network_peerings(self): * 2017-11-01: :class:`VirtualNetworkPeeringsOperations` * 2018-01-01: :class:`VirtualNetworkPeeringsOperations` * 2018-02-01: :class:`VirtualNetworkPeeringsOperations` - * 2018-05-01: :class:`VirtualNetworkPeeringsOperations` + * 2018-04-01: :class:`VirtualNetworkPeeringsOperations` """ api_version = self._get_api_version('virtual_network_peerings') if api_version == '2016-09-01': @@ -1729,7 +1729,7 @@ def virtual_network_peerings(self): from .v2018_01_01.operations import VirtualNetworkPeeringsOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import VirtualNetworkPeeringsOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import VirtualNetworkPeeringsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) @@ -1750,7 +1750,7 @@ def virtual_networks(self): * 2017-11-01: :class:`VirtualNetworksOperations` * 2018-01-01: :class:`VirtualNetworksOperations` * 2018-02-01: :class:`VirtualNetworksOperations` - * 2018-05-01: :class:`VirtualNetworksOperations` + * 2018-04-01: :class:`VirtualNetworksOperations` """ api_version = self._get_api_version('virtual_networks') if api_version == '2015-06-15': @@ -1775,7 +1775,7 @@ def virtual_networks(self): from .v2018_01_01.operations import VirtualNetworksOperations as OperationClass elif api_version == '2018-02-01': from .v2018_02_01.operations import VirtualNetworksOperations as OperationClass - elif api_version == '2018-05-01': + elif api_version == '2018-04-01': from .v2018_04_01.operations import VirtualNetworksOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/network_management_client.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/network_management_client.py index 6454e842e80e..a06ab87743a5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/network_management_client.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/network_management_client.py @@ -310,7 +310,7 @@ def check_dns_name_availability( ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.check_dns_name_availability.metadata['url'] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_gateways_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_gateways_operations.py index fe1c0a49ab54..50b16091272c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_gateways_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_gateways_operations.py @@ -25,7 +25,7 @@ class ApplicationGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_security_groups_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_security_groups_operations.py index 7dfe872b51be..143dee4af678 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_security_groups_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/application_security_groups_operations.py @@ -25,7 +25,7 @@ class ApplicationSecurityGroupsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/available_endpoint_services_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/available_endpoint_services_operations.py index de786281c0eb..4f62260e8cfd 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/available_endpoint_services_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/available_endpoint_services_operations.py @@ -23,7 +23,7 @@ class AvailableEndpointServicesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/bgp_service_communities_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/bgp_service_communities_operations.py index 268f0d4b7c93..24a66a5041cf 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/bgp_service_communities_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/bgp_service_communities_operations.py @@ -23,7 +23,7 @@ class BgpServiceCommunitiesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/connection_monitors_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/connection_monitors_operations.py index c89b3f51b6c9..eae5645d2fdb 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/connection_monitors_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/connection_monitors_operations.py @@ -25,7 +25,7 @@ class ConnectionMonitorsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/ddos_protection_plans_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/ddos_protection_plans_operations.py index e94598f1e5d2..ce8c2ba2ca3b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/ddos_protection_plans_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/ddos_protection_plans_operations.py @@ -25,7 +25,7 @@ class DdosProtectionPlansOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/default_security_rules_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/default_security_rules_operations.py index 7ca6bc845c13..76e09fe071c0 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/default_security_rules_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/default_security_rules_operations.py @@ -23,7 +23,7 @@ class DefaultSecurityRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_authorizations_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_authorizations_operations.py index 43425188cb4a..43236e8c7a79 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_authorizations_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_authorizations_operations.py @@ -25,7 +25,7 @@ class ExpressRouteCircuitAuthorizationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config 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 eebbe4f5fa6f..e94c9823008a 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 @@ -25,7 +25,7 @@ class ExpressRouteCircuitConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_peerings_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_peerings_operations.py index 649276f154eb..9eea52ea51fd 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_peerings_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuit_peerings_operations.py @@ -25,7 +25,7 @@ class ExpressRouteCircuitPeeringsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuits_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuits_operations.py index fdd6e224885c..4a824ce34d99 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuits_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_circuits_operations.py @@ -25,7 +25,7 @@ class ExpressRouteCircuitsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connection_peerings_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connection_peerings_operations.py index f5f42e6e38f1..cf13b0cf877d 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connection_peerings_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connection_peerings_operations.py @@ -25,7 +25,7 @@ class ExpressRouteCrossConnectionPeeringsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connections_operations.py index 5d1c01f01e65..84c47aaccc47 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_cross_connections_operations.py @@ -25,7 +25,7 @@ class ExpressRouteCrossConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_service_providers_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_service_providers_operations.py index a708f4e302e6..e8c0484347c3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_service_providers_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/express_route_service_providers_operations.py @@ -23,7 +23,7 @@ class ExpressRouteServiceProvidersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/inbound_nat_rules_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/inbound_nat_rules_operations.py index 1477732d595d..632dd381195b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/inbound_nat_rules_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/inbound_nat_rules_operations.py @@ -25,7 +25,7 @@ class InboundNatRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_backend_address_pools_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_backend_address_pools_operations.py index 851a5328e9ca..61d9bf40166c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_backend_address_pools_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_backend_address_pools_operations.py @@ -23,7 +23,7 @@ class LoadBalancerBackendAddressPoolsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_frontend_ip_configurations_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_frontend_ip_configurations_operations.py index 31f663f1aa25..816a6ddc1b9e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_frontend_ip_configurations_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_frontend_ip_configurations_operations.py @@ -23,7 +23,7 @@ class LoadBalancerFrontendIPConfigurationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_load_balancing_rules_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_load_balancing_rules_operations.py index 53fd04687dc6..d2b1aa8f8f2d 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_load_balancing_rules_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_load_balancing_rules_operations.py @@ -23,7 +23,7 @@ class LoadBalancerLoadBalancingRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_network_interfaces_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_network_interfaces_operations.py index c774d642452a..920e8a873cc6 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_network_interfaces_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_network_interfaces_operations.py @@ -23,7 +23,7 @@ class LoadBalancerNetworkInterfacesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_probes_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_probes_operations.py index c324f7a105e1..e94178445f9f 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_probes_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancer_probes_operations.py @@ -23,7 +23,7 @@ class LoadBalancerProbesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancers_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancers_operations.py index cf934d46e5ad..aa655f4794a5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancers_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/load_balancers_operations.py @@ -25,7 +25,7 @@ class LoadBalancersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/local_network_gateways_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/local_network_gateways_operations.py index 4e8b8a106d8f..59a55533c6d0 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/local_network_gateways_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/local_network_gateways_operations.py @@ -25,7 +25,7 @@ class LocalNetworkGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_ip_configurations_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_ip_configurations_operations.py index f4d55f109fa7..68b11dd7b164 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_ip_configurations_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_ip_configurations_operations.py @@ -23,7 +23,7 @@ class NetworkInterfaceIPConfigurationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_load_balancers_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_load_balancers_operations.py index 06b0ae4bfad9..7f7fa95c1b73 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_load_balancers_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interface_load_balancers_operations.py @@ -23,7 +23,7 @@ class NetworkInterfaceLoadBalancersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interfaces_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interfaces_operations.py index 45ff8272a953..f8d9075a3f21 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interfaces_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_interfaces_operations.py @@ -40,7 +40,7 @@ def __init__(self, client, config, serializer, deserializer): def _delete_initial( self, resource_group_name, network_interface_name, custom_headers=None, raw=False, **operation_config): - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.delete.metadata['url'] @@ -139,7 +139,7 @@ def get( ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.get.metadata['url'] @@ -190,7 +190,7 @@ def get( def _create_or_update_initial( self, resource_group_name, network_interface_name, parameters, custom_headers=None, raw=False, **operation_config): - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.create_or_update.metadata['url'] @@ -298,7 +298,7 @@ def _update_tags_initial( self, resource_group_name, network_interface_name, tags=None, custom_headers=None, raw=False, **operation_config): parameters = models.TagsObject(tags=tags) - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.update_tags.metadata['url'] @@ -411,7 +411,7 @@ def list_all( ~azure.mgmt.network.v2018_04_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2018_04_01.models.NetworkInterface] :raises: :class:`CloudError` """ - api_version = "2018-05-01" + api_version = "2018-04-01" def internal_paging(next_link=None, raw=False): @@ -480,7 +480,7 @@ def list( ~azure.mgmt.network.v2018_04_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2018_04_01.models.NetworkInterface] :raises: :class:`CloudError` """ - api_version = "2018-05-01" + api_version = "2018-04-01" def internal_paging(next_link=None, raw=False): @@ -537,7 +537,7 @@ def internal_paging(next_link=None, raw=False): def _get_effective_route_table_initial( self, resource_group_name, network_interface_name, custom_headers=None, raw=False, **operation_config): - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.get_effective_route_table.metadata['url'] @@ -633,7 +633,7 @@ def get_long_running_output(response): def _list_effective_network_security_groups_initial( self, resource_group_name, network_interface_name, custom_headers=None, raw=False, **operation_config): - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.list_effective_network_security_groups.metadata['url'] diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_security_groups_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_security_groups_operations.py index 9882372ba603..55fe5bd51081 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_security_groups_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_security_groups_operations.py @@ -25,7 +25,7 @@ class NetworkSecurityGroupsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_watchers_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_watchers_operations.py index 48cc3cfa43a7..2d738f88e21b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_watchers_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/network_watchers_operations.py @@ -25,7 +25,7 @@ class NetworkWatchersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/operations.py index e681b37c83e3..c7487634770e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/operations.py @@ -23,7 +23,7 @@ class Operations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/packet_captures_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/packet_captures_operations.py index a382eb14dcc3..a44937357b71 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/packet_captures_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/packet_captures_operations.py @@ -25,7 +25,7 @@ class PacketCapturesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/public_ip_addresses_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/public_ip_addresses_operations.py index 8255945d65a5..4dda01462aac 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/public_ip_addresses_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/public_ip_addresses_operations.py @@ -40,7 +40,7 @@ def __init__(self, client, config, serializer, deserializer): def _delete_initial( self, resource_group_name, public_ip_address_name, custom_headers=None, raw=False, **operation_config): - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.delete.metadata['url'] @@ -139,7 +139,7 @@ def get( ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.get.metadata['url'] @@ -190,7 +190,7 @@ def get( def _create_or_update_initial( self, resource_group_name, public_ip_address_name, parameters, custom_headers=None, raw=False, **operation_config): - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.create_or_update.metadata['url'] @@ -298,7 +298,7 @@ def _update_tags_initial( self, resource_group_name, public_ip_address_name, tags=None, custom_headers=None, raw=False, **operation_config): parameters = models.TagsObject(tags=tags) - api_version = "2018-05-01" + api_version = "2018-04-01" # Construct URL url = self.update_tags.metadata['url'] @@ -411,7 +411,7 @@ def list_all( ~azure.mgmt.network.v2018_04_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2018_04_01.models.PublicIPAddress] :raises: :class:`CloudError` """ - api_version = "2018-05-01" + api_version = "2018-04-01" def internal_paging(next_link=None, raw=False): @@ -480,7 +480,7 @@ def list( ~azure.mgmt.network.v2018_04_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2018_04_01.models.PublicIPAddress] :raises: :class:`CloudError` """ - api_version = "2018-05-01" + api_version = "2018-04-01" def internal_paging(next_link=None, raw=False): diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filter_rules_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filter_rules_operations.py index 1a0fc27f6e88..05371052040c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filter_rules_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filter_rules_operations.py @@ -25,7 +25,7 @@ class RouteFilterRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filters_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filters_operations.py index 26a92d3122de..fbe36e8f9a43 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filters_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_filters_operations.py @@ -25,7 +25,7 @@ class RouteFiltersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_tables_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_tables_operations.py index 08e6dabfddb5..01a73a194f22 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_tables_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/route_tables_operations.py @@ -25,7 +25,7 @@ class RouteTablesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/routes_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/routes_operations.py index 0fd767df8025..c89efa986546 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/routes_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/routes_operations.py @@ -25,7 +25,7 @@ class RoutesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/security_rules_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/security_rules_operations.py index d7690a8c3052..62de49217c33 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/security_rules_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/security_rules_operations.py @@ -25,7 +25,7 @@ class SecurityRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/subnets_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/subnets_operations.py index 81d19bb26d14..77fe972b3043 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/subnets_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/subnets_operations.py @@ -25,7 +25,7 @@ class SubnetsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/usages_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/usages_operations.py index 427dfe3c82a3..88f7074eb945 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/usages_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/usages_operations.py @@ -23,7 +23,7 @@ class UsagesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateway_connections_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateway_connections_operations.py index b22988bdd3c7..7b0c40484f3b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateway_connections_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateway_connections_operations.py @@ -25,7 +25,7 @@ class VirtualNetworkGatewayConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateways_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateways_operations.py index af56f7fdd0cf..1c655555172b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateways_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_gateways_operations.py @@ -25,7 +25,7 @@ class VirtualNetworkGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_peerings_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_peerings_operations.py index 55366b0383a3..0ddae57f4424 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_peerings_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_network_peerings_operations.py @@ -25,7 +25,7 @@ class VirtualNetworkPeeringsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_networks_operations.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_networks_operations.py index 4a0765848f85..f55d0e9d5dd4 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_networks_operations.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/operations/virtual_networks_operations.py @@ -25,7 +25,7 @@ class VirtualNetworksOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2018-05-01". + :ivar api_version: Client API version. Constant value: "2018-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-05-01" + self.api_version = "2018-04-01" self.config = config