Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Service Bus] Update to use core-amqp #4794

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
260b0e6
[Event Hubs] Introduce timeoutInMs on RetryOptions (#4239)
ramya0820 Jul 11, 2019
c74f5e4
Merge branch 'master' of https://github.com/ramya0820/azure-sdk-for-js
Jul 13, 2019
00016cb
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js
ramya0820 Jul 15, 2019
5c12c13
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js
ramya0820 Jul 16, 2019
2081256
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js
Jul 17, 2019
f3511e0
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js
ramya0820 Jul 19, 2019
7f00436
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js
ramya0820 Jul 20, 2019
e2dc78b
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js
Jul 23, 2019
232390c
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js
Jul 23, 2019
b23f2ff
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js
Aug 13, 2019
5c50684
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js
Aug 15, 2019
0b0a2cc
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js
Aug 15, 2019
562450c
Update @azure/service-bus library
Aug 16, 2019
f42a239
Fix build
Aug 16, 2019
df6f6f9
Pull in samples and tests updates from master
Aug 19, 2019
6d742ff
Pull in updates to rollup scripts
Aug 19, 2019
8e436c5
Fix build, exclude AAD related tests
Aug 19, 2019
be7d640
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js in…
Sep 13, 2019
1da1130
Adjust time unit
Sep 13, 2019
6d9d957
Fix build
Sep 13, 2019
03b4815
Revert arm-servicebus change
Sep 13, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
* instead of the latest version.
*/
// "some-library": "1.2.3"

// This is required to allow for backward compatibility with Service Bus Track 1
// Workaround for microsoft/web-build-tools#1415
// TODO: Remove this once Service Bus is updated to use current depenedencies as part of Track 2
"rhea-promise": "^0.1.15"
},
/**
* The "rush check" command can be used to enforce that every project in the repo must specify
Expand All @@ -40,11 +35,6 @@
// "typescript": [
// "~2.4.0"
// ]
"@azure/ms-rest-js": ["^2.0.0"],
// Following is required to allow for backward compatibility with Service Bus Track 1
// TODO: Remove this once Service Bus is updated to use current depenedencies as part of Track 2
"rhea-promise": ["^0.1.15"],
// Following is required to allow for backward compatibility with Event Processor Host Track 1
"@azure/event-hubs": ["^2.1.1"]
"@azure/ms-rest-js": ["^2.0.0"]
}
}
Loading