Skip to content

Commit 8d4591b

Browse files
Merge pull request #2520 from MicrosoftDocs/main638730578092476467sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents a3aa1df + e71820e commit 8d4591b

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/bypass-codeowner-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
bypass_approval:
88
runs-on: ubuntu-latest
99
env:
10-
ACTION_TOKEN_SS: ${{ secrets.ACTIONTOKEN }}
10+
ACTION_TOKEN_SS: ${{ secrets.ACTIONTOKEN_SS }}
1111
ACTION_TOKEN_YS: ${{ secrets.ACTIONTOKEN_YS }}
1212
steps:
1313
- name: Approve PR if author is a code owner

data-explorer/kusto/management/toc.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ items:
4646
items:
4747
- name: Best practices for schema management
4848
href: management-best-practices.md
49-
- name: Avrotize k2a tool
50-
href: /kusto/management/tools/avrotize.md
5149
- name: Clusters
5250
items:
5351
- name: .execute cluster script command
@@ -123,6 +121,8 @@ items:
123121
href: show-table-schema-command.md
124122
- name: .clear table data command
125123
href: clear-table-data-command.md
124+
- name: Avrotize k2a tool
125+
href: ../tools/avrotize.md
126126
- name: External tables
127127
items:
128128
- name: Azure Storage external tables
@@ -255,23 +255,6 @@ items:
255255
- name: .alter-merge table column-docstrings command
256256
displayName: .alter-merge column-docstrings
257257
href: alter-merge-table-column.md
258-
- name: Ingestion mappings
259-
items:
260-
- name: Ingestion mappings overview
261-
href: mappings.md
262-
displayName: schema mappings, data mappings
263-
- name: "CSV mapping"
264-
href: csv-mapping.md
265-
- name: "JSON mapping"
266-
href: json-mapping.md
267-
- name: "AVRO mapping"
268-
href: avro-mapping.md
269-
- name: "Parquet mapping"
270-
href: parquet-mapping.md
271-
- name: "ORC mapping"
272-
href: orc-mapping.md
273-
- name: "W3CLOGFILE mapping"
274-
href: w3c-log-file-mapping.md
275258
- name: Functions
276259
items:
277260
- name: Stored functions management overview
@@ -810,6 +793,23 @@ items:
810793
href: ../ingestion-supported-formats.md
811794
- name: Ingestion properties
812795
href: ../ingestion-properties.md
796+
- name: Ingestion mappings
797+
items:
798+
- name: Ingestion mappings overview
799+
href: mappings.md
800+
displayName: schema mappings, data mappings
801+
- name: "CSV mapping"
802+
href: csv-mapping.md
803+
- name: "JSON mapping"
804+
href: json-mapping.md
805+
- name: "AVRO mapping"
806+
href: avro-mapping.md
807+
- name: "Parquet mapping"
808+
href: parquet-mapping.md
809+
- name: "ORC mapping"
810+
href: orc-mapping.md
811+
- name: "W3CLOGFILE mapping"
812+
href: w3c-log-file-mapping.md
813813
- name: .ingest-into
814814
displayName: .ingest into, pull data, pulling ingestion
815815
href: data-ingestion/ingest-into-command.md

0 commit comments

Comments
 (0)