Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

test: Add Feb security patch #4298

Merged
merged 1 commit into from
Mar 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vhd/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function Install-WindowsPatches {

# 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/01/windows10.0-kb4598230-x64_f69498ce0cac1307eb0e6701ca334ff332364289.msu")
$patchUrls = @("http://download.windowsupdate.com/d/msdownload/update/software/secu/2021/02/windows10.0-kb4601345-x64_6dfee9d6f028678d7988eb35cd5c0867bf96e4c6.msu")
}
'2004' {
# Windows Server, Version 2004 update history can be found at https://support.microsoft.com/en-us/help/4555932
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/windows-2019-vars.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"image_publisher": "MicrosoftWindowsServer",
"image_offer": "WindowsServer",
"image_sku": "2019-Datacenter-Core-smalldisk",
"image_version": "17763.1518.2010132039",
"image_version": "17763.1697.2101090203",
Copy link
Contributor

Choose a reason for hiding this comment

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

since the image is already available in Azure we could use the image and not have to install the patches:

az vm image show --urn MicrosoftWindowsServer:WindowsServer:2019-Datacenter-Core-smalldisk:latest --query name
"17763.1757.2102060435"

"windows_server_version": "2019"
}