From cae7ecc7bb4ebbe5c77af15ffc9a38bfaf5e9606 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 19 Apr 2019 10:19:47 +0000 Subject: [PATCH 1/2] Generated from c61d103411eaba5419547a5ad4980b3639dd8d91 Remove duplicate enum ApplicationGatewayProtocol --- .../v2019_02_01/models/application_gateway_on_demand_probe.py | 4 ++-- .../models/application_gateway_on_demand_probe_py3.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_on_demand_probe.py b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_on_demand_probe.py index d71363055bdd..398fad474b95 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_on_demand_probe.py +++ b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_on_demand_probe.py @@ -15,8 +15,8 @@ class ApplicationGatewayOnDemandProbe(Model): """Details of on demand test probe request. - :param protocol: The protocol used for the probe. Possible values are - 'Http' and 'Https'. Possible values include: 'Http', 'Https' + :param protocol: The protocol used for the probe. Possible values include: + 'Http', 'Https' :type protocol: str or ~azure.mgmt.network.v2019_02_01.models.ApplicationGatewayProtocol :param host: Host name to send the probe to. diff --git a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_on_demand_probe_py3.py b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_on_demand_probe_py3.py index 424baaa1bc1d..f898f0836660 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_on_demand_probe_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_on_demand_probe_py3.py @@ -15,8 +15,8 @@ class ApplicationGatewayOnDemandProbe(Model): """Details of on demand test probe request. - :param protocol: The protocol used for the probe. Possible values are - 'Http' and 'Https'. Possible values include: 'Http', 'Https' + :param protocol: The protocol used for the probe. Possible values include: + 'Http', 'Https' :type protocol: str or ~azure.mgmt.network.v2019_02_01.models.ApplicationGatewayProtocol :param host: Host name to send the probe to. From 42e1f35072d4219f5665d6e0caf6000d8b1dd49f Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 19 Apr 2019 22:18:08 +0000 Subject: [PATCH 2/2] Generated from c61d103411eaba5419547a5ad4980b3639dd8d91 Remove duplicate enum ApplicationGatewayProtocol --- .../azure/mgmt/network/v2019_02_01/models/error_response.py | 2 +- .../mgmt/network/v2019_02_01/models/error_response_py3.py | 2 +- .../v2019_02_01/models/web_application_firewall_policy.py | 6 +++--- .../models/web_application_firewall_policy_py3.py | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/error_response.py b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/error_response.py index 4acb272e3d4d..19f5231390e4 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/error_response.py +++ b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/error_response.py @@ -16,7 +16,7 @@ class ErrorResponse(Model): """The error object. - :param error: Error. + :param error: Error. The error details object. :type error: ~azure.mgmt.network.v2019_02_01.models.ErrorDetails """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/error_response_py3.py b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/error_response_py3.py index a4478f52c32a..2c157aba673c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/error_response_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/error_response_py3.py @@ -16,7 +16,7 @@ class ErrorResponse(Model): """The error object. - :param error: Error. + :param error: Error. The error details object. :type error: ~azure.mgmt.network.v2019_02_01.models.ErrorDetails """ diff --git a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/web_application_firewall_policy.py b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/web_application_firewall_policy.py index 702cb52a5195..a69b4fd029a2 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/web_application_firewall_policy.py +++ b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/web_application_firewall_policy.py @@ -41,9 +41,9 @@ class WebApplicationFirewallPolicy(Resource): :ivar provisioning_state: Provisioning state of the WebApplicationFirewallPolicy. :vartype provisioning_state: str - :ivar resource_state: Resource status of the policy. Possible values - include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', - 'Deleting' + :ivar resource_state: Resource status of the policy. Resource status of + the policy. Possible values include: 'Creating', 'Enabling', 'Enabled', + 'Disabling', 'Disabled', 'Deleting' :vartype resource_state: str or ~azure.mgmt.network.v2019_02_01.models.WebApplicationFirewallPolicyResourceState :param etag: Gets a unique read-only string that changes whenever the diff --git a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/web_application_firewall_policy_py3.py b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/web_application_firewall_policy_py3.py index 360675d56e87..32200b86b193 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/web_application_firewall_policy_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/web_application_firewall_policy_py3.py @@ -41,9 +41,9 @@ class WebApplicationFirewallPolicy(Resource): :ivar provisioning_state: Provisioning state of the WebApplicationFirewallPolicy. :vartype provisioning_state: str - :ivar resource_state: Resource status of the policy. Possible values - include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', - 'Deleting' + :ivar resource_state: Resource status of the policy. Resource status of + the policy. Possible values include: 'Creating', 'Enabling', 'Enabled', + 'Disabling', 'Disabled', 'Deleting' :vartype resource_state: str or ~azure.mgmt.network.v2019_02_01.models.WebApplicationFirewallPolicyResourceState :param etag: Gets a unique read-only string that changes whenever the