Azure / azure-api-style-guide

Spectral rules to check conformance to Azure API Guidelines
MIT License
45 stars 21 forks source link

Improve rule to check response codes for delete #111

Closed mikekistler closed 1 year ago

mikekistler commented 1 year ago

This PR renames the az-delete-204-response rule to az-delete-response-codes and extends the logic to flag deletes that have a 204 response but also a 200 response.