Azure / typespec-azure

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

Can `x-ms-azure-resource ` be safely removed #1474

Open timotheeguerin opened 1 month ago

timotheeguerin commented 1 month ago

There is some spec still using it and seems like csharp autorest generator might make use of it.

  1. Figure out if this is actually useful
  2. If it is, why are spec using it not using the base resource types
  3. If they have valid legacy reason then we need some deprecated decorator to get parity
markcowl commented 5 days ago