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