Skip to content

Commit

Permalink
Fix Az.FrontDoor XML Comments (#18575)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-yuzhichen authored Jun 21, 2022
1 parent 52222a2 commit 8e36866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public class NewFrontDoorRoutingRuleObject : AzureFrontDoorCmdletBase
public string CustomFragment { get; set; }

/// <summary>
/// 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 &.
/// 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 &amp; will be added automatically so do not include them in the front, but do separate multiple query strings with &amp;.
/// </summary>
[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 <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 &.")]
public string CustomQueryString { get; set; }
Expand Down

0 comments on commit 8e36866

Please sign in to comment.