Skip to content

feat(windows): add 7b non-sec regkeys#8885

Merged
timmy-wright merged 1 commit into
mainfrom
sabina-7b
Jul 13, 2026
Merged

feat(windows): add 7b non-sec regkeys#8885
timmy-wright merged 1 commit into
mainfrom
sabina-7b

Conversation

@smiezah-msft

Copy link
Copy Markdown
Contributor

This PR introduces the July "7B” non-security registry key updates to ensure consistency and compliance with the latest Windows image configuration requirements for AKS node provisioning.
What’s included

Added/updated non-security (non-sec) registry keys aligned with 7B requirements
Ensured keys are applied across relevant Windows SKUs/images used in AgentBaker
Maintained parity with upstream Windows image expectations and servicing guidance

**Why this change
Enables alignment with monthly Patch Tuesday (7B cycle) configuration updates
Ensures AKS node images remain consistent with latest platform expectations
Prevents drift between base OS images and AgentBaker-applied configuration

**Validation
✅ Verified registry key presence post-image bake
✅ Confirmed no regression in image provisioning / node pool creation
✅ Validated against current test pipelines (Hyper-V / containerd scenarios)

**Risk / Impact
Low risk – non-security configuration only
No expected impact to existing workloads or cluster behavior
Changes are scoped strictly to registry configuration

Notes

Follows established monthly release pattern for non-sec updates
Complements security fixes delivered separately in Patch Tuesday cycle

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 10, 2026 18:29
@github-actions

Copy link
Copy Markdown
Contributor

Changes cached containers or packages on windows VHDs

Please get a Windows SIG member to approve.

The following dif file shows any additions or deletions from what will be cached on windows VHDs organised by VHD type.

  • Additions are new things cached.
  • Deletions are things no longer cached.
diff --git a/vhd_files/2025-gen2-tl.txt b/vhd_files/2025-gen2-tl.txt
index 5fc7b9e..a901175 100644
--- a/vhd_files/2025-gen2-tl.txt
+++ b/vhd_files/2025-gen2-tl.txt
@@ -33,0 +34 @@ HKLM:\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides\18
+HKLM:\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides\908168846=1
diff --git a/vhd_files/2025-gen2.txt b/vhd_files/2025-gen2.txt
index 5c054c3..4d7aa19 100644
--- a/vhd_files/2025-gen2.txt
+++ b/vhd_files/2025-gen2.txt
@@ -33,0 +34 @@ HKLM:\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides\18
+HKLM:\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides\908168846=1
diff --git a/vhd_files/2025.txt b/vhd_files/2025.txt
index 1fe4b78..1441011 100644
--- a/vhd_files/2025.txt
+++ b/vhd_files/2025.txt
@@ -33,0 +34 @@ HKLM:\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides\18
+HKLM:\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides\908168846=1

@smiezah-msft smiezah-msft changed the title feat(windows): Add 7b non-sec regkeys feat(windows): add 7b non-sec regkeys Jul 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Windows VHD build configuration (vhdbuilder/packer/windows/windows_settings.json) to include a new July 2026 “7B” non-security registry override, aligning AgentBaker-built Windows images with the latest monthly servicing expectations.

Changes:

  • Added a new FeatureManagement\Overrides registry key entry (Name: 908168846, DWORD: 1) for 2025* Windows SKUs.
  • Tagged the new entry with a Comment marker (2026-7B) to track the monthly rollout.

Comment thread vhdbuilder/packer/windows/windows_settings.json
@timmy-wright

Copy link
Copy Markdown
Contributor

Reviewed failing tests, not related to this PR.

@timmy-wright
timmy-wright merged commit 7cce382 into main Jul 13, 2026
40 of 45 checks passed
@timmy-wright
timmy-wright deleted the sabina-7b branch July 13, 2026 01:59
titilambert pushed a commit that referenced this pull request Jul 13, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants