Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2296 from amarzavery/release-2.2.1-preview
Browse files Browse the repository at this point in the history
Restricting dependency on "moment" from "^2.18.1" to "~2.18.1" due to bugs in 2.19.0.
  • Loading branch information
amarzavery committed Oct 11, 2017
2 parents 5d737ea + 17a792f commit 92fddf5
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 24 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2017.10.11 version 2.2.1-preview
* Restricting dependency on "moment" from "^2.18.1" to "~2.18.1" due to bugs in 2.19.0. Updated packages are:
* azure
* azure-batch
* azure-monitor
* azure-arm-monitor
* azure-asm-website
* ms-rest
* ms-rest-azure

## 2017.09.29 version 2.2.0-preview
* Added **new** client libraries for following ARM services:
* Api Management ([azure-arm-apimanagement](https://www.npmjs.com/search?q=azure-arm-apimanagement))
Expand Down
2 changes: 1 addition & 1 deletion lib/services/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ms-rest": "^2.2.2",
"ms-rest-azure": "^2.3.3",
"underscore": "^1.8.3",
"moment": "^2.18.1",
"moment": "~2.18.1",
"@types/underscore": "^1.8.0"
},
"homepage": "http://github.com/Azure/azure-sdk-for-node",
Expand Down
4 changes: 2 additions & 2 deletions lib/services/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Kulkarni, Jagadish <jagadisk@microsoft.com>",
"Calderon-Meza, Guillermo <gucalder@microsoft.com>"
],
"version": "1.0.0-preview",
"version": "1.0.1-preview",
"description": "Microsoft Azure Monitor Client Library for node",
"tags": [
"azure",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"ms-rest": "^2.2.2",
"ms-rest-azure": "^2.3.3",
"moment": "^2.18.1"
"moment": "~2.18.1"
},
"homepage": "http://github.com/Azure/azure-sdk-for-node",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions lib/services/monitorManagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Kulkarni, Jagadish <jagadisk@microsoft.com>",
"Calderon-Meza, Guillermo <gucalder@microsoft.com>"
],
"version": "1.0.0-preview",
"version": "1.0.1-preview",
"description": "Microsoft Azure Monitor Management Client Library for node",
"tags": [
"azure",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"ms-rest": "^2.2.2",
"ms-rest-azure": "^2.3.3",
"moment": "^2.18.1"
"moment": "~2.18.1"
},
"homepage": "http://github.com/Azure/azure-sdk-for-node",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions lib/services/webSiteManagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Rodrigues, Andre <andrerod@microsoft.com>",
"Tavares, Chris <ctavares@microsoft.com>"
],
"version": "0.10.5",
"version": "0.10.6",
"description": "Microsoft Azure WebSite Management Client Library for node",
"tags": [
"azure",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"azure-common": "^0.9.17",
"underscore": "^1.8.3",
"moment": "^2.18.1"
"moment": "~2.18.1"
},
"homepage": "http://github.com/Azure/azure-sdk-for-node",
"repository": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Lu, Jianghao <jianghlu@microsoft.com>",
"Krishnan, Balaji <Balaji.Krishnan@microsoft.com>"
],
"version": "2.2.0-preview",
"version": "2.2.1-preview",
"description": "Microsoft Azure Client Library for node",
"tags": [
"azure",
Expand Down Expand Up @@ -64,9 +64,9 @@
"azure-arm-marketplaceordering": "1.0.0-preview",
"azure-arm-mediaservices": "1.1.0-preview",
"azure-arm-mobileengagement": "1.0.0-preview",
"azure-arm-monitor": "1.0.0-preview",
"azure-arm-monitor": "1.0.1-preview",
"azure-arm-mysql": "1.1.0-preview",
"azure-arm-network": "4.0.0",
"azure-arm-network": "4.0.1",
"azure-arm-notificationhubs": "1.1.0",
"azure-arm-operationalinsights": "1.1.0",
"azure-arm-operations": "1.0.0-preview",
Expand Down Expand Up @@ -104,24 +104,24 @@
"azure-asm-store": "0.10.2",
"azure-asm-subscription": "0.10.2",
"azure-asm-trafficmanager": "0.10.4",
"azure-asm-website": "0.10.5",
"azure-batch": "2.2.0",
"azure-asm-website": "0.10.6",
"azure-batch": "3.0.0",
"azure-common": "0.9.18",
"azure-extra": "0.2.14",
"azure-gallery": "2.0.0-pre.20",
"azure-graph": "2.2.0",
"azure-keyvault": "2.0.1-preview",
"azure-monitor": "1.0.0-preview",
"azure-monitor": "1.0.1-preview",
"azure-monitoring": "0.10.5",
"azure-sb": "0.10.5",
"azure-scheduler": "0.10.3",
"azure-servicefabric": "2.0.0-preview",
"azure-storage": "1.3.0",
"azure-storage-legacy": "0.10.2",
"mime": "~1.2.4",
"moment": "^2.18.1",
"ms-rest": "^2.2.2",
"ms-rest-azure": "^2.3.4",
"moment": "~2.18.1",
"ms-rest": "^2.2.3",
"ms-rest-azure": "^2.4.1",
"request": "^2.81.0",
"underscore": "1.8.3",
"uuid": "^3.0.1"
Expand Down
3 changes: 3 additions & 0 deletions runtime/ms-rest-azure/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.4.1 (10/11/2017)
- Restricting dependency on "moment" from "^2.18.1" to "~2.18.1" due to bugs in 2.19.0

### 2.4.0 (10/03/2017)
- Bug fix: Renamed `loginwithAuthFile` to `loginWithAuthFile`.

Expand Down
6 changes: 3 additions & 3 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": "2.4.0",
"version": "2.4.1",
"description": "Client Runtime for Node.js Azure client libraries generated using AutoRest",
"tags": [
"node",
Expand All @@ -28,8 +28,8 @@
"async": "2.5.0",
"uuid": "^3.1.0",
"adal-node": "^0.1.17",
"ms-rest": "^2.2.2",
"moment": "^2.18.1",
"ms-rest": "^2.2.3",
"moment": "~2.18.1",
"@types/uuid": "^3.4.2",
"@types/node": "^8.0.25"
},
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 @@ -24,7 +24,7 @@
"mocha": "2.2.5",
"nock": "^9.0.14",
"should": "5.2.0",
"moment": "*"
"moment": "~2.18.1"
},
"homepage": "https://github.com/Azure/azure-sdk-for-node/runtime/ms-rest-azure/test",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions runtime/ms-rest/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 2.2.3 (10/11/2017)
- Restricting dependency on "moment" from "^2.18.1" to "~2.18.1" due to bugs in 2.19.0
### 2.2.2
- Add a utility function to provide user's home directory.

Expand Down
4 changes: 2 additions & 2 deletions runtime/ms-rest/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": "2.2.2",
"version": "2.2.3",
"description": "Client Runtime for Node.js client libraries generated using AutoRest",
"tags": [
"node",
Expand All @@ -29,7 +29,7 @@
"duplexer": "~0.1.1",
"is-buffer": "^1.1.5",
"is-stream": "^1.1.0",
"moment": "^2.14.1",
"moment": "~2.18.1",
"request": "^2.74.0",
"through": "~2.3.4",
"tunnel": "~0.0.2",
Expand Down
4 changes: 2 additions & 2 deletions runtime/ms-rest/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tags": ["node", "microsoft", "autorest", "clientruntime"],
"keywords": ["node", "microsoft", "autorest", "clientruntime"],
"main": "../lib/msRest.js",
"licenses": "MIT",
"license": "MIT",
"dependencies": {
"underscore": "1.4.x",
"tunnel": "~0.0.2",
Expand All @@ -24,7 +24,7 @@
"xunit-file": "0.0.5",
"mocha": "2.2.5",
"should": "5.2.0",
"moment": "*"
"moment": "~2.18.1"
},
"homepage": "https://github.com/Azure/AutoRest/src/client/NodeJS/ms-rest/test",
"repository": {
Expand Down

0 comments on commit 92fddf5

Please sign in to comment.