Skip to content

Commit cb1bf97

Browse files
azure-sdkKonrad Jamrozik
andauthored
Sync eng/common directory with azure-sdk-tools for PR 6004 (Azure#25598)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#6004 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Konrad Jamrozik <[email protected]>
1 parent e4e0e79 commit cb1bf97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parameters:
3030
default: azsdk-pool-mms-ubuntu-2204-general
3131
- name: OsVmImage
3232
type: string
33-
default: MMSUbuntu22.04
33+
default: ubuntu-22.04
3434
# This parameter is only necessary if there are multiple invocations of this template within the SAME STAGE.
3535
# When that occurs, provide a name other than the default value.
3636
- name: GenerateJobName

eng/common/pipelines/templates/jobs/prepare-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- job: PreparePipelines
2222
pool:
2323
name: azsdk-pool-mms-ubuntu-2204-general
24-
vmImage: MMSUbuntu22.04
24+
vmImage: ubuntu-22.04
2525
steps:
2626
- template: /eng/common/pipelines/templates/steps/install-pipeline-generation.yml
2727
- template: /eng/common/pipelines/templates/steps/set-default-branch.yml

eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stages:
2626
Image: windows-2022
2727
Linux:
2828
Pool: azsdk-pool-mms-ubuntu-2204-general
29-
Image: MMSUbuntu22.04
29+
Image: ubuntu-22.04
3030
Mac:
3131
Pool: Azure Pipelines
3232
Image: macos-11

0 commit comments

Comments
 (0)