Skip to content

Commit ba6bbba

Browse files
[Service Bus] Revert core-amqp to 2.0.0 (Azure#13401)
Since core-amqp 2.1.0 is not released, reverting to 2.0.0 so that service-bus 7.0.3 can be released. This PR will be reverted after the 7.0.3 release.
1 parent 60d0fa3 commit ba6bbba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

common/config/rush/common-versions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
// "@azure/storage-blob": ["^12.3.0"],
4848

4949
"@azure/ms-rest-js": ["^2.0.0"],
50+
// The following is required for service-bus 7.0.3 release,
51+
// To be reverted once the 7.0.3 is released
52+
"@azure/core-amqp": ["^2.0.0"],
5053
/**
5154
* For example, allow some projects to use an older TypeScript compiler
5255
* (in addition to whatever "usual" version is being used by other projects in the repo):

sdk/servicebus/service-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"dependencies": {
9797
"@azure/abort-controller": "^1.0.0",
98-
"@azure/core-amqp": "^2.1.0",
98+
"@azure/core-amqp": "^2.0.0",
9999
"@azure/core-asynciterator-polyfill": "^1.0.0",
100100
"@azure/core-http": "^1.2.0",
101101
"@azure/core-tracing": "1.0.0-preview.9",

0 commit comments

Comments
 (0)