Updating Windows Default Image from RS5-Pro to 20H2-Pro (#469)

RS5-Pro is no longer updated in the Azure Marketplace. In order to ensure the Windows 10 VMs are regularly updated, we need to switch the default image to 20H2-Pro, which is regularly maintained.
This commit is contained in:
nharper285
2021-01-27 05:46:46 -08:00
committed by GitHub
parent cfcf493a23
commit 24685ca8df
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ ONEFUZZ_GUID_NAMESPACE = uuid.UUID("27f25e3f-6544-4b69-b309-9b096c5a9cbc")
ONE_HOUR_IN_SECONDS = 3600
DEFAULT_LINUX_IMAGE = "Canonical:UbuntuServer:18.04-LTS:latest"
DEFAULT_WINDOWS_IMAGE = "MicrosoftWindowsDesktop:Windows-10:rs5-pro:latest"
DEFAULT_WINDOWS_IMAGE = "MicrosoftWindowsDesktop:Windows-10:20h2-pro:latest"
REPRO_SSH_FORWARD = "1337:127.0.0.1:1337"