Azure / typespec-azure

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

Azure.ResourceManager.CommonTypes.Versions doesn't contain v6 #1028

Open abatishchev opened 3 weeks ago

abatishchev commented 3 weeks ago

Clear and concise description of the problem

Attempting to reference the latest version of the Common Types:

@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v6)

fails with an error:

Error (active)  invalid-ref Enum doesn't have member v6

Checklist

abatishchev commented 3 weeks ago

Related to #653 but here I'm asking only to enrich the enum member, if this makes any sense.

allenjzhang commented 1 week ago

Hi, Alex, with the complete reorg of ARM common types in TypeSpec, the release of common type will not be piece meal anymore. ie, if adding xxx.json in v6 and later on add another change in types.json in v6 without worrying about breaking change. I am going to work with ARM team to transition moving authoring in TypeSpec. Please stay tuned.

Please let me know if this is an urgent need.