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

Implement rust management APIs #1854

Merged

Conversation

LarryOsterman
Copy link
Member

There are twomajor changes in this PR:

  1. Implement "detach" for AMQP management APIs
  2. Convert ConnectionOptions and SenderOptions to use an immutable self builder pattern rather than a mutable self builder pattern.

Copilot summary

This pull request includes several changes aimed at improving the API design and error handling in the azure_core_amqp module. The most important changes include modifying builder methods to take ownership of self, adding a detach method to the AmqpManagementApis trait, and enhancing error handling in the fe2o3 management module.

API Design Improvements:

Error Handling Enhancements:

Other Changes:

@LarryOsterman LarryOsterman merged commit 798f977 into Azure:feature/track2 Oct 15, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants