Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
peombwa committed Oct 27, 2020
1 parent d2d3b83 commit ecd79e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/Custom/ListCmdlet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,12 @@ public bool ShouldIteratePages(global::System.Collections.Generic.Dictionary<str
}

/// <summary>
/// Adds quote marks around $search values if non exists.
/// Adds quotation mark around $search values if none exists.
/// This is needed to support KQL e.g. "prop:value".
/// </summary>
/// <param name="boundParameters">The bound parameters of the calling cmdlet.</param>
/// <param name="search">The $search value.</param>
/// <returns>A formated search values.</returns>
/// <returns>A formated search value.</returns>
internal string FormatSearchValue(global::System.Collections.Generic.Dictionary<string, object> boundParameters, string search)
{
if (!boundParameters.ContainsKey("Search"))
Expand Down

0 comments on commit ecd79e1

Please sign in to comment.