Skip to content

Commit

Permalink
require core-http version of ^1.0.3 (#7429)
Browse files Browse the repository at this point in the history
* require core-http version of ^1.0.3

Increase minimum core-http version from 1.0.0 to 1.0.3 to incorporate important bug fixes.

One data-loss bug fixed in 1.0.3 is #6656

* Update rest of storage libraries to depend on core-http 1.0.3

* Make core-http 1.0.3 the alternative/exception

Co-authored-by: Jeremy Meng <[email protected]>
  • Loading branch information
joelrbrandt and jeremymeng authored Feb 24, 2020
1 parent 9423b9b commit 0e8ce69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
*/
"allowedAlternativeVersions": {
"@azure/ms-rest-js": ["^2.0.0"],
"@azure/core-http": ["^1.0.3"],
/**
* For example, allow some projects to use an older TypeScript compiler
* (in addition to whatever "usual" version is being used by other projects in the repo):
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/core-http": "^1.0.0",
"@azure/core-http": "^1.0.3",
"@azure/core-lro": "^1.0.0",
"@azure/core-paging": "^1.0.0",
"@azure/core-tracing": "1.0.0-preview.7",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-datalake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/core-http": "^1.0.0",
"@azure/core-http": "^1.0.3",
"@azure/core-paging": "^1.0.0",
"@azure/core-tracing": "1.0.0-preview.7",
"@azure/logger": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/core-http": "^1.0.0",
"@azure/core-http": "^1.0.3",
"@azure/core-paging": "^1.0.0",
"@azure/core-tracing": "1.0.0-preview.7",
"@azure/logger": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/core-http": "^1.0.0",
"@azure/core-http": "^1.0.3",
"@azure/core-paging": "^1.0.0",
"@azure/core-tracing": "1.0.0-preview.7",
"@azure/logger": "^1.0.0",
Expand Down

0 comments on commit 0e8ce69

Please sign in to comment.