-
Notifications
You must be signed in to change notification settings - Fork 560
Update Batch SDK to API version 2018-03-01.6.1 #2452
Conversation
|
The swagger spec in in PR: Azure/azure-rest-api-specs#2556 |
|
@amarzavery Could you review my PR or add other reviewer? |
lib/services/batch/package.json
Outdated
| "ms-rest-azure": "^2.3.3", | ||
| "underscore": "^1.8.3", | ||
| "moment": "~2.18.1", | ||
| "moment": "^2.18.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to "^2.21.0". This will make sure we will have a version higher than 2.18.1 (2.1.8.1 has security vulnerabilities ).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xingwu1 - Also update the minimum versions of ms-rest and ms-rest-azure to their latest versions ^2.3.2 and ^2.5.4 respectively.
| "ms-rest-azure": "^2.5.4", | ||
| "underscore": "^1.8.3", | ||
| "moment": "^2.18.1", | ||
| "moment": "^2.21.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@xingwu1 - The PR of ms-rest has been merged and the package has been published. |
|
@xingwu1 - Can this PR be merged? |
|
@amarzavery We are ready to be merged. The official swagger spec has been merged. |
No description provided.