We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0d8b3 commit 8502c60Copy full SHA for 8502c60
1 file changed
src/Kusto.Language/Functions.cs
@@ -3489,8 +3489,7 @@ private static TypeSymbol SeriesDecomposeAnomaliesResult(CustomReturnTypeContext
3489
new FunctionSymbol("node_id",
3490
ScalarTypes.String,
3491
new Parameter("node", ParameterTypeKind.Scalar, minOccurring: 0))
3492
- .WithCustomAvailability(InGraphWhereOrProjectClause)
3493
- .Hide();
+ .WithCustomAvailability(InGraphWhereOrProjectClause);
3494
3495
public static readonly FunctionSymbol Labels =
3496
new FunctionSymbol("labels",
0 commit comments