Skip to content

Commit

Permalink
Where applicable, update Windows pools used to `azsdk-pool-mms-win-20…
Browse files Browse the repository at this point in the history
…22-general` and rename `vmImage` to the `windows-20xx` format (#3152)
  • Loading branch information
Konrad Jamrozik authored Feb 21, 2023
1 parent 2e16e56 commit 0e2bf30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stages:
timeoutInMinutes: 120
pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022Compliant
vmImage: windows-2022
steps:
- checkout: self
- checkout: azure-sdk-tools
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/check-code-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- job: ${{ parameters.name }}
pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022Compliant
vmImage: windows-2022
steps:
- task: NodeTool@0
displayName: "Install Node 18.13.0"
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/mgmt-mocktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
timeoutInMinutes: 240
pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022Compliant
vmImage: windows-2022
steps:
- checkout: self
- checkout: azure-sdk-tools
Expand Down

0 comments on commit 0e2bf30

Please sign in to comment.