Skip to content

Commit d347145

Browse files
Merge pull request #2716 from MicrosoftDocs/main638916697346833896sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents f46f5f8 + ac2aedc commit d347145

File tree

2 files changed

+64
-44
lines changed

2 files changed

+64
-44
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ items:
131131
href: /kusto/management/external-tables-azure-storage?view=azure-data-explorer&preserve-view=true
132132
- name: Create or alter delta external table
133133
href: /kusto/management/external-tables-delta-lake?view=azure-data-explorer&preserve-view=true
134+
- name: .show external table details
135+
href: /kusto/management/show-external-tables-details?view=azure-data-explorer&preserve-view=true
134136
- name: Manage external table mappings
135137
items:
136138
- name: .alter external table mapping command
@@ -541,9 +543,10 @@ items:
541543
- name: .show table policy mirroring command
542544
href: /kusto/management/show-table-mirroring-policy-command?view=azure-data-explorer&preserve-view=true
543545
displayName: .show table mirroring policy
544-
- name: .show table operations mirroring-status command
545-
href: /kusto/management/show-table-operations-mirroring-status-command?view=azure-data-explorer&preserve-view=true
546-
displayName: .show table mirroring status operations
546+
- name: .show database operations mirroring-statistics
547+
href: /kusto/management/show-database-operations-mirroring-statistics?view=azure-data-explorer&preserve-view=true
548+
- name: .show table operations mirroring-statistics
549+
href: /kusto/management/show-table-operations-mirroring-statistics?view=azure-data-explorer&preserve-view=true
547550
- name: .show table operations mirroring-exported-artifacts command
548551
href: /kusto/management/show-table-operations-mirroring-exported-artifacts-command?view=azure-data-explorer&preserve-view=true
549552
displayName: .show table mirroring operations exported artifacts

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

Lines changed: 58 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ items:
9797
- name: dbscan_dynamic_fl()
9898
displayName: functions library, clustering, DBSCAN
9999
href: /kusto/functions-library/dbscan-dynamic-fl?view=azure-data-explorer&preserve-view=true
100+
- name: detect_anomalous_access_cf_fl()
101+
displayName: functions library, security, cybersecurity, anomaly detection, access pattern, collaborative filtering, cyber, detect anomalous access
102+
href: /kusto/functions-library/detect-anomalous-access-cf-fl?view=azure-data-explorer&preserve-view=true
100103
- name: detect_anomalous_new_entity_fl()
101104
displayName: functions library, security, cybersecurity, anomaly detection, new entity, novelty, cyber, detect anomalous new entity
102105
href: /kusto/functions-library/detect-anomalous-new-entity-fl?view=azure-data-explorer&preserve-view=true
@@ -370,6 +373,9 @@ items:
370373
- name: project-away operator
371374
href: /kusto/query/project-away-operator?view=azure-data-explorer&preserve-view=true
372375
displayName: project away project_away
376+
- name: project-by-names operator
377+
href: /kusto/query/project-by-names-operator?view=azure-data-explorer&preserve-view=true
378+
displayName: project by names project_by_names
373379
- name: project-keep operator
374380
href: /kusto/query/project-keep-operator?view=azure-data-explorer&preserve-view=true
375381
displayName: project keep project_keep
@@ -798,6 +804,9 @@ items:
798804
- name: column_ifexists()
799805
displayName: columnifexists() column if exists
800806
href: /kusto/query/column-ifexists-function?view=azure-data-explorer&preserve-view=true
807+
- name: column_names_of()
808+
displayName: columnnamesof() column names of
809+
href: /kusto/query/column-names-of-function?view=azure-data-explorer&preserve-view=true
801810
- name: convert_angle()
802811
displayName: convert_angle() convert angle
803812
href: /kusto/query/convert-angle-function?view=azure-data-explorer&preserve-view=true
@@ -1464,49 +1473,57 @@ items:
14641473
href: /kusto/query/variancepif-aggregation-function?view=azure-data-explorer&preserve-view=true
14651474
- name: Graph
14661475
items:
1467-
- name: Graph overview
1468-
href: /kusto/query/graph-semantics-overview?view=azure-data-explorer&preserve-view=true
1469-
- name: Graph best practices
1470-
href: /kusto/query/graph-best-practices?view=azure-data-explorer&preserve-view=true
1471-
- name: Graph scenarios
1472-
href: /kusto/query/graph-scenarios?view=azure-data-explorer&preserve-view=true
1473-
- name: Graph operators
1476+
- name: Start here
14741477
items:
1475-
- name: Graph operators overview
1476-
href: /kusto/query/graph-operators?view=azure-data-explorer&preserve-view=true
1477-
- name: make-graph
1478-
href: /kusto/query/make-graph-operator?view=azure-data-explorer&preserve-view=true
1479-
- name: graph-match
1480-
href: /kusto/query/graph-match-operator?view=azure-data-explorer&preserve-view=true
1481-
- name: graph-to-table
1482-
href: /kusto/query/graph-to-table-operator?view=azure-data-explorer&preserve-view=true
1483-
- name: graph-shortest-paths
1484-
href: /kusto/query/graph-shortest-paths-operator?view=azure-data-explorer&preserve-view=true
1485-
- name: graph-mark-components
1486-
href: /kusto/query/graph-mark-components-operator?view=azure-data-explorer&preserve-view=true
1487-
- name: Graph functions
1478+
- name: Graph semantics overview
1479+
href: /kusto/query/graph-semantics-overview?view=azure-data-explorer&preserve-view=true
1480+
- name: Graph sample data
1481+
href: /kusto/query/graph-sample-data?view=azure-data-explorer&preserve-view=true
1482+
- name: Graph exploration basics
1483+
href: /kusto/query/graph-exploration-basics?view=azure-data-explorer&preserve-view=true
1484+
- name: Reference
14881485
items:
1489-
- name: all()
1490-
displayName: all() graph function
1491-
href: /kusto/query/all-graph-function?view=azure-data-explorer&preserve-view=true
1492-
- name: any()
1493-
displayName: any() graph function
1494-
href: /kusto/query/any-graph-function?view=azure-data-explorer&preserve-view=true
1495-
- name: map()
1496-
displayName: map() graph function
1497-
href: /kusto/query/map-graph-function?view=azure-data-explorer&preserve-view=true
1498-
- name: inner_nodes()
1499-
displayName: inner nodes() graph function, inner nodes
1500-
href: /kusto/query/inner-nodes-graph-function?view=azure-data-explorer&preserve-view=true
1501-
- name: labels()
1502-
displayName: labels() graph function, labels
1503-
href: /kusto/query/labels-graph-function?view=azure-data-explorer&preserve-view=true
1504-
- name: node_degree_in()
1505-
displayName: graph, node, Node degree in node_degree_in, indegree node_degree_in
1506-
href: /kusto/query/node-degree-in?view=azure-data-explorer&preserve-view=true
1507-
- name: node_degree_out()
1508-
displayName: graph, node, Node degree out node_degree_out, outdegree node_degree_out
1509-
href: /kusto/query/node-degree-out?view=azure-data-explorer&preserve-view=true
1486+
- name: Operators
1487+
items:
1488+
- name: Graph operators overview
1489+
href: /kusto/query/graph-operators?view=azure-data-explorer&preserve-view=true
1490+
- name: make-graph
1491+
href: /kusto/query/make-graph-operator?view=azure-data-explorer&preserve-view=true
1492+
- name: graph-match
1493+
href: /kusto/query/graph-match-operator?view=azure-data-explorer&preserve-view=true
1494+
- name: graph-to-table
1495+
href: /kusto/query/graph-to-table-operator?view=azure-data-explorer&preserve-view=true
1496+
- name: graph-shortest-paths
1497+
href: /kusto/query/graph-shortest-paths-operator?view=azure-data-explorer&preserve-view=true
1498+
- name: graph-mark-components
1499+
href: /kusto/query/graph-mark-components-operator?view=azure-data-explorer&preserve-view=true
1500+
- name: Functions
1501+
items:
1502+
- name: all()
1503+
displayName: all() graph function
1504+
href: /kusto/query/all-graph-function?view=azure-data-explorer&preserve-view=true
1505+
- name: any()
1506+
displayName: any() graph function
1507+
href: /kusto/query/any-graph-function?view=azure-data-explorer&preserve-view=true
1508+
- name: map()
1509+
displayName: map() graph function
1510+
href: /kusto/query/map-graph-function?view=azure-data-explorer&preserve-view=true
1511+
- name: inner_nodes()
1512+
displayName: inner nodes() graph function, inner nodes
1513+
href: /kusto/query/inner-nodes-graph-function?view=azure-data-explorer&preserve-view=true
1514+
- name: labels()
1515+
displayName: labels() graph function, labels
1516+
href: /kusto/query/labels-graph-function?view=azure-data-explorer&preserve-view=true
1517+
- name: node_degree_in()
1518+
displayName: graph, node, Node degree in node_degree_in, indegree node_degree_in
1519+
href: /kusto/query/node-degree-in?view=azure-data-explorer&preserve-view=true
1520+
- name: node_degree_out()
1521+
displayName: graph, node, Node degree out node_degree_out, outdegree node_degree_out
1522+
href: /kusto/query/node-degree-out?view=azure-data-explorer&preserve-view=true
1523+
- name: Scenarios
1524+
href: /kusto/query/graph-scenarios?view=azure-data-explorer&preserve-view=true
1525+
- name: Best practices
1526+
href: /kusto/query/graph-best-practices?view=azure-data-explorer&preserve-view=true
15101527
- name: Geospatial
15111528
items:
15121529
- name: Geospatial clustering

0 commit comments

Comments
 (0)