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

Fix error handling in deleteTable #21408

Merged
merged 2 commits into from
Apr 14, 2022
Merged

Fix error handling in deleteTable #21408

merged 2 commits into from
Apr 14, 2022

Conversation

joheredi
Copy link
Member

Packages impacted by this PR

@Azure/data-tables

Issues associated with this PR

#21385

Describe the problem that is addressed by this PR

When migrating to the new @azure/core-tracing version we accidentally removed the code that throws when a delete operation returns a non-404 status code

What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?

Added back the deleted code

Are there test cases added in this PR? (If not, why?)

Yes, added test to prevent this regression from happening again

Provide a list of related PRs (if any)

N/A

Command used to generate this PR:**(Applicable only to SDK release request PRs)

n/a

Checklists

  • Added impacted package name to the issue description
  • Does this PR needs any fixes in the SDK Generator?** (If so, create an Issue in the Autorest/typescript repository and link it here)
  • Added a changelog (if necessary)

@joheredi joheredi requested a review from maorleger April 14, 2022 18:13
@ghost ghost added the Tables label Apr 14, 2022
Copy link
Member

@maorleger maorleger left a comment

Choose a reason for hiding this comment

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

🚀

@joheredi joheredi merged commit b30e085 into Azure:main Apr 14, 2022
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Nov 18, 2022
[service connector]add api version 2022-11-01-preview (Azure#21408)

* add api version 2022-11-01-preview

* fix api versions in sample

* fix sample

* add dryrun to custom words

* update configurationNames API

Co-authored-by: xiaofanzhou <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants