diff --git a/tools/Custom/ListCmdlet.cs b/tools/Custom/ListCmdlet.cs index 7a54d685065..13660faf15f 100644 --- a/tools/Custom/ListCmdlet.cs +++ b/tools/Custom/ListCmdlet.cs @@ -173,11 +173,12 @@ public bool ShouldIteratePages(global::System.Collections.Generic.Dictionary - /// 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". /// /// The bound parameters of the calling cmdlet. /// The $search value. - /// A formated search values. + /// A formated search value. internal string FormatSearchValue(global::System.Collections.Generic.Dictionary boundParameters, string search) { if (!boundParameters.ContainsKey("Search"))