-
Notifications
You must be signed in to change notification settings - Fork 589
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
Sdk migration ServiceBus Queues #750
base: main
Are you sure you want to change the base?
Conversation
@SeanFeldman the PR you asked for so that the issue is not filled with discussions about the implementatie and such |
(I've marked the PR as a draft PR) @Merlijnv, you're doing great 👍 Feel free to adopt or discard: you could go for a Centralized Package Management. Easier to control the versions required by projects. |
@SeanFeldman previous QueueDescription seems to be splitted up into 2 (QueueProperties and QueueRuntimeProperties) So I have to or choose 1 to use or retrieve both. What is your opinion on this? |
Not following.
You'll need both. If you want, you could introduce an abstraction, |
Yeah but for example for the queue overview I only need |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
To make #607 possible we need to migrate the sdk's for servicebus, notificationhub and such to the new sdk.
To make this possible I am going to start with servicebus queues