[windows-2022, ubuntu-22.04] Change to Generation 2 VM (#13521)

This commit is contained in:
Shamil Mubarakshin
2026-01-12 13:53:29 +01:00
committed by GitHub
parent 1be20d99fa
commit 0d9f87fc06
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
locals {
image_properties_map = {
"ubuntu22" = {
source_image_marketplace_sku = "canonical:0001-com-ubuntu-server-jammy:22_04-lts"
source_image_marketplace_sku = "canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2"
os_disk_size_gb = 75
},
"ubuntu24" = {

View File

@@ -5,7 +5,7 @@ locals {
os_disk_size_gb = 256
},
"win22" = {
source_image_marketplace_sku = "MicrosoftWindowsServer:WindowsServer:2022-Datacenter"
source_image_marketplace_sku = "MicrosoftWindowsServer:WindowsServer:2022-Datacenter-g2"
os_disk_size_gb = 256
},
"win25" = {