runner-images icon indicating copy to clipboard operation
runner-images copied to clipboard

Windows SDK 26100 is missing from the windows2022 image

Open fpribeiro opened this issue 4 months ago • 4 comments

Description

The Windows 2022 image has Windows Driver Kit (WDK) 26100 but does not contain SDK 26100 (the latest SDK included is 22621).

Platforms affected

  • [X] Azure DevOps
  • [ ] GitHub Actions - Standard Runners
  • [ ] GitHub Actions - Larger Runners

Runner images affected

  • [ ] Ubuntu 20.04
  • [ ] Ubuntu 22.04
  • [ ] Ubuntu 24.04
  • [ ] macOS 12
  • [ ] macOS 13
  • [ ] macOS 13 Arm64
  • [ ] macOS 14
  • [ ] macOS 14 Arm64
  • [ ] macOS 15
  • [ ] macOS 15 Arm64
  • [ ] Windows Server 2019
  • [X] Windows Server 2022

Image version and build link

windows-2022 20240929.1.1

Is it regression?

No

Expected behavior

Image contains SDK 26100 and WDK 26100

Actual behavior

Image contains SDK 22621 and WDK 26100

Repro steps

Build a project that requires APIs published in SDK 26100 and the build will fail.

fpribeiro avatar Oct 04 '24 17:10 fpribeiro