From 9f0db89f46e2b06947185a86b6efd7138737cdab Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com> Date: Wed, 7 Jul 2021 11:50:33 -0700 Subject: [PATCH] Switch ubuntu 18 to ubuntu 20 (#1782) Update Ubuntu VM image from 18 to 20 --- .../pipelines/templates/jobs/archetype-sdk-tests-generate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate.yml b/eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate.yml index 2bf2bd97cdb..a392065ad3d 100644 --- a/eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate.yml +++ b/eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate.yml @@ -27,10 +27,10 @@ parameters: default: [] - name: Pool type: string - default: azsdk-pool-mms-ubuntu-1804-general + default: azsdk-pool-mms-ubuntu-2004-general - name: OsVmImage type: string - default: MMSUbuntu18.04 + default: MMSUbuntu20.04 # This parameter is only necessary if there are multiple invocations of this template within the SAME STAGE. # When that occurs, provide a name other than the default value. - name: GenerateJobName