OpenAPI-diff should flag changes in the tags for an operation
未关闭
- 主要语言
- C#
- 星标
- 290
- 派生
- 50
- 平均合并
- 5 天 13 小时
- 30 天内合并 PR
- 5
描述
Some tooling uses the operation tags to group or namespace the operations in an API definition. SwaggerUI is one example, but many other tools do as well.
For this reason, OpenAPI diff should detect and report any change in the array of tags specified for an operation. The message should be a warning since this change does not impact the "on the wire" behavior of the API.
A real-life example that tripped up Terraform generation is [#34736](https://github.com/Azure/azure-rest-api-specs/pull/34736).
贡献指南
评估
这个 Issue 还没有评估数据。