Skip to content

Commit 98a2ec1

Browse files
Merge pull request #2463 from MicrosoftDocs/main638687249501994787sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents ac283aa + 90ce134 commit 98a2ec1

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

data-explorer/kusto-tocs/management/toc.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,23 @@ items:
547547
displayName: .show table partitioning policy
548548
- name: .show database extents partitioning statistics command
549549
href: /kusto/management/show-database-extents-partitioning-statistics?view=azure-data-explorer&preserve-view=true
550+
- name: Query acceleration
551+
items:
552+
- name: Query acceleration policy
553+
href: /kusto/management/query-acceleration-policy?view=azure-data-explorer&preserve-view=true
554+
displayName: external table, delta table
555+
- name: .alter query acceleration policy command
556+
href: /kusto/management/alter-query-acceleration-policy-command?view=azure-data-explorer&preserve-view=true
557+
displayName: external table, delta table
558+
- name: .delete query acceleration policy command
559+
href: /kusto/management/delete-query-acceleration-policy-command?view=azure-data-explorer&preserve-view=true
560+
displayName: external table, delta table
561+
- name: .show external table operations query acceleration statistics command
562+
href: /kusto/management/show-external-table-operations-query-acceleration-statistics?view=azure-data-explorer&preserve-view=true
563+
displayName: external table, delta table
564+
- name: .show query acceleration policy command
565+
href: /kusto/management/show-query-acceleration-policy-command?view=azure-data-explorer&preserve-view=true
566+
displayName: external table, delta table
550567
- name: Query weak consistency
551568
items:
552569
- name: Query weak consistency policy
@@ -908,6 +925,8 @@ items:
908925
items:
909926
- name: Clear cached external artifacts
910927
href: /kusto/management/clear-external-artifacts-cache-command?view=azure-data-explorer&preserve-view=true
928+
- name: Delete data
929+
href: /kusto/concepts/delete-data?view=azure-data-explorer&preserve-view=true
911930
- name: Data purge
912931
href: /kusto/concepts/data-purge?view=azure-data-explorer&preserve-view=true
913932
- name: Data soft delete

data-explorer/kusto-tocs/query/toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ items:
77
href: /kusto/query/t-sql?view=azure-data-explorer&preserve-view=true
88
- name: Set timeout limits
99
href: /kusto/set-timeout-limits?view=azure-data-explorer&preserve-view=true
10+
- name: Debug KQL inline Python
11+
href: /kusto/debug-inline-python?view=azure-data-explorer&preserve-view=true
1012
- name: Best practices for KQL queries
1113
items:
1214
- name: Best practices for KQL queries
@@ -95,6 +97,9 @@ items:
9597
- name: dbscan_dynamic_fl()
9698
displayName: functions library, clustering, DBSCAN
9799
href: /kusto/functions-library/dbscan-dynamic-fl?view=azure-data-explorer&preserve-view=true
100+
- name: detect_anomalous_new_entity_fl()
101+
displayName: functions library, security, cybersecurity, anomaly detection, new entity, novelty, cyber, detect anomalous new entity
102+
href: /kusto/functions-library/detect-anomalous-new-entity-fl?view=azure-data-explorer&preserve-view=true
98103
- name: factorial_fl()
99104
displayName: functions library, statistics
100105
href: /kusto/functions-library/factorial-fl?view=azure-data-explorer&preserve-view=true
@@ -152,6 +157,9 @@ items:
152157
- name: plotly_anomaly_fl()
153158
displayName: functions library, Plotly, anomaly, chart, render
154159
href: /kusto/functions-library/plotly-anomaly-fl?view=azure-data-explorer&preserve-view=true
160+
- name: plotly_gauge_fl()
161+
displayName: functions library, Plotly, gauge, speed, chart, render
162+
href: /kusto/functions-library/plotly-gauge-fl?view=azure-data-explorer&preserve-view=true
155163
- name: plotly_scatter3d_fl()
156164
displayName: functions library, Plotly, scatter, chart, render
157165
href: /kusto/functions-library/plotly-scatter3d-fl?view=azure-data-explorer&preserve-view=true

data-explorer/kusto/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ items:
9292
href: api/get-started/app-basic-query.md
9393
- name: Run management commands
9494
href: api/get-started/app-management-commands.md
95-
- name: Queued ingestion
95+
- name: Queue data for ingestion
9696
href: api/get-started/app-queued-ingestion.md
9797
- name: Connection strings
9898
items:

data-explorer/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ items:
570570
href: /kusto/api/get-started/app-basic-query?view=azure-data-explorer&preserve-view=true
571571
- name: Run management commands
572572
href: /kusto/api/get-started/app-management-commands?view=azure-data-explorer&preserve-view=true
573-
- name: Queued ingestion
573+
- name: Queue data for ingestion
574574
href: /kusto/api/get-started/app-queued-ingestion?view=azure-data-explorer&preserve-view=true
575575
- name: Connection strings
576576
items:

0 commit comments

Comments
 (0)