Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lenewsad authored Aug 27, 2024
2 parents 26ce27e + 07da28f commit a09b834
Show file tree
Hide file tree
Showing 825 changed files with 2,652 additions and 37,709 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/AutoLabelAssign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Assign and label PR

permissions:
pull-requests: write
contents: read
actions: read

on:
workflow_run:
workflows: [Background tasks]
types:
- completed

jobs:
download-payload:
name: Download and extract payload artifact
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
with:
WorkflowId: ${{ github.event.workflow_run.id }}
OrgRepo: ${{ github.repository }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}

label-assign:
name: Run assign and label
needs: [download-payload]
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelAssign.yml@workflows-prod
with:
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
AutoAssignUsers: 0
AutoLabel: 0
ExcludedUserList: '["user1", "user2"]'
ExcludedBranchList: '["branch1", "branch2"]'
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
34 changes: 34 additions & 0 deletions .github/workflows/AutoLabelMsftContributor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Auto label Microsoft contributors

permissions:
pull-requests: write
contents: read
actions: read

on:
workflow_run:
workflows: [Background tasks]
types:
- completed

jobs:
download-payload:
if: github.repository_visibility == 'public'
name: Download and extract payload artifact
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
with:
WorkflowId: ${{ github.event.workflow_run.id }}
OrgRepo: ${{ github.repository }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}

label-msft:
name: Label Microsoft contributors
if: github.repository_visibility == 'public'
needs: [download-payload]
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelMsftContributor.yml@workflows-prod
with:
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
TeamReadAccessToken: ${{ secrets.ORG_READTEAMS_TOKEN }}
26 changes: 26 additions & 0 deletions .github/workflows/BackgroundTasks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Background tasks

permissions:
pull-requests: write
contents: read

on:
pull_request_target:

jobs:
upload:
runs-on: ubuntu-latest

steps:
- name: Save payload data
env:
PayloadJson: ${{ toJSON(github) }}
AccessToken: ${{ github.token }}
run: |
mkdir -p ./pr
echo $PayloadJson > ./pr/PayloadJson.json
sed -i -e "s/$AccessToken/XYZ/g" ./pr/PayloadJson.json
- uses: actions/upload-artifact@v4
with:
name: PayloadJson
path: pr/
19 changes: 19 additions & 0 deletions .github/workflows/LiveMergeCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PR can merge into branch

permissions:
pull-requests: write
statuses: write
contents: read

on:
pull_request_target:
types: [opened, reopened, synchronize, edited]

jobs:

live-merge:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-LiveMergeCheck.yml@workflows-prod
with:
PayloadJson: ${{ toJSON(github) }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
19 changes: 19 additions & 0 deletions .github/workflows/PrFileCount.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PR file count less than limit

permissions:
pull-requests: write
statuses: write
contents: read

on:
pull_request_target:
types: [opened, reopened, synchronize, labeled, unlabeled, edited]

jobs:

file-count:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-PrFileCount.yml@workflows-prod
with:
PayloadJson: ${{ toJSON(github) }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
17 changes: 17 additions & 0 deletions .github/workflows/ProtectedFiles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: PR has no protected files

permissions:
pull-requests: write
statuses: write
contents: read

on: [pull_request_target]

jobs:

protected-files:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ProtectedFiles.yml@workflows-prod
with:
PayloadJson: ${{ toJSON(github) }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
30 changes: 30 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
{
"redirections": [
{
"source_path": "memdocs/intune/remote-actions/organizational-messages-reporting.md",
"redirect_url": "/microsoft-365/admin/misc/organizational-messages-microsoft-365",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/remote-actions/organizational-messages-prerequisites.md",
"redirect_url": "/microsoft-365/admin/misc/organizational-messages-microsoft-365",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/remote-actions/organizational-messages-overview.md",
"redirect_url": "/microsoft-365/admin/misc/organizational-messages-microsoft-365",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/remote-actions/organizational-messages-create.md",
"redirect_url": "/microsoft-365/admin/misc/organizational-messages-microsoft-365",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/remote-actions/organizational-messages-cancel.md",
"redirect_url": "/microsoft-365/admin/misc/organizational-messages-microsoft-365",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-enable-uac-windows.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-windows",
Expand Down Expand Up @@ -2689,6 +2714,11 @@
"source_path": "autopilot/autopilot-faq.yml",
"redirect_url": "/autopilot/faq",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/protect/endpoint-security-firewall-rule-tool.md",
"redirect_url": "/mem/intune/protect/endpoint-security-firewall-policy",
"redirect_document_id": false
}
]
}
2 changes: 1 addition & 1 deletion autopilot/add-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Manually register devices with Windows Autopilot
description: Learn how to manually add devices to Windows Autopilot.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/automatic-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Automatic registration of existing devices
description: Automatically add devices to Windows Autopilot.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/autopilot-device-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Windows Autopilot device guidelines
description: Learn all about hardware, firmware, and software best practices for Windows Autopilot deployment.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/autopilot-motherboard-replacement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Windows Autopilot motherboard replacement
description: Understand how Windows Autopilot deployments function when the motherboard is replaced on a device.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/autopilot-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Windows Autopilot support
description: Find out who to contact for help with Windows Autopilot installation.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/bitlocker.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Setting the BitLocker encryption algorithm for Autopilot devices
description: Microsoft Intune provides a comprehensive set of configuration options to manage BitLocker on Windows devices.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/deployment-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Windows deployment process posters
description: View and download Windows deployment process flows for Microsoft Configuration Manager and Windows Autopilot.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/device-preparation/compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Compare Windows Autopilot device preparation and Windows Autopilot
description: Compare Windows Autopilot device preparation and Windows Autopilot features and when to use each.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/device-preparation/faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
title: Windows Autopilot device preparation FAQ
description: This article provides OEMs, partners, administrators, and users with answers to some frequently asked questions about deploying Windows with Windows Autopilot device preparation.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/device-preparation/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Windows Autopilot device preparation known issues
description: Information regarding known issues that might occur during a Windows Autopilot device preparation deployment. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/device-preparation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Overview of Windows Autopilot device preparation
description: Windows Autopilot device preparation is used to set up and configure new devices, getting them ready for productive use.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/device-preparation/reporting-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Windows Autopilot device preparation reporting and monitoring
description: Reporting and monitoring in Windows Autopilot device preparation.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/device-preparation/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Windows Autopilot device preparation requirements
description: Software, Networking, Licensing, Configuration, and RBAC requirements for Windows Autopilot device preparation. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article.
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/device-preparation/troubleshooting-faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
title: Windows Autopilot device preparation troubleshooting FAQ
description: Troubleshooting of common Windows Autopilot device preparation issues
ms.service: windows-client
ms.subservice: itpro-deploy
ms.subservice: autopilot
ms.localizationpriority: medium
author: frankroj
ms.author: frankroj
Expand Down
2 changes: 1 addition & 1 deletion autopilot/device-preparation/tutorial/scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ms.collection:
- tier1
- highpri
- essentials-get-started
ms.subservice: itpro-deploy
ms.subservice: autopilot
appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.topic: tutorial
ms.collection:
- tier1
- highpri
ms.subservice: itpro-deploy
ms.subservice: autopilot
appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.topic: tutorial
ms.collection:
- tier1
- highpri
ms.subservice: itpro-deploy
ms.subservice: autopilot
appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.topic: tutorial
ms.collection:
- tier1
- highpri
ms.subservice: itpro-deploy
ms.subservice: autopilot
appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.topic: tutorial
ms.collection:
- tier1
- highpri
ms.subservice: itpro-deploy
ms.subservice: autopilot
appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.topic: tutorial
ms.collection:
- tier1
- highpri
ms.subservice: itpro-deploy
ms.subservice: autopilot
appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.topic: tutorial
ms.collection:
- tier1
- highpri
ms.subservice: itpro-deploy
ms.subservice: autopilot
appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.topic: tutorial
ms.collection:
- tier1
- highpri
ms.subservice: itpro-deploy
ms.subservice: autopilot
appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
---
Expand Down
Loading

0 comments on commit a09b834

Please sign in to comment.