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

Change the responds status code for not implemented API from 500 to 501 #2517

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

blueww
Copy link
Member

@blueww blueww commented Dec 17, 2024

Per the suggestion of #810 (comment), change the responds status code for not implemented API from 500 to 501. (only change B/Q, since Table already use 501)

I have tested with .net SDK, after the change, .net SDK won't retry on the not implemented API and will fail faster.

Thanks for contribution! Please go through following checklist before sending PR.

PR Branch Destination

  • For Azurite V3, please send PR to main branch.
  • For legacy Azurite V2, please send PR to legacy-dev branch.

Always Add Test Cases

Make sure test cases are added to cover the code change.

Add Change Log

Add change log for the code change in Upcoming Release section in ChangeLog.md.

Development Guideline

Please go to CONTRIBUTION.md for steps about setting up development environment and recommended Visual Studio Code extensions.

@blueww blueww changed the title Changed the responds status code for not implemented API from 500 to 501 Change the responds status code for not implemented API from 500 to 501 Dec 17, 2024
@blueww blueww merged commit 3e25ee5 into Azure:main Jan 2, 2025
34 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