From 6190be45d3efaf3a5ad9cf3dd651e86cc4ab3571 Mon Sep 17 00:00:00 2001 From: Akash Malhotra <91348318+UCOwner@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:55:04 -0700 Subject: [PATCH 1/3] Update windows-autopatch-windows-quality-and-feature-update-reports-overview.md --- ...tch-windows-quality-and-feature-update-reports-overview.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-and-feature-update-reports-overview.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-and-feature-update-reports-overview.md index 084a2b1895..66f0f3e54c 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-and-feature-update-reports-overview.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-and-feature-update-reports-overview.md @@ -70,7 +70,9 @@ Users with the following permissions can access the reports: ## About data latency -The data source for these reports is Windows [diagnostic data](../overview/windows-autopatch-privacy.md#microsoft-windows-1011-diagnostic-data). The data typically uploads from enrolled devices once per day. Then, the data is processed in batches before being made available in Windows Autopatch. The maximum end-to-end latency is approximately four hours. +The data source for these reports is Windows [diagnostic data](../overview/windows-autopatch-privacy.md#microsoft-windows-1011-diagnostic-data) and Microsoft Intune.The data typically uploads from enrolled devices every hour. Then, the data is processed in batches before being made available in Windows Autopatch. The maximum end-to-end latency is approximately four hours. + + ## Windows quality and feature update statuses From 6d083e708b2338259ec851266e6f2054eacaf4b3 Mon Sep 17 00:00:00 2001 From: tiaraquan Date: Mon, 31 Mar 2025 12:18:44 -0700 Subject: [PATCH 2/3] Fixed policy refresh interval links --- .../manage/windows-autopatch-windows-feature-update-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-feature-update-overview.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-feature-update-overview.md index be526d3e0b..6e8f9565bc 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-feature-update-overview.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-feature-update-overview.md @@ -133,7 +133,7 @@ The following table is an example of the Windows feature update policies that we ## Pause and resume a release > [!IMPORTANT] -> **Pausing or resuming an update can take up to eight hours to be applied to devices**. Windows Autopatch uses Microsoft Intune as its device management solution and that's the average frequency Windows devices take to communicate back to Microsoft Intune with new instructions to pause, resume, or rollback updates. For more information, see [how long does it take for devices to get a policy, profile, or app after they're assigned from Microsoft Intune](/mem/intune/configuration/device-profile-troubleshoot#how-long-does-it-take-for-devices-to-get-a-policy-profile-or-app-after-they-are-assigned). +> **Pausing or resuming an update can take up to eight hours to be applied to devices**. Windows Autopatch uses Microsoft Intune as its device management solution and that's the average frequency Windows devices take to communicate back to Microsoft Intune with new instructions to pause, resume, or rollback updates. For more information, see [how long does it take for devices to get a policy, profile, or app after they're assigned from Microsoft Intune](/intune/intune-service/configuration/device-profile-troubleshoot#how-long-does-it-take-for-devices-to-get-a-policy-profile-or-app-after-they-are-assigned). **To pause and resume a release:** From d39f1f19ebdea507492b39ba57248b63e6aed9cb Mon Sep 17 00:00:00 2001 From: David Strome <21028455+dstrome@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:33:50 -0700 Subject: [PATCH 3/3] Schedule to 1st of the month at 9am UTC. Disable manual trigger. Disable reporting mode. --- .github/workflows/StaleBranch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/StaleBranch.yml b/.github/workflows/StaleBranch.yml index f55d979291..689edaebdc 100644 --- a/.github/workflows/StaleBranch.yml +++ b/.github/workflows/StaleBranch.yml @@ -5,9 +5,9 @@ permissions: on: schedule: - - cron: "0 */12 * * *" + - cron: "0 9 1 * *" - workflow_dispatch: + # workflow_dispatch: jobs: @@ -21,6 +21,6 @@ jobs: "ExampleBranch1", "ExampleBranch2" ]' - ReportOnly: true + ReportOnly: false secrets: AccessToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file