Skip to content

Commit

Permalink
fix: remove security patch for 23H2
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiezhang1997 committed Apr 10, 2024
1 parent 60eba8d commit 53586e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ switch -Regex ($windowsSku) {
)
}
"23H2*" {
$global:patchUrls = @("https://catalog.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/b76e5371-a72b-4c72-8a98-7714e89d11a0/public/windows11.0-kb5036910-x64_4b455aa7ad2f9ed599ac9072f93f4259069a8e66.msu")
$global:patchIDs = @("KB5036910")
$global:patchUrls = @()
$global:patchIDs = @()
$global:imagesToPull = @(
"mcr.microsoft.com/windows/servercore:ltsc2022",
Expand Down

0 comments on commit 53586e5

Please sign in to comment.