Azure / Azure/azure-rest-api-specs
`automation`: wrong tag `delete` operation of hybridRunbookWorkerGroup
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 424
Description
the `Tag` list in delete is wrong, this can cause some SDK generation error:
https://github.com/Azure/azure-rest-api-specs/blob/0f161c7ced9e7c9bf5f04047d3edd194bd932687/specification/automation/resource-manager/Microsoft.Automation/stable/2022-08-08/hybridRunbookWorkerGroup.json#L39-L44
should be `HybridRunbookWorkerGroup` just like get:
https://github.com/Azure/azure-rest-api-specs/blob/0f161c7ced9e7c9bf5f04047d3edd194bd932687/specification/automation/resource-manager/Microsoft.Automation/stable/2022-08-08/hybridRunbookWorkerGroup.json#L87-L93
Contributor guide
Research direction
Open specification/automation/resource-manager/Microsoft.Automation/stable/2022-08-08/hybridRunbookWorkerGroup.json and inspect the delete operation around lines 39-44, comparing it with the get operation around lines 87-93. Update the delete operation's Tag value to match the expected HybridRunbookWorkerGroup name, then verify the specification no longer causes the reported SDK generation error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- api, cloud
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100