From 8e36866ca73004b44e5d531d46ab8e9a81a2df43 Mon Sep 17 00:00:00 2001 From: v-yuzhichen <96757176+v-yuzhichen@users.noreply.github.com> Date: Tue, 21 Jun 2022 13:40:43 +0800 Subject: [PATCH] Fix Az.FrontDoor XML Comments (#18575) --- .../FrontDoor/Cmdlets/NewFrontDoorRoutingRuleObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FrontDoor/FrontDoor/Cmdlets/NewFrontDoorRoutingRuleObject.cs b/src/FrontDoor/FrontDoor/Cmdlets/NewFrontDoorRoutingRuleObject.cs index 2c96e0808591..303317bdbb73 100644 --- a/src/FrontDoor/FrontDoor/Cmdlets/NewFrontDoorRoutingRuleObject.cs +++ b/src/FrontDoor/FrontDoor/Cmdlets/NewFrontDoorRoutingRuleObject.cs @@ -140,7 +140,7 @@ public class NewFrontDoorRoutingRuleObject : AzureFrontDoorCmdletBase public string CustomFragment { get; set; } /// - /// The set of query strings to be placed in the redirect URL. Setting this value would replace any existing query string; leave empty to preserve the incoming query string. Query string must be in = format. The first ? and & will be added automatically so do not include them in the front, but do separate multiple query strings with &. + /// The set of query strings to be placed in the redirect URL. Setting this value would replace any existing query string; leave empty to preserve the incoming query string. Query string must be in {key}={value} format. The first ? and & will be added automatically so do not include them in the front, but do separate multiple query strings with &. /// [Parameter(Mandatory = false, ParameterSetName = FieldsWithRedirectParameterSet, HelpMessage = "The set of query strings to be placed in the redirect URL. Setting this value would replace any existing query string; leave empty to preserve the incoming query string. Query string must be in = format. The first ? and & will be added automatically so do not include them in the front, but do separate multiple query strings with &.")] public string CustomQueryString { get; set; }