-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[Api Management] DELETE should return 200 along with 204 #1847
Comments
solankisamir
changed the title
[Api Management] DELETE should support 200
[Api Management] DELETE should return 200 along with 204
Oct 11, 2017
10 tasks
Seems like this was completed in the PR linked above. I'm going to close this out. |
No, it was not fixed. @marstr please open it. We are working on these changes in Service Side. |
Is there someone with more context on this issue that would be a more appropriate assignee than me? |
10 tasks
The service side changes done and fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md#delete-resource we need to support 200 for case where entity is actually deleted.
Currently, we only support 204 on DELETE. This will require a version change, as the entities are already published.
The text was updated successfully, but these errors were encountered: