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

@ -27,7 +27,7 @@ from .tasks.main import Task
DEFAULT_OS = {
OS.linux: "Canonical:UbuntuServer:18.04-LTS:latest",
OS.windows: "MicrosoftWindowsDesktop:Windows-10:rs5-pro:latest",
OS.windows: "MicrosoftWindowsDesktop:Windows-10:20h2-pro:latest",
}
DEFAULT_SKU = "Standard_DS1_v2"