Azure / typespec-azure

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

[ARM]: Add linting rule to discouarge use of tags mix-in #1056

Open markcowl opened 3 months ago

markcowl commented 3 months ago

ARM is adding a new rule to discourage use of tags in proxy resources. In TypeSPec, this would translate to a warning whenever the tags mix-in is used.

markcowl commented 2 months ago

est: 2

timotheeguerin commented 1 week ago

I have also seen people write tags: Record<string> manually a lot, should we warn again that too?