Skip to content

Commit 8dadc7f

Browse files
authored
Merge pull request #8358 from MicrosoftDocs/main
Auto push to live 2025-03-03 02:00:02
2 parents 4e02c39 + 7a32d99 commit 8dadc7f

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

support/azure/azure-kubernetes/extensions/changes-in-kubernetes-event-driven-autoscaling-add-on-214-215.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Guide to prepare AKS clusters for KEDA 2.15 and 2.14 breaking changes
33
description: Explores the key breaking changes that are introduced in KEDA 2.15 and 2.14 and provides a guide to prepare your Azure Kubernetes Service (AKS) clusters for these updates.
44
ms.service: azure-kubernetes-service
5-
ms.date: 10/17/2024
5+
ms.date: 03/03/2025
66
ms.reviewer: albarqaw, v-weizhu
77
#Customer intent: As an Azure Kubernetes user, I want to understand changes in Event-driven Autoscaling Add-ons version 2.15 and version 2.14.
88
ms.custom: sap:Extensions, Policies and Add-Ons
@@ -14,7 +14,7 @@ This article explores the key breaking changes that are introduced in Event-driv
1414

1515
## Breaking changes in KEDA 2.15 and 2.14
1616

17-
Your AKS cluster Kubernetes version determines which KEDA version will be installed on your AKS cluster. For AKS clusters that are running Kubernetes version 1.30, KEDA add-on version 2.14 is installed. The upcoming release of Kubernetes 1.31 on Azure will ship together with KEDA add-on version 2.15.
17+
Your AKS cluster Kubernetes version determines which KEDA version will be installed on your AKS cluster. For AKS clusters that are running Kubernetes version 1.30, KEDA add-on version 2.14 is installed. The upcoming release of Kubernetes 1.32 on Azure will ship together with KEDA add-on version 2.15.
1818

1919
### KEDA 2.15
2020

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: No Option to Check Online for Updates from Microsoft Update
3+
description: Fixes an issue in which the Check online for updates from Microsoft Update option is unavailable after upgrading an OS to Windows 11, version 24H2.
4+
ms.date: 03/03/2025
5+
ms.reviewer: kaushika, lamosley
6+
ms.custom: sap:Operating Systems Deployment (OSD)\Task Sequence Step for Applying Windows Settings
7+
---
8+
# "Check online for updates from Microsoft Update" option is unavailable
9+
10+
## Symptoms
11+
12+
After you upgrade an operating system to Windows 11, version 24H2 using a task sequence in Configuration Manager, the **Check online for updates from Microsoft Update** option becomes invisible and unavailable.
13+
14+
## Cause
15+
16+
Before the upgrade, the task sequence engine enables the following local group policy to prevent the client from connecting to Microsoft Update:
17+
18+
- **Do not connect to any Windows Update Internet locations**
19+
20+
> [!NOTE]
21+
> The group policy is located under **Local Computer Policy** > **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service**.
22+
23+
Once the upgrade is complete and the task sequence finishes, the task sequence disables the group policy. This group policy is controlled by the following registry key:
24+
25+
- Registry key: `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate`
26+
- Value name: `DoNotConnectToWindowsUpdateInternetLocations`
27+
- Value data:
28+
- `1` = **Enabled**
29+
- `0` = **Disabled**
30+
31+
However, when the registry value is set to `0`, the **Check online for updates from Microsoft Update** option is hidden in Windows 11, version 24H2.
32+
33+
## Resolution
34+
35+
To resolve this issue, change the state of the local group policy to **Not Configured**, which removes the registry value (`DoNotConnectToWindowsUpdateInternetLocations`).

support/mem/configmgr/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ items:
257257
href: os-deployment/dynamic-media-cannot-get-mp-locations.md
258258
- name: Enable BitLocker task fails with error 80070057
259259
href: os-deployment/enable-bitlocker-task-fails-error-80070057.md
260+
- name: No option to check online for updates
261+
href: os-deployment/check-online-updates-unavailable.md
260262
- name: The Capture User State task fails
261263
href: os-deployment/capture-user-state-task-fails.md
262264
- name: Get network captures in Windows PE

0 commit comments

Comments
 (0)