From b6b55afeaa2e6bb8fc0f8746223032317fbc32f0 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:13:59 +0300 Subject: [PATCH] [ubuntu] change to Standard_D4s_v4 (#2298) --- images/linux/ubuntu1604.json | 2 +- images/linux/ubuntu1804.json | 2 +- images/linux/ubuntu2004.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/linux/ubuntu1604.json b/images/linux/ubuntu1604.json index 038344859..092100f55 100644 --- a/images/linux/ubuntu1604.json +++ b/images/linux/ubuntu1604.json @@ -16,7 +16,7 @@ "imagedata_file": "/imagegeneration/imagedata.json", "installer_script_folder": "/imagegeneration/installers", "helper_script_folder": "/imagegeneration/helpers", - "vm_size": "Standard_DS2_v2", + "vm_size": "Standard_D4s_v4", "capture_name_prefix": "packer", "image_version": "dev", "image_os": "ubuntu16", diff --git a/images/linux/ubuntu1804.json b/images/linux/ubuntu1804.json index 4d6ffe3c8..97f3cc303 100644 --- a/images/linux/ubuntu1804.json +++ b/images/linux/ubuntu1804.json @@ -16,7 +16,7 @@ "imagedata_file": "/imagegeneration/imagedata.json", "installer_script_folder": "/imagegeneration/installers", "helper_script_folder": "/imagegeneration/helpers", - "vm_size": "Standard_DS2_v2", + "vm_size": "Standard_D4s_v4", "capture_name_prefix": "packer", "image_version": "dev", "image_os": "ubuntu18", diff --git a/images/linux/ubuntu2004.json b/images/linux/ubuntu2004.json index 3f31be1a1..a15d3d511 100644 --- a/images/linux/ubuntu2004.json +++ b/images/linux/ubuntu2004.json @@ -16,7 +16,7 @@ "imagedata_file": "/imagegeneration/imagedata.json", "installer_script_folder": "/imagegeneration/installers", "helper_script_folder": "/imagegeneration/helpers", - "vm_size": "Standard_DS2_v2", + "vm_size": "Standard_D4s_v4", "capture_name_prefix": "packer", "image_version": "dev", "image_os": "ubuntu20",