From 6429fe64d9f3f368be5d9a513aaeb331da601d01 Mon Sep 17 00:00:00 2001 From: San Amirieh Date: Wed, 25 Jun 2025 13:26:27 +0300 Subject: [PATCH 1/2] Update graph-snapshot-make.md - Fix asyc command outoput and link to show operations command --- .../kusto/management/graph/graph-snapshot-make.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data-explorer/kusto/management/graph/graph-snapshot-make.md b/data-explorer/kusto/management/graph/graph-snapshot-make.md index 00d37bb2cd..1bc4c109a6 100644 --- a/data-explorer/kusto/management/graph/graph-snapshot-make.md +++ b/data-explorer/kusto/management/graph/graph-snapshot-make.md @@ -70,9 +70,9 @@ If run asynchronously, the command returns an operation ID that can be used to c **Output** -|OperationId|Status| -|---|---| -|bbbbbbbb-1c1c-2d2d-3e3e-444444444444|InProgress| +|OperationId| +|---| +|bbbbbbbb-1c1c-2d2d-3e3e-444444444444| ## Notes @@ -87,3 +87,4 @@ If run asynchronously, the command returns an operation ID that can be used to c * [.show graph_snapshot](graph-snapshot-show.md) * [.show graph_snapshots](graph-snapshots-show.md) * [.drop graph_snapshot](graph-snapshot-drop.md) +* [.show operations command](show-operations.md) From b24c1185c34750f5cafbb8dd43a94d41b8a95d25 Mon Sep 17 00:00:00 2001 From: San Amirieh Date: Wed, 25 Jun 2025 13:38:31 +0300 Subject: [PATCH 2/2] Fix link --- data-explorer/kusto/management/graph/graph-snapshot-make.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-explorer/kusto/management/graph/graph-snapshot-make.md b/data-explorer/kusto/management/graph/graph-snapshot-make.md index 1bc4c109a6..e24268e782 100644 --- a/data-explorer/kusto/management/graph/graph-snapshot-make.md +++ b/data-explorer/kusto/management/graph/graph-snapshot-make.md @@ -87,4 +87,4 @@ If run asynchronously, the command returns an operation ID that can be used to c * [.show graph_snapshot](graph-snapshot-show.md) * [.show graph_snapshots](graph-snapshots-show.md) * [.drop graph_snapshot](graph-snapshot-drop.md) -* [.show operations command](show-operations.md) +* [.show operations command](../show-operations.md)