-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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] Adding the missing pieces for the ATOM API #9221
[Service Bus] Adding the missing pieces for the ATOM API #9221
Conversation
…to harshan/sb/issue/atom-api
/azp run js - servicebus - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - servicebus - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
…to harshan/sb/issue/atom-with-new-APIs
} catch (error) { | ||
if (error.code == "MessageEntityNotFoundError") { | ||
return false; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldnt this throw the error if the error was not MessageEntityNotFoundError
? Same for other "exists" method
cc @ShivangiReja
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's probably better.
I think .NET SDK should also update accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in this PR.
/azp run js - servicebus - tests |
Followup of #9116
Changes in the PR
(Implementation and testing ongoing)
Constructor overload to create ManagementClient to take the token credential(Separate PR since it requires more work -[Service Bus] Token Credential Overload for ATOM Mgmt Client #9316)