Azure / Azure/azure-rest-api-specs
Web: Some Delete operation has a schema in their response
Nobody has claimed this yet.
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 6k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 432
Description
Usually a Delete operation does not have a response body, but Web (or AppService) RP has some Delete operation with response bodies.
Examples:
- https://github.com/Azure/azure-rest-api-specs/blob/f635d0ffb31308098993e02cc1ab1a83db6bb585/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/AppServiceEnvironments.json#L1354
- https://github.com/Azure/azure-rest-api-specs/blob/f635d0ffb31308098993e02cc1ab1a83db6bb585/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/StaticSites.json#L2273
- https://github.com/Azure/azure-rest-api-specs/blob/f635d0ffb31308098993e02cc1ab1a83db6bb585/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/WebApps.json#L7409
- https://github.com/Azure/azure-rest-api-specs/blob/f635d0ffb31308098993e02cc1ab1a83db6bb585/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/WebApps.json#L16607
They need confirmation or correction if it is not expected
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the DELETE operations at the referenced lines in AppServiceEnvironments.json, StaticSites.json, and WebApps.json. Compare their response schemas with related Web resource specifications and determine whether the response bodies are intentional; confirm the expected contract before correcting any schemas. Done means the affected specifications consistently represent the confirmed DELETE responses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100