Azure / Azure/azure-openapi-validator
[new rule]: A resource model should not end with a 'Resource' suffix, and give a more reasonable name.
Open
sdk-rule
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 57
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
### Lint rule description
A resource model should not end with a 'Resource' suffix, and give a more reasonable name.
### Related swagger example
N
### Category
SDK
### Severity level
Warning
### Applies to
Management plane API spec
### How to fix the violation
Truncate the suffix and provide a more meaningful name.
### What't the impact if breaking the rule
Generate wrong SDK
Contributor guide
Assessment
This issue has not been assessed yet.