From 244dfa5daa603c8047617042ec2be681b3819a6c Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 15 Apr 2019 10:10:05 -0700 Subject: [PATCH] Generated from 0c20e461e4ea9ce6483856f6567aa117fbb43b14 (#4531) typo: frontdoor/resource-manager/Microsoft.Network - Double word "use" --- services/preview/frontdoor/mgmt/2019-04-01/frontdoor/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/preview/frontdoor/mgmt/2019-04-01/frontdoor/models.go b/services/preview/frontdoor/mgmt/2019-04-01/frontdoor/models.go index d97bd9dd598f..ba1aa34bc92f 100644 --- a/services/preview/frontdoor/mgmt/2019-04-01/frontdoor/models.go +++ b/services/preview/frontdoor/mgmt/2019-04-01/frontdoor/models.go @@ -2918,7 +2918,7 @@ type RedirectConfiguration struct { RedirectType RedirectType `json:"redirectType,omitempty"` // RedirectProtocol - The protocol of the destination to where the traffic is redirected. Possible values include: 'RedirectProtocolHTTPOnly', 'RedirectProtocolHTTPSOnly', 'RedirectProtocolMatchRequest' RedirectProtocol RedirectProtocol `json:"redirectProtocol,omitempty"` - // CustomHost - Host to redirect. Leave empty to use use the incoming host as the destination host. + // CustomHost - Host to redirect. Leave empty to use the incoming host as the destination host. CustomHost *string `json:"customHost,omitempty"` // CustomPath - The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path. CustomPath *string `json:"customPath,omitempty"`