Skip to content

Commit 0c118a7

Browse files
[Service Bus] Pick older core-http for service-bus preview.8 🏁 (Azure#12285)
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.
1 parent f2f85ec commit 0c118a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

β€Žcommon/config/rush/common-versions.jsonβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
* This design avoids unnecessary churn in this file.
4242
*/
4343
"allowedAlternativeVersions": {
44+
/**
45+
* Temporary workaround to release service-bus v7 preview.8.
46+
* Supposed to be reverted after the release.
47+
*/
48+
"@azure/core-http": ["^1.1.9"],
4449
"@azure/ms-rest-js": ["^2.0.0"],
4550
/**
4651
* For example, allow some projects to use an older TypeScript compiler

β€Žsdk/servicebus/service-bus/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@azure/abort-controller": "^1.0.0",
100100
"@azure/core-amqp": "2.0.0-beta.1",
101101
"@azure/core-asynciterator-polyfill": "^1.0.0",
102-
"@azure/core-http": "^1.2.0",
102+
"@azure/core-http": "^1.1.9",
103103
"@azure/core-tracing": "1.0.0-preview.9",
104104
"@azure/core-paging": "^1.1.1",
105105
"@azure/core-auth": "^1.1.3",

0 commit comments

Comments
Β (0)