Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 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
12 changes: 6 additions & 6 deletions .azure-pipelines/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- job: 'Build'

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'

steps:
- task: NodeTool@0
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- 'Build'

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'

steps:
- task: NodeTool@0
Expand Down Expand Up @@ -92,19 +92,19 @@ jobs:
matrix:
Linux_Node6:
OSName: 'Linux'
OSVmImage: 'ubuntu-16.04'
OSVmImage: 'ubuntu-20.04'
NodeVersion: '6.x'
Linux_Node8:
OSName: 'Linux'
OSVmImage: 'ubuntu-16.04'
OSVmImage: 'ubuntu-20.04'
NodeVersion: '8.x'
Linux_Node10:
OSName: 'Linux'
OSVmImage: 'ubuntu-16.04'
OSVmImage: 'ubuntu-20.04'
NodeVersion: '10.x'
Linux_Node11:
OSName: 'Linux'
OSVmImage: 'ubuntu-16.04'
OSVmImage: 'ubuntu-20.04'
NodeVersion: '11.x'
macOS_Node6:
OSName: 'macOS'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@octokit/rest": "^15.17.0",
"@types/request": "^2.0.3",
"adal-node": "^0.1.22",
"adal-node": "^0.2.2",
"async": "^2.5.0",
"azure-arm-hdinsight": "^0.12.0",
"azure-arm-hdinsight-jobs": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions runtime/ms-rest-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/azure-sdk-for-node"
},
"version": "3.0.1",
"version": "3.0.2",
"description": "Client Runtime for Node.js Azure client libraries generated using AutoRest",
"tags": [
"node",
Expand All @@ -25,7 +25,7 @@
"types": "./index.d.ts",
"license": "MIT",
"dependencies": {
"adal-node": "^0.1.28",
"adal-node": "^0.2.2",
"async": "2.6.0",
"ms-rest": "^2.3.2",
"uuid": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion runtime/ms-rest-azure/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"async": "0.2.7",
"uuid": "2.0.1",
"adal-node": "0.1.16",
"adal-node": "0.2.2",
"ms-rest": "file:../../ms-rest"
},
"devDependencies": {
Expand Down