From ffba83a19d52174d53ca56807a57ee8771292a2f Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 11 Apr 2019 14:37:03 +0000 Subject: [PATCH] Generated from c8837c2962958df23ba49bf27f181eabc375b532 Remove extra "x-ms-enum" --- .../models/application_gateway_redirect_configuration.py | 5 ++--- .../models/application_gateway_redirect_configuration_py3.py | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_redirect_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_redirect_configuration.py index 8336cc9e8904..b9a8d8a01d4d 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_redirect_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_redirect_configuration.py @@ -17,9 +17,8 @@ class ApplicationGatewayRedirectConfiguration(SubResource): :param id: Resource ID. :type id: str - :param redirect_type: Supported http redirection types - Permanent, - Temporary, Found, SeeOther. Possible values include: 'Permanent', 'Found', - 'SeeOther', 'Temporary' + :param redirect_type: HTTP redirection type. Possible values include: + 'Permanent', 'Found', 'SeeOther', 'Temporary' :type redirect_type: str or ~azure.mgmt.network.v2019_02_01.models.ApplicationGatewayRedirectType :param target_listener: Reference to a listener to redirect the request diff --git a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_redirect_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_redirect_configuration_py3.py index 28bbd5b4acc2..ce3deea2ca48 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_redirect_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/application_gateway_redirect_configuration_py3.py @@ -17,9 +17,8 @@ class ApplicationGatewayRedirectConfiguration(SubResource): :param id: Resource ID. :type id: str - :param redirect_type: Supported http redirection types - Permanent, - Temporary, Found, SeeOther. Possible values include: 'Permanent', 'Found', - 'SeeOther', 'Temporary' + :param redirect_type: HTTP redirection type. Possible values include: + 'Permanent', 'Found', 'SeeOther', 'Temporary' :type redirect_type: str or ~azure.mgmt.network.v2019_02_01.models.ApplicationGatewayRedirectType :param target_listener: Reference to a listener to redirect the request