Skip to content

Commit

Permalink
[Service Bus] Pick older core-http for service-bus preview.8 馃弫 (#12285)
Browse files Browse the repository at this point in the history
Pick older core-http(~~1.1.6~~ 1.1.9) for service-bus preview.8 since 1.2.0 is not released.

This will be reverted once the service-bus preview.8 is released.
  • Loading branch information
HarshaNalluru committed Nov 4, 2020
1 parent f2f85ec commit 0c118a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
* This design avoids unnecessary churn in this file.
*/
"allowedAlternativeVersions": {
/**
* Temporary workaround to release service-bus v7 preview.8.
* Supposed to be reverted after the release.
*/
"@azure/core-http": ["^1.1.9"],
"@azure/ms-rest-js": ["^2.0.0"],
/**
* For example, allow some projects to use an older TypeScript compiler
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/service-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@azure/abort-controller": "^1.0.0",
"@azure/core-amqp": "2.0.0-beta.1",
"@azure/core-asynciterator-polyfill": "^1.0.0",
"@azure/core-http": "^1.2.0",
"@azure/core-http": "^1.1.9",
"@azure/core-tracing": "1.0.0-preview.9",
"@azure/core-paging": "^1.1.1",
"@azure/core-auth": "^1.1.3",
Expand Down

0 comments on commit 0c118a7

Please sign in to comment.