Skip to content

Commit 32e80c2

Browse files
authored
Merge branch 'MicrosoftDocs:main' into Branch-PostEdit
2 parents 34c4137 + ca3039a commit 32e80c2

File tree

1,124 files changed

+4921
-7163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,124 files changed

+4921
-7163
lines changed

.github/workflows/auto_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
auto-push-to-live:
1414
runs-on: ubuntu-latest
15-
if: github.repository_owner == 'MicrosoftDocs'
15+
if: github.repository == 'MicrosoftDocs/SupportArticles-docs-pr'
1616
permissions:
1717
contents: write
1818
pull-requests: write

.github/workflows/manage_stale_branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111

1212
stale-branch:
13-
if: github.repository_owner == 'MicrosoftDocs'
13+
if: github.repository == 'MicrosoftDocs/SupportArticles-docs-pr'
1414
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
1515
with:
1616
PayloadJson: ${{ toJSON(github) }}

.github/workflows/validate_branch_names.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55

66
jobs:
77
validate-branch-name:
8-
if: startsWith(github.ref, 'refs/heads/')
8+
if: github.repository == 'MicrosoftDocs/SupportArticles-docs-pr' && startsWith(github.ref, 'refs/heads/')
99
runs-on: windows-latest
1010
strategy:
1111
fail-fast: true # Prevent retries on failure
1212
steps:
13+
- name: Set git to use long paths
14+
run: git config --system core.longpaths true
1315
- name: Try checkout
1416
uses: actions/checkout@v3

.openpublishing.redirection.developer.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6258,6 +6258,66 @@
62586258
{
62596259
"source_path": "support/mem/configmgr/update-management/error-0x800f0831-installing-update.md",
62606260
"redirect_url": "/troubleshoot/windows-server/installing-updates-features-roles/error-0x800f0831-installing-update"
6261+
},
6262+
{
6263+
"source_path": "support/sql/database-engine/database-mirroring/assertion-execute-bulk-insert-bcp.md",
6264+
"redirect_url": "/previous-versions/troubleshoot/sql/database-mirroring/assertion-execute-bulk-insert-bcp"
6265+
},
6266+
{
6267+
"source_path": "support/sql/database-engine/database-mirroring/assertion-partner-servers-using-mirroring.md",
6268+
"redirect_url": "/previous-versions/troubleshoot/sql/database-mirroring/assertion-partner-servers-using-mirroring"
6269+
},
6270+
{
6271+
"source_path": "support/sql/database-engine/backup-restore/asr-agent-vss-backup-fails.md",
6272+
"redirect_url": "/previous-versions/troubleshoot/sql/backup-restore/asr-agent-vss-backup-fails"
6273+
},
6274+
{
6275+
"source_path": "support/sql/database-engine/database-file-operations/transaction-log-file-not-grow.md",
6276+
"redirect_url": "/previous-versions/troubleshoot/sql/database-file-operations/transaction-log-file-not-grow"
6277+
},
6278+
{
6279+
"source_path": "support/sql/database-engine/install/windows/error-change-path-shared-component-directory.md",
6280+
"redirect_url": "/previous-versions/troubleshoot/sql/install/error-change-path-shared-component-directory"
6281+
},
6282+
{
6283+
"source_path": "support/sql/database-engine/install/windows/error-upgrade-cluster-node.md",
6284+
"redirect_url": "/previous-versions/troubleshoot/sql/install/error-upgrade-cluster-node"
6285+
},
6286+
{
6287+
"source_path": "support/sql/database-engine/replication/error-replication-monitor.md",
6288+
"redirect_url": "/previous-versions/troubleshoot/sql/replication/error-replication-monitor"
6289+
},
6290+
{
6291+
"source_path": "support/sql/database-engine/replication/rowguidcol-not-supported-merge-replication.md",
6292+
"redirect_url": "/sql/relational-databases/replication/merge/merge-replication"
6293+
},
6294+
{
6295+
"source_path": "support/sql/database-engine/replication/duplicate-keys-sys-syscommittab-table.md",
6296+
"redirect_url": "/previous-versions/troubleshoot/sql/replication/duplicate-keys-sys-syscommittab-table"
6297+
},
6298+
{
6299+
"source_path": "support/sql/database-engine/replication/problem-use-custom-business-logic-handler.md",
6300+
"redirect_url": "/previous-versions/troubleshoot/sql/replication/problem-use-custom-business-logic-handler"
6301+
},
6302+
{
6303+
"source_path": "support/sql/database-engine/replication/merge-replication-cannot-support-centralized-subscriber-topologies.md",
6304+
"redirect_url": "/previous-versions/troubleshoot/sql/replication/merge-replication-cannot-support-centralized-subscriber-topologies"
6305+
},
6306+
{
6307+
"source_path": "support/sql/database-engine/replication/error-use-change-data-capture-service.md",
6308+
"redirect_url": "/previous-versions/troubleshoot/sql/replication/error-use-change-data-capture-service"
6309+
},
6310+
{
6311+
"source_path": "support/sql/database-engine/replication/script-failed-error-merge-publication-snapshot.md",
6312+
"redirect_url": "/previous-versions/troubleshoot/sql/replication/script-failed-error-merge-publication-snapshot"
6313+
},
6314+
{
6315+
"source_path": "support/sql/database-engine/replication/snapshot-logreader-agents-fail-destination-table-empty.md",
6316+
"redirect_url": "/previous-versions/troubleshoot/sql/replication/snapshot-logreader-agents-fail-destination-table-empty"
6317+
},
6318+
{
6319+
"source_path": "support/sql/database-engine/replication/sql-merge-replication-synchronization-fails.md",
6320+
"redirect_url": "/previous-versions/troubleshoot/sql/replication/sql-merge-replication-synchronization-fails"
62616321
}
62626322
]
62636323
}

0 commit comments

Comments
 (0)