From 4e8b0514ed966cef2852ba639a939bf13e5d7dfe Mon Sep 17 00:00:00 2001 From: David Strome <21028455+dstrome@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:45:50 -0700 Subject: [PATCH 1/2] Update StaleBranch cron 0 9 1,15-31 * *, enable workflow_dispatch --- .github/workflows/StaleBranch.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/StaleBranch.yml b/.github/workflows/StaleBranch.yml index 689edaebdc..706487d5b2 100644 --- a/.github/workflows/StaleBranch.yml +++ b/.github/workflows/StaleBranch.yml @@ -2,12 +2,17 @@ name: (Scheduled) Stale branch removal permissions: contents: write - + +# This workflow is designed to be run in the days up to, and including, a "deletion day", specified by 'DeleteOnDayOfMonth' in env: in https://github.com/MicrosoftDocs/microsoft-365-docs/blob/workflows-prod/.github/workflows/Shared-StaleBranch.yml. +# On the days leading up to "deletion day", the workflow will report the branches to be deleted. This lets users see which branches will be deleted. On "deletion day", those branches are deleted. +# The workflow should not be configured to run after "deletion day" so that users can review the branches were deleted. +# Recommendation: configure cron to run on days 1,15-31 where 1 is what's configured in 'DeleteOnDayOfMonth'. If 'DeleteOnDayOfMonth' is set to something else, update cron to run the two weeks leading up to it. + on: schedule: - - cron: "0 9 1 * *" + - cron: "0 9 1,15-31 * *" - # workflow_dispatch: + workflow_dispatch: jobs: From 64e94a17cd5cf8df798c75cf24dd99b83a597af8 Mon Sep 17 00:00:00 2001 From: tiaraquan Date: Mon, 21 Apr 2025 12:13:08 -0700 Subject: [PATCH 2/2] Added Feature Update option question and answer --- .../overview/windows-autopatch-faq.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopatch/overview/windows-autopatch-faq.yml b/windows/deployment/windows-autopatch/overview/windows-autopatch-faq.yml index 6213202ab5..b23c1587ec 100644 --- a/windows/deployment/windows-autopatch/overview/windows-autopatch-faq.yml +++ b/windows/deployment/windows-autopatch/overview/windows-autopatch-faq.yml @@ -4,7 +4,7 @@ metadata: description: Answers to frequently asked questions about Windows Autopatch. ms.service: windows-client ms.topic: faq - ms.date: 04/11/2025 + ms.date: 04/21/2025 audience: itpro ms.localizationpriority: medium manager: aaroncz @@ -97,6 +97,18 @@ sections: - question: Can I configure when to move to the next ring or is it controlled by Windows Autopatch? answer: | You're in full control over when updates are deployed to their devices. Autopatch groups will recommend a set of intelligent defaults but those are fully customizable so that you can achieve your desired rollout. + - question: What is the expected behavior for turning on the Feature Update option for Autopatch groups? + answer: | + Starting in April 2025, default policies aren't created for new Autopatch customers. Existing customers will continue to receive support until Windows 10 reaches its End-of-Service (EOS). However, these policies won't transition to Windows 11. + + If you created an Autopatch group before April 2025: + - The Feature Update option is unselected by default. + - Selecting the Feature Update option creates a feature update policy for the newly created Autopatch group. This doesn't affect the Global DSS policy. + - The Feature Update option doesn't affect existing releases created before April 2025; these releases remain unchanged + + If you created an Autopatch group after April 2025: + - Selecting the Feature Update option creates a feature update policy and assigns it to all its deployment rings. + - Global DSS policy isn't affected. - name: Hotpatch updates questions: - question: What are the licensing requirements for hotpatch updates?