Skip to content

Commit 8502c60

Browse files
author
Kusto Build System
committed
Auto-sync from Azure-Kusto-Service
1 parent 6a0d8b3 commit 8502c60

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Kusto.Language/Functions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3489,8 +3489,7 @@ private static TypeSymbol SeriesDecomposeAnomaliesResult(CustomReturnTypeContext
34893489
new FunctionSymbol("node_id",
34903490
ScalarTypes.String,
34913491
new Parameter("node", ParameterTypeKind.Scalar, minOccurring: 0))
3492-
.WithCustomAvailability(InGraphWhereOrProjectClause)
3493-
.Hide();
3492+
.WithCustomAvailability(InGraphWhereOrProjectClause);
34943493

34953494
public static readonly FunctionSymbol Labels =
34963495
new FunctionSymbol("labels",

0 commit comments

Comments
 (0)