mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Merge pull request #10795 from MicrosoftDocs/main
[AutoPublish] main to live - 04/21 15:31 PDT | 04/22 04:01 IST
This commit is contained in:
commit
baaf7d9ea7
9
.github/workflows/StaleBranch.yml
vendored
9
.github/workflows/StaleBranch.yml
vendored
@ -3,11 +3,16 @@ name: (Scheduled) Stale branch removal
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 9 1 * *"
|
- cron: "0 9 1,15-31 * *"
|
||||||
|
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -4,7 +4,7 @@ metadata:
|
|||||||
description: Answers to frequently asked questions about Windows Autopatch.
|
description: Answers to frequently asked questions about Windows Autopatch.
|
||||||
ms.service: windows-client
|
ms.service: windows-client
|
||||||
ms.topic: faq
|
ms.topic: faq
|
||||||
ms.date: 04/11/2025
|
ms.date: 04/21/2025
|
||||||
audience: itpro
|
audience: itpro
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
manager: aaroncz
|
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?
|
- question: Can I configure when to move to the next ring or is it controlled by Windows Autopatch?
|
||||||
answer: |
|
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.
|
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
|
- name: Hotpatch updates
|
||||||
questions:
|
questions:
|
||||||
- question: What are the licensing requirements for hotpatch updates?
|
- question: What are the licensing requirements for hotpatch updates?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user