Skip to content

Conversation

@FlorianBracq
Copy link
Collaborator

Minor changes to improve formatting of KQL queries:

  • Add a space to the list separator (", " instead of ",")
  • Remove blank lines generated from variable" placeholder" that are not defined.
    For instance:
MyTable
{timeCondition}
| where key == "value"

would generate with the current version

MyTable

| where key == "value"

instead of

MyTable
| where key == "value"

@petebryan petebryan merged commit 1bccd49 into microsoft:main Jan 4, 2023
@FlorianBracq FlorianBracq deleted the KQL-query-formatting branch May 30, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants