Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/ci.mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
Linux:
Pool: Azure Pipelines
OSVmImage: "ubuntu-18.04"
OSVmImage: "ubuntu-20.04"
Windows:
Pool: Azure Pipelines
OSVmImage: "windows-2019"
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/templates/stages/archetype-net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ stages:
dependsOn: TagRepository

pool:
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04
name: azsdk-pool-mms-ubuntu-2004-general
vmImage: MMSUbuntu20.04

strategy:
runOnce:
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"Agent": {
"ubuntu_keyring_container": {
"OSVmImage": "ubuntu-18.04",
"OSVmImage": "ubuntu-20.04",
"Pool": "Azure Pipelines",
"Container": "ubuntu_netcore_keyring"
}
Expand Down
6 changes: 3 additions & 3 deletions sdk/keyvault/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"include": [
{
"Agent": {
"ubuntu-18.04": {
"OSVmImage": "MMSUbuntu18.04",
"Pool": "azsdk-pool-mms-ubuntu-1804-general"
"ubuntu-20.04": {
"OSVmImage": "MMSUbuntu20.04",
"Pool": "azsdk-pool-mms-ubuntu-2004-general"
}
},
"ArmTemplateParameters": "@{ enableHsm = $true }",
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/platform-matrix-all-versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"matrix": {
"Agent": {
"ubuntu-18.04": {
"OSVmImage": "MMSUbuntu18.04",
"Pool": "azsdk-pool-mms-ubuntu-1804-storage"
"ubuntu-20.04": {
"OSVmImage": "MMSUbuntu20.04",
"Pool": "azsdk-pool-mms-ubuntu-2004-storage"
},
"windows-2019": {
"OSVmImage": "MMS2019",
Expand Down