Skip to content

Commit d8fe334

Browse files
authored
Merge branch 'main' into camillepack-ai
2 parents d5bb89c + 9ff499a commit d8fe334

165 files changed

Lines changed: 5777 additions & 1259 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.

.acrolinx-config.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Select the total score link to review all feedback on clarity, consistency, tone
5151
"
5252
**More information about Acrolinx**
5353
54-
- [Install Acrolinx locally for VSCode for Magic](https://review.docs.microsoft.com/office-authoring-guide/acrolinx-vscode?branch=main)
54+
- [Install Acrolinx locally for VSCode for Magic](https://review.learn.microsoft.com/en-us/office-authoring-guide/acrolinx-vscode?branch=main)
5555
- [False positives or issues](https://aka.ms/acrolinxbug)
5656
- [Request a new Acrolinx term](https://microsoft.sharepoint.com/teams/M365Dev2/SitePages/M365-terminology.aspx)
57-
- [Troubleshooting issues with Acrolinx](https://review.docs.microsoft.com/help/contribute/acrolinx-error-messages)
57+
- [Troubleshooting issues with Acrolinx](https://review.learn.microsoft.com/en-us/help/platform/acrolinx-troubleshoot?branch=main)
5858
5959
"
6060
}

.github/workflows/AutoPublish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,25 @@ name: (Scheduled) Publish to live
33
permissions:
44
contents: write
55
pull-requests: write
6+
checks: read
67

78
on:
89
schedule:
9-
- cron: "25 5,11,17,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
10+
- cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
1011

1112
workflow_dispatch:
1213

1314
jobs:
1415

1516
auto-publish:
1617
if: github.repository_owner == 'MicrosoftDocs' && contains(github.event.repository.topics, 'build')
17-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublish.yml@workflows-prod
18+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublishV2.yml@workflows-prod
1819
with:
1920
PayloadJson: ${{ toJSON(github) }}
2021
EnableAutoPublish: true
22+
EnableAutoMerge: true
2123

2224
secrets:
2325
AccessToken: ${{ secrets.GITHUB_TOKEN }}
2426
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
25-
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
27+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}

.openpublishing.redirection.commerce.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,11 @@
974974
"source_path": "microsoft-365/commerce/licenses/contracts-faq.yml",
975975
"redirect_url": "/microsoft-365/commerce/licenses/manage-contracts-vl",
976976
"redirect_document_id": false
977+
},
978+
{
979+
"source_path": "microsoft-365/commerce/licenses/online-service-activation-faq.yml",
980+
"redirect_url": "/microsoft-365/commerce/licenses/online-service-activation-open-programs",
981+
"redirect_document_id": false
977982
}
978983
]
979984
}

.openpublishing.redirection.loop.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"redirections":[
3+
{
4+
"source_path": "microsoft-365/loop/loop-workspaces-configuration.md",
5+
"redirect_url": "/microsoft-365/loop/loop-components-sharepoint",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path": "microsoft-365/loop/loop-components-sharepoint.md",
5-
"redirect_url": "/microsoft-365/loop/loop-workspaces-configuration",
10+
"redirect_url": "/microsoft-365/loop/loop-components-configuration",
611
"redirect_document_id": true
712
},
813
{
9-
"source_path": "microsoft-365/loop/loop-workspaces-configuration.md",
10-
"redirect_url": "/microsoft-365/loop/loop-components-configuration",
14+
"source_path": "microsoft-365/loop/loop-components-configuration.md",
15+
"redirect_url": "/microsoft-365/loop/loop-admin-configuration",
1116
"redirect_document_id": true
1217
}
1318
]

.openpublishing.redirection.security.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9349,6 +9349,11 @@
93499349
"source_path": "Microsoft-365/security/defender/zero-trust-with-microsoft-365-defender.md",
93509350
"redirect_url": "/defender-xdr/zero-trust-with-microsoft-365-defender",
93519351
"redirect_document_id": false
9352+
},
9353+
{
9354+
"source_path": "Microsoft-365/security/microsoft-365-zero-trust.md",
9355+
"redirect_url": "/security/zero-trust/microsoft-365-zero-trust",
9356+
"redirect_document_id": false
93529357
}
93539358
]
93549359
}

copilot/TOC.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,17 @@ items:
3232
href: microsoft-365-copilot-blueprint-oversharing.md
3333
- name: Deploy and enable Microsoft 365 Copilot
3434
items:
35-
- name: Set up and assign licenses
36-
href: microsoft-365-copilot-setup.md
37-
- name: Requirements and prerequisites
38-
href: microsoft-365-copilot-requirements.md
35+
- name: Adoption guide and overview
36+
href: microsoft-365-copilot-enablement-resources.md
3937
- name: License options
4038
href: microsoft-365-copilot-licensing.md
41-
- name: Enable users and welcome email
39+
- name: App and network requirements
40+
href: microsoft-365-copilot-requirements.md
41+
- name: Set up Copilot and assign licenses
42+
href: microsoft-365-copilot-setup.md
43+
- name: Welcome email for users
4244
href: microsoft-365-copilot-enable-users.md
43-
- name: Adoption resources
44-
href: microsoft-365-copilot-enablement-resources.md
45+
4546
- name: Pay-as-you-go for Microsoft 365 Copilot
4647
items:
4748
- name: Pay-as-you-go overview
@@ -56,6 +57,14 @@ items:
5657
items:
5758
- name: Manage Microsoft 365 Copilot scenarios
5859
href: microsoft-365-copilot-page.md
60+
- name: Set up the Microsoft 365 Copilot app
61+
items:
62+
- name: Overview and availability
63+
href: microsoft-365-copilot-app-overview.md
64+
- name: Admin settings
65+
href: microsoft-365-copilot-app-admin-settings.md
66+
- name: Set up Organizational Asset Library
67+
href: enterprise-brand-manager.md
5968
- name: Pin Copilot Chat to the navigation bar
6069
href: pin-copilot.md
6170
- name: Copilot in Microsoft 365 admin centers
@@ -108,6 +117,8 @@ items:
108117
items:
109118
- name: Extend Microsoft 365 Copilot
110119
href: /microsoft-365-copilot/extensibility?toc=%2Fcopilot%2Fmicrosoft-365%2Ftoc.json&bc=%2Fcopilot%2Fmicrosoft-365%2Fbreadcrumb%2Ftoc.json
120+
- name: Microsoft 365 Copilot Tuning
121+
href: copilot-tuning-overview.md
111122
- name: Service description and training for Microsoft 365 Copilot
112123
items:
113124
- name: Service description

copilot/copilot-prompt-gallery-export-prompts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ms.collection:
1111
- privacy-copilot
1212
- m365copilot
1313
- magic-ai-copilot
14+
- must-keep
1415
hideEdit: true
1516
ms.date: 04/16/2025
1617
---

0 commit comments

Comments
 (0)