Skip to content

Commit

Permalink
Merge pull request #2463 from MicrosoftDocs/main638687249501994787syn…
Browse files Browse the repository at this point in the history
…c_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored Dec 2, 2024
2 parents ac283aa + 90ce134 commit 98a2ec1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
19 changes: 19 additions & 0 deletions data-explorer/kusto-tocs/management/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,23 @@ items:
displayName: .show table partitioning policy
- name: .show database extents partitioning statistics command
href: /kusto/management/show-database-extents-partitioning-statistics?view=azure-data-explorer&preserve-view=true
- name: Query acceleration
items:
- name: Query acceleration policy
href: /kusto/management/query-acceleration-policy?view=azure-data-explorer&preserve-view=true
displayName: external table, delta table
- name: .alter query acceleration policy command
href: /kusto/management/alter-query-acceleration-policy-command?view=azure-data-explorer&preserve-view=true
displayName: external table, delta table
- name: .delete query acceleration policy command
href: /kusto/management/delete-query-acceleration-policy-command?view=azure-data-explorer&preserve-view=true
displayName: external table, delta table
- name: .show external table operations query acceleration statistics command
href: /kusto/management/show-external-table-operations-query-acceleration-statistics?view=azure-data-explorer&preserve-view=true
displayName: external table, delta table
- name: .show query acceleration policy command
href: /kusto/management/show-query-acceleration-policy-command?view=azure-data-explorer&preserve-view=true
displayName: external table, delta table
- name: Query weak consistency
items:
- name: Query weak consistency policy
Expand Down Expand Up @@ -908,6 +925,8 @@ items:
items:
- name: Clear cached external artifacts
href: /kusto/management/clear-external-artifacts-cache-command?view=azure-data-explorer&preserve-view=true
- name: Delete data
href: /kusto/concepts/delete-data?view=azure-data-explorer&preserve-view=true
- name: Data purge
href: /kusto/concepts/data-purge?view=azure-data-explorer&preserve-view=true
- name: Data soft delete
Expand Down
8 changes: 8 additions & 0 deletions data-explorer/kusto-tocs/query/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ items:
href: /kusto/query/t-sql?view=azure-data-explorer&preserve-view=true
- name: Set timeout limits
href: /kusto/set-timeout-limits?view=azure-data-explorer&preserve-view=true
- name: Debug KQL inline Python
href: /kusto/debug-inline-python?view=azure-data-explorer&preserve-view=true
- name: Best practices for KQL queries
items:
- name: Best practices for KQL queries
Expand Down Expand Up @@ -95,6 +97,9 @@ items:
- name: dbscan_dynamic_fl()
displayName: functions library, clustering, DBSCAN
href: /kusto/functions-library/dbscan-dynamic-fl?view=azure-data-explorer&preserve-view=true
- name: detect_anomalous_new_entity_fl()
displayName: functions library, security, cybersecurity, anomaly detection, new entity, novelty, cyber, detect anomalous new entity
href: /kusto/functions-library/detect-anomalous-new-entity-fl?view=azure-data-explorer&preserve-view=true
- name: factorial_fl()
displayName: functions library, statistics
href: /kusto/functions-library/factorial-fl?view=azure-data-explorer&preserve-view=true
Expand Down Expand Up @@ -152,6 +157,9 @@ items:
- name: plotly_anomaly_fl()
displayName: functions library, Plotly, anomaly, chart, render
href: /kusto/functions-library/plotly-anomaly-fl?view=azure-data-explorer&preserve-view=true
- name: plotly_gauge_fl()
displayName: functions library, Plotly, gauge, speed, chart, render
href: /kusto/functions-library/plotly-gauge-fl?view=azure-data-explorer&preserve-view=true
- name: plotly_scatter3d_fl()
displayName: functions library, Plotly, scatter, chart, render
href: /kusto/functions-library/plotly-scatter3d-fl?view=azure-data-explorer&preserve-view=true
Expand Down
2 changes: 1 addition & 1 deletion data-explorer/kusto/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ items:
href: api/get-started/app-basic-query.md
- name: Run management commands
href: api/get-started/app-management-commands.md
- name: Queued ingestion
- name: Queue data for ingestion
href: api/get-started/app-queued-ingestion.md
- name: Connection strings
items:
Expand Down
2 changes: 1 addition & 1 deletion data-explorer/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ items:
href: /kusto/api/get-started/app-basic-query?view=azure-data-explorer&preserve-view=true
- name: Run management commands
href: /kusto/api/get-started/app-management-commands?view=azure-data-explorer&preserve-view=true
- name: Queued ingestion
- name: Queue data for ingestion
href: /kusto/api/get-started/app-queued-ingestion?view=azure-data-explorer&preserve-view=true
- name: Connection strings
items:
Expand Down

0 comments on commit 98a2ec1

Please sign in to comment.