Skip to content

Commit 6c97732

Browse files
author
Kusto Build System
committed
Auto-sync from Azure-Kusto-Service
1 parent 008b1e8 commit 6c97732

14 files changed

+13289
-83
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// <#+
2+
#if !T4
3+
using System.Collections.Generic;
4+
5+
namespace Kusto.Language.Generators
6+
{
7+
8+
#endif
9+
10+
public static class AriaBridgeCommandInfos
11+
{
12+
public static readonly CommandInfo ShowVersion =
13+
new CommandInfo(nameof(ShowVersion),
14+
"show version",
15+
"(BuildVersion: string, BuildTime: datetime, ServiceType: string, ProductVersion: string)");
16+
}
17+
18+
#if !T4
19+
}
20+
#endif
21+
// #>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// <#+
2+
#if !T4
3+
using System.Collections.Generic;
4+
5+
namespace Kusto.Language.Generators
6+
{
7+
8+
#endif
9+
10+
public static class ClusterManagerCommandInfos
11+
{
12+
public static readonly CommandInfo ShowVersion =
13+
new CommandInfo(nameof(ShowVersion),
14+
"show version",
15+
"(BuildVersion: string, BuildTime: datetime, ServiceType: string, ProductVersion: string)");
16+
}
17+
18+
#if !T4
19+
}
20+
#endif
21+
// #>

0 commit comments

Comments
 (0)