Skip to content

Commit 22761fb

Browse files
Merge branch 'main' into v-sisidhuCI-6690
2 parents 5aaa5c6 + 7470cfd commit 22761fb

4,054 files changed

Lines changed: 49936 additions & 12531 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Create Azure DevOps CI on PR
2+
3+
on:
4+
pull_request:
5+
types: [opened]
6+
7+
jobs:
8+
create-work-item:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Create Azure DevOps Task
12+
env:
13+
ADO_ORG_URL: https://dev.azure.com/KMOps
14+
ADO_PROJECT: ContentExperience
15+
ADO_PAT: ${{ secrets.ADO_PAT }}
16+
run: |
17+
PR_TITLE="${{ github.event.pull_request.title }}"
18+
PR_BODY="${{ github.event.pull_request.body }}"
19+
PR_URL="${{ github.event.pull_request.html_url }}"
20+
21+
curl -X POST \
22+
-H "Content-Type: application/json-patch+json" \
23+
-H "Authorization: Basic $(echo -n ":$ADO_PAT" | base64)" \
24+
$ADO_ORG_URL/$ADO_PROJECT/_apis/wit/workitems/$ExternalCI?api-version=6.0 \
25+
-d '[
26+
{
27+
"op": "add",
28+
"path": "/fields/System.Title",
29+
"value": "PR Opened: '"$PR_TITLE"'"
30+
},
31+
{
32+
"op": "add",
33+
"path": "/fields/System.Description",
34+
"value": "Pull Request URL: '"$PR_URL"'\n\n'"$PR_BODY"'"
35+
}
36+
]'

.openpublishing.redirection.exchange.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
{
44
"source_path": "Exchange/ExchangeOnline/mobile-devices/outlook-app-access-end-after-june-1-if-ews-app-policies-not-set-correctly.md",
55
"redirect_url": "/previous-versions/troubleshoot/exchange/exchangeonline/outlook-app-access-end-after-june-1-if-ews-app-policies-not-set-correctly"
6+
},
7+
{
8+
"source_path": "Exchange/ExchangeServer/Administration/exchange-2013-end-of-support.md",
9+
"redirect_url": "exchange-2019-2016-end-of-support"
10+
},
11+
{
12+
"source_path": "Exchange/ExchangeOnline/outlook-on-the-web-issues/archive-mailbox-not-visible.md",
13+
"redirect_url": "/troubleshoot/outlook/profiles-and-accounts/archive-mailbox-not-visible"
14+
},
15+
{
16+
"source_path": "Exchange/ExchangeOnline/groups-and-distribution-lists/cannot-reply-all-with-microsoft-365-groups.md",
17+
"redirect_url": "https://support.microsoft.com/office/ac19ad14-a3c5-4638-a0d3-21a49d5294af"
618
}
719
]
820
}

.openpublishing.redirection.json

Lines changed: 129 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "support/windows-client/windows-tss/gather-information-using-tss-sql-cluster-ag-fci-issues.md",
5+
"redirect_url": "/troubleshoot/windows-client/windows-tss/collect-data-analyze-troubleshoot-sql-cluster-ag-fci-scenarios",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "support/azure/virtual-machines/windows/performance-diagnostics.md",
10+
"redirect_url": "/azure/azure-monitor/vm/performance-diagnostics?tabs=windows",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "support/azure/virtual-machines/windows/how-to-use-perfinsights.md",
15+
"redirect_url": "/azure/azure-monitor/vm/performance-diagnostics-run?tabs=windows",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "support/azure/virtual-machines/windows/performance-diagnostics-vm-extension.md",
20+
"redirect_url": "/azure/azure-monitor/vm/performance-diagnostics-analyze?tabs=windows",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "support/azure/virtual-machines/windows/perfinsights-and-scale-set-vm-instances.md",
25+
"redirect_url": "/azure/azure-monitor/vm/performance-diagnostics-extension",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "support/windows-client/windows-tss/gather-information-using-tss-hyper-v-issues.md",
30+
"redirect_url": "/troubleshoot/windows-client/windows-tss/collect-data-analyze-troubleshoot-hyperv-scenarios",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path": "support/windows-365/troubleshoot-windows-365-bcdr-known-isssues.md",
35+
"redirect_url": "/troubleshoot/windows-365/windows-365-bcdr-known-issues",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path": "support/windows-client/windows-tss/gather-information-using-tss-user-experience.md",
40+
"redirect_url": "/troubleshoot/windows-client/windows-tss/collect-data-analyze-troubleshoot-sys-management-components-scenarios",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path": "support/windows-client/windows-tss/gather-information-using-tss-windows-failover-cluster-issues.md",
45+
"redirect_url": "/troubleshoot/windows-client/windows-tss/collect-data-analyze-troubleshoot-windows-clustering-scenarios",
46+
"redirect_document_id": false
47+
},
48+
{
49+
"source_path": "support/windows-client/windows-tss/gather-information-using-tss-group-policy.md",
50+
"redirect_url": "/troubleshoot/windows-client/windows-tss/collect-data-analyze-troubleshoot-group-policy-scenarios",
51+
"redirect_document_id": false
52+
},
53+
{
54+
"source_path": "support/windows-client/windows-tss/gather-information-using-tss-deployment.md",
55+
"redirect_url": "/troubleshoot/windows-client/windows-tss/collect-data-analyze-troubleshoot-windows-servicing-scenarios",
56+
"redirect_document_id": false
57+
},
58+
{
59+
"source_path": "support/windows-client/windows-tss/gather-information-using-tss-ad-replication.md",
60+
"redirect_url": "/troubleshoot/windows-client/windows-tss/collect-data-analyze-troubleshoot-active-directory-scenarios#scenario-active-directory-replication-and-topology",
61+
"redirect_document_id": false
62+
},
63+
{
64+
"source_path": "support/windows-client/setup-upgrade-and-drivers/prevent-users-connect-usb.md",
65+
"redirect_url": "https://gpsearch.azurewebsites.net/#173",
66+
"redirect_document_id": false
67+
},
68+
{
69+
"source_path": "support/power-platform/dataverse/working-with-solutions/failure-converting-to-managed-solution.md",
70+
"redirect_url": "https://learn.microsoft.com/power-platform/alm/solution-concepts-alm#managed-and-unmanaged-solutions"
71+
},
372
{
473
"source_path": "support/power-platform/power-automate/desktop-flows/desktop-flow-runs-not-show-monitor-runs.md",
574
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/desktop-flow-runs-missing-from-list",
@@ -12360,6 +12429,16 @@
1236012429
"redirect_url": "/dynamics365/field-service/cfs-visualizations-iot-hub",
1236112430
"redirect_document_id": false
1236212431
},
12432+
{
12433+
"source_path": "support/dynamics-365/field-service/integrations/create-permissions-error.md",
12434+
"redirect_url": "/dynamics365/field-service/deprecations-field-service#dynamics-365-field-service-integrations-with-microsoft-outlook-teams-viva-connections-and-planner---september-1-2025",
12435+
"redirect_document_id": false
12436+
},
12437+
{
12438+
"source_path": "support/dynamics-365/field-service/integrations/viva-incorrect-tiles.md",
12439+
"redirect_url": "/dynamics365/field-service/deprecations-field-service#dynamics-365-field-service-integrations-with-microsoft-outlook-teams-viva-connections-and-planner---september-1-2025",
12440+
"redirect_document_id": false
12441+
},
1236312442
{
1236412443
"source_path": "support/dynamics-365/finance/tax/tcs-troubleshooting-failed-access-tax-service.md",
1236512444
"redirect_url": "/troubleshoot/dynamics-365/finance/welcome-finance",
@@ -13664,7 +13743,6 @@
1366413743
"source_path": "support/dynamics/gp/unapproved-pending-change-order-exist.md",
1366513744
"redirect_url": "/troubleshoot/dynamics/gp/welcome-gp"
1366613745
},
13667-
1366813746
{
1366913747
"source_path": "support/dynamics/gp/use-banked-paycodes-with-project-accounting.md",
1367013748
"redirect_url": "/troubleshoot/dynamics/gp/welcome-gp"
@@ -13688,12 +13766,12 @@
1368813766
{
1368913767
"source_path": "support/windows-server/active-directory/troubleshoot-errors-join-computer-to-domain.md",
1369013768
"redirect_url": "/troubleshoot/windows-server/active-directory/domain-join-networking-errors"
13691-
},
13769+
},
13770+
{
13771+
"source_path": "support/power-platform/power-automate/desktop-flows/troubleshoot-excel-errors.md",
13772+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/office-automation/excel/troubleshoot-excel-errors"
13773+
},
1369213774
{
13693-
"source_path": "support/power-platform/power-automate/desktop-flows/troubleshoot-excel-errors.md",
13694-
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/office-automation/excel/troubleshoot-excel-errors"
13695-
},
13696-
{
1369713775
"source_path": "support/entra/entra-id/mfa/authorization-request-denied-graph-api.md",
1369813776
"redirect_url": "/troubleshoot/entra/entra-id/app-integration/troubleshoot-authorization-requestdenied-graph-api",
1369913777
"redirect_document_id": false
@@ -13801,9 +13879,53 @@
1380113879
"redirect_url": "/previous-versions/troubleshoot/sql/tools/error-you-run-sqlmaint-utility",
1380213880
"redirect_document_id": false
1380313881
},
13882+
{
13883+
"source_path": "support/azure/azure-monitor/activity-logs/config-export/centralized-configuration-of-activity-logs-to-event-hub.md",
13884+
"redirect_url": "/troubleshoot/azure/azure-monitor/welcome-azure-monitor"
13885+
},
13886+
{
13887+
"source_path": "support/azure/azure-monitor/activity-logs/config-export/exporting-directory-level-activity-logs-to-event-hub.md",
13888+
"redirect_url": "/troubleshoot/azure/azure-monitor/welcome-azure-monitor"
13889+
},
13890+
{
13891+
"source_path": "support/azure/azure-monitor/activity-logs/config-export/pushing-subscription-activity-logs-to-sentinel.md",
13892+
"redirect_url": "/troubleshoot/azure/azure-monitor/activity-logs/config-export/push-subscription-activity-logs-to-sentinel"
13893+
},
13894+
{
13895+
"source_path": "support/azure/azure-monitor/activity-logs/config-export/resolving-log-limit-issues-in-azure-function-apps.md",
13896+
"redirect_url": "/troubleshoot/azure/azure-monitor/welcome-azure-monitor"
13897+
},
13898+
{
13899+
"source_path": "support/azure/azure-monitor/activity-logs/config-export/understanding-and-managing-diagnostic-settings-retention.md",
13900+
"redirect_url": "/troubleshoot/azure/azure-monitor/welcome-azure-monitor"
13901+
},
13902+
{
13903+
"source_path": "support/azure/azure-monitor/activity-logs/config-export/understanding-and-transitioning-from-legacy-to-diagnostic-settings.md",
13904+
"redirect_url": "/troubleshoot/azure/azure-monitor/welcome-azure-monitor"
13905+
},
13906+
{
13907+
"source_path": "support/azure/azure-monitor/activity-logs/config-export/diagnostic-settings-transition-from-legacy-solutions.md",
13908+
"redirect_url": "/troubleshoot/azure/azure-monitor/welcome-azure-monitor"
13909+
},
1380413910
{
1380513911
"source_path": "support/sql/database-engine/install/windows/error-install-sql-server-2008-r2.md",
1380613912
"redirect_url": "/troubleshoot/sql/database-engine/install/windows/error-install-sql-server"
13913+
},
13914+
{
13915+
"source_path": "support/sql/database-engine/install/windows/update-or-slipstream-installation.md",
13916+
"redirect_url": "/sql/database-engine/install-windows/install-sql-server-using-slipstream"
13917+
},
13918+
{
13919+
"source_path": "support/dynamics-365/commerce/payments/adyen-support.md",
13920+
"redirect_url": "/dynamics365/commerce/dev-itpro/payments-retail#what-is-the-service-level-agreement-sla-for-out-of-box-payment-connectors-like-adyen"
13921+
},
13922+
{
13923+
"source_path": "support/power-platform/power-automate/desktop-flows/ui-automation/ui-sap-automation/sap-click-element-dpi.md",
13924+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/sap-automation/sap-click-element-dpi"
13925+
},
13926+
{
13927+
"source_path": "support/power-platform/power-automate/desktop-flows/browser-automation/browser-automation-error-after-chromium-update.md",
13928+
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-automation/failed-to-assume-control-of-edge-chrome-firefox-error"
1380713929
}
1380813930
]
13809-
}
13931+
}

0 commit comments

Comments
 (0)