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] ServiceBusAdministrationClient #15090

Closed
6 of 7 tasks
richardpark-msft opened this issue Jul 19, 2021 · 1 comment · Fixed by #16044
Closed
6 of 7 tasks

[service-bus] ServiceBusAdministrationClient #15090

richardpark-msft opened this issue Jul 19, 2021 · 1 comment · Fixed by #16044
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved. Service Bus

Comments

@richardpark-msft
Copy link
Member

richardpark-msft commented Jul 19, 2021

Track 2 SDKs should have a top level client that manages communication with the Service Bus ATOM endpoint (basically - a similar endpoint to what you can accomplish with ARM, but using a Service Bus connection string).

Work:

Issues that I've seen that we should address as part of this work:

Future considerations:

  • Generate using autorest and the swagger file for the endpoint: link. @chlowell gave this a shot but it looks like our autorest impl for Go isn't quite up to the task yet. For now we'll ship using the existing EntityManager, with a unified surface in AdminClient.
@richardpark-msft richardpark-msft added Service Bus Client This issue points to a problem in the data-plane of the library. labels Jul 19, 2021
@richardpark-msft richardpark-msft self-assigned this Jul 19, 2021
@RickWinter RickWinter added the feature-request This issue requires a new behavior in the product in order be resolved. label Jul 20, 2021
@richardpark-msft richardpark-msft added this to the [2021] October milestone Jul 27, 2021
@richardpark-msft
Copy link
Member Author

(@chlowell, @RickWinter will ping you about this issue)

richardpark-msft added a commit that referenced this issue Oct 20, 2021
…ing queues (#15790)

Adding in basic operations for queues with the AdminClient - Create, Get, Delete.

Part of #15090
richardpark-msft added a commit that referenced this issue Nov 4, 2021
…16044)

Adding in ability to create/update/delete Topics and Subscriptions.
- Adding in proper request/response objects, as specified by guidelines.
- Adding in tests for handling low privilege failures
- (internal) Removing old _manager structs, in favor of the new AdminClient.

Fixes #15090, #15801
jhendrixMSFT pushed a commit to jhendrixMSFT/azure-sdk-for-go that referenced this issue Jan 12, 2022
…zure#16044)

Adding in ability to create/update/delete Topics and Subscriptions.
- Adding in proper request/response objects, as specified by guidelines.
- Adding in tests for handling low privilege failures
- (internal) Removing old _manager structs, in favor of the new AdminClient.

Fixes Azure#15090, Azure#15801
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved. Service Bus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants