Azure / typespec-azure

About TypeSpec Azure Libraries
https://azure.github.io/typespec-azure/
MIT License
8 stars 29 forks source link

[Linter Rule] Add warning if service spec has naming conflict within one client or with azure core models #1039

Open MaryGao opened 2 weeks ago

MaryGao commented 2 weeks ago

Clear and concise description of the problem

Any rule to resolve the naming conflict will be wired and just workaround no matter we use AutoGenerated in m4 or any prefix we may use in language emitter.

I would suggest we add a warning for any naming conflicts if happening within clients or within referred azure core models see an example.

Checklist