Skip to content

Commit

Permalink
Auto-sync from Azure-Kusto-Service
Browse files Browse the repository at this point in the history
  • Loading branch information
Kusto Build System committed Jan 15, 2025
1 parent f1054bb commit c7ad598
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 188 deletions.
4 changes: 1 addition & 3 deletions src/Kusto.Language/Parser/CodeGen/DataManagerCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ namespace Kusto.Language
public static class DataManagerCommands
{
public static readonly CommandSymbol ShowVersion =
new CommandSymbol(
"ShowVersion",
"(BuildVersion: string, BuildTime: datetime, ServiceType: string, ProductVersion: string)");
new CommandSymbol("ShowVersion", "(BuildVersion: string, BuildTime: datetime, ServiceType: string, ProductVersion: string)");

public static readonly IReadOnlyList<CommandSymbol> All = new CommandSymbol[]
{
Expand Down
Loading

0 comments on commit c7ad598

Please sign in to comment.