Azure / autorest.csharp

Extension for AutoRest (https://github.com/Azure/autorest) that generates C# code
MIT License
140 stars 160 forks source link

Add tag for typespec next #4867

Closed pshao25 closed 2 days ago

pshao25 commented 1 week ago

Goal: Filter out all the typespec next run from https://dev.azure.com/azure-sdk/internal/_build?definitionId=5990

Solution: For all the typespec next run , we add a tag typespec_next then we could choose from right top as below image shows. Or just this link: https://dev.azure.com/azure-sdk/internal/_build?definitionId=5990&_a=summary&tagFilter=typespec_next

image