From 8263f551d27ccd059464e26eeb905afbf9d4a32a Mon Sep 17 00:00:00 2001 From: Chris Selzo Date: Tue, 28 Jul 2026 14:06:18 -0700 Subject: [PATCH] CI: Switch to Standard_D2ds_v5 Azure vm type Standard_DS2_v2 is scheduled to be retired on 07/31/2026 ref https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/lifecycle/retirement/d-ds-dv2-dsv2-ls-series-migration-guide ai-assisted=yes [TNZ-88995] --- ci/pipelines/stemcells-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipelines/stemcells-windows.yml b/ci/pipelines/stemcells-windows.yml index e30f534e0..eee70ee0d 100644 --- a/ci/pipelines/stemcells-windows.yml +++ b/ci/pipelines/stemcells-windows.yml @@ -1855,7 +1855,7 @@ jobs: STORAGE_ACCOUNT: unpublishedstemcells SUBSCRIPTION_ID: ((koala_azure_credentials_json.subscription_id)) TENANT_ID: ((koala_azure_credentials_json.tenant_id)) - VM_SIZE: Standard_DS2_v2 + VM_SIZE: Standard_D2ds_v5 VM_PREFIX: packer-prod-((BASE_OS_VERSION)) MOUNT_EPHEMERAL_DISK: true ensure: