Azure / Azure/azure-rest-api-specs
`Microsoft.Authorization/accessReviewScheduleDefinitions` PUT body is not RPC-compliant
Nobody has claimed this yet.
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 6k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 432
Description
In the PUT definition, the API accepts the "properties" portion of the resource body directly:
I suspect this is just an authoring error, and that AccessReviewScheduleDefinition should be used here instead of AccessReviewScheduleDefinitionProperties.
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
Open specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-03-01-preview/authorization-AccessReviewCalls.json at line 215 and inspect the PUT request body schema. Compare the referenced AccessReviewScheduleDefinitionProperties shape with AccessReviewScheduleDefinition, then validate the specification; done means the PUT body uses the RPC-compliant resource definition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json, openapi
- Domain
- api, backend-api-design
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100