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] Adding the missing pieces for the ATOM API #9221

Merged

Conversation

HarshaNalluru
Copy link
Member

@HarshaNalluru HarshaNalluru commented Jun 2, 2020

Followup of #9116

Changes in the PR

(Implementation and testing ongoing)

@HarshaNalluru
Copy link
Member Author

/azp run js - servicebus - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@HarshaNalluru
Copy link
Member Author

/azp run js - servicebus - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@HarshaNalluru HarshaNalluru marked this pull request as ready for review June 4, 2020 19:42
} catch (error) {
if (error.code == "MessageEntityNotFoundError") {
return false;
}
Copy link
Contributor

@ramya-rao-a ramya-rao-a Jun 4, 2020

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

Copy link
Member Author

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in this PR.

@HarshaNalluru HarshaNalluru requested a review from ramya-rao-a June 4, 2020 20:38
@HarshaNalluru
Copy link
Member Author

/azp run js - servicebus - tests

@HarshaNalluru HarshaNalluru requested a review from ramya-rao-a June 4, 2020 21:30
@HarshaNalluru HarshaNalluru merged commit 1cfc819 into Azure:master Jun 4, 2020
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