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 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
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
3 changes: 2 additions & 1 deletion runtime/ms-rest-azure/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### 3.0.1 (Unreleased)
### 3.0.1 (11/10/2021)
- Change the dependencies of adal-node from 0.1.28 to 0.2.2. for issue [issue #5215](https://github.com/Azure/azure-sdk-for-node/issues/5212)
- Remove unused dependency on `moment`. For issue [issue #5157](https://github.com/Azure/azure-sdk-for-node/issues/5157)

### 3.0.0 (07/11/2019)
Expand Down
2 changes: 1 addition & 1 deletion runtime/ms-rest-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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