Π·Π΅Ρ€ΠΊΠ°Π»ΠΎ ΠΈΠ·
1
0
Π€ΠΎΡ€ΠΊΠ½ΡƒΡ‚ΡŒ 0

[Service Bus] Pick older core-http for service-bus preview.8 🏁 (#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.
This commit is contained in:
Harsha Nalluru 2020-11-04 15:48:27 -08:00 ΠΊΠΎΠΌΠΌΠΈΡ‚ ΠΏΡ€ΠΎΠΈΠ·Π²Ρ‘Π» GitHub
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ f2f85ec4f7
ΠšΠΎΠΌΠΌΠΈΡ‚ 0c118a73a7
НС Π½Π°ΠΉΠ΄Π΅Π½ ΠΊΠ»ΡŽΡ‡, ΡΠΎΠΎΡ‚Π²Π΅Ρ‚ΡΡ‚Π²ΡƒΡŽΡ‰ΠΈΠΉ Π΄Π°Π½Π½ΠΎΠΉ подписи
Π˜Π΄Π΅Π½Ρ‚ΠΈΡ„ΠΈΠΊΠ°Ρ‚ΠΎΡ€ ΠΊΠ»ΡŽΡ‡Π° GPG: 4AEE18F83AFDEB23
2 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 6 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 1 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -41,6 +41,11 @@
* This design avoids unnecessary churn in this file. * This design avoids unnecessary churn in this file.
*/ */
"allowedAlternativeVersions": { "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"], "@azure/ms-rest-js": ["^2.0.0"],
/** /**
* For example, allow some projects to use an older TypeScript compiler * For example, allow some projects to use an older TypeScript compiler

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -99,7 +99,7 @@
"@azure/abort-controller": "^1.0.0", "@azure/abort-controller": "^1.0.0",
"@azure/core-amqp": "2.0.0-beta.1", "@azure/core-amqp": "2.0.0-beta.1",
"@azure/core-asynciterator-polyfill": "^1.0.0", "@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-tracing": "1.0.0-preview.9",
"@azure/core-paging": "^1.1.1", "@azure/core-paging": "^1.1.1",
"@azure/core-auth": "^1.1.3", "@azure/core-auth": "^1.1.3",