diff --git a/pkg/api/azenvtypes.go b/pkg/api/azenvtypes.go index fb0cd980f0..32b048e0bf 100644 --- a/pkg/api/azenvtypes.go +++ b/pkg/api/azenvtypes.go @@ -146,7 +146,7 @@ var ( ImageOffer: "WindowsServer", ImageSku: "2019-Datacenter-Core-with-Containers-smalldisk", ImagePublisher: "MicrosoftWindowsServer", - ImageVersion: "17763.1637.2012040632", + ImageVersion: "17763.1757.2102060435", } // ACC1604OSImageConfig is the ACC image based on Ubuntu 16.04. diff --git a/vhd/packer/configure-windows-vhd.ps1 b/vhd/packer/configure-windows-vhd.ps1 index cedca2a328..fca8ae4ec0 100644 --- a/vhd/packer/configure-windows-vhd.ps1 +++ b/vhd/packer/configure-windows-vhd.ps1 @@ -195,9 +195,9 @@ function Install-WindowsPatches { # Windows Server 2019 update history can be found at https://support.microsoft.com/en-us/help/4464619 # then you can get download links by searching for specific KBs at http://www.catalog.update.microsoft.com/home.aspx - # KB4598230 contains January 12, 2021 cumulative updates for Windows Server 2019 - # https://www.catalog.update.microsoft.com/Search.aspx?q=KB4598230 - $patchUrls = @("http://download.windowsupdate.com/d/msdownload/update/software/secu/2021/02/windows10.0-kb4601345-x64_6dfee9d6f028678d7988eb35cd5c0867bf96e4c6.msu") + # KB4598230 contains March 9, 2021 cumulative updates for Windows Server 2019 + # https://www.catalog.update.microsoft.com/Search.aspx?q=KB5000822 + $patchUrls = @("http://download.windowsupdate.com/c/msdownload/update/software/secu/2021/03/windows10.0-kb5000822-x64_567b66c719842beeaaf49e6332aa6f3477c225a7.msu") } '2004' { # Windows Server, Version 2004 update history can be found at https://support.microsoft.com/en-us/help/4555932 diff --git a/vhd/packer/windows-2019-vars.json b/vhd/packer/windows-2019-vars.json index ab84df9dbd..9086bfb9aa 100644 --- a/vhd/packer/windows-2019-vars.json +++ b/vhd/packer/windows-2019-vars.json @@ -2,6 +2,6 @@ "image_publisher": "MicrosoftWindowsServer", "image_offer": "WindowsServer", "image_sku": "2019-Datacenter-Core-smalldisk", - "image_version": "17763.1697.2101090203", + "image_version": "17763.1757.2102060435", "windows_server_version": "2019" } \ No newline at end of file