Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
112 stars 172 forks source link

[TypeSpec-APIView] It should generate the APIView only for the changed specs in the spec PR #8550

Open raych1 opened 2 months ago

raych1 commented 2 months ago

Description The spec PR only changes the spec of a specific service, however the CI checks for both TypeSpec APIView and Swagger APIView create the API View for all the TypeSpecs in the spec repo.

Expected The APIView should be generated only for the specs that are changed in the PR.

Sample spec PR having this issue https://github.com/Azure/azure-rest-api-specs/pull/29442#issuecomment-2167140307

//CC: @mikeharder @weshaggard @lirenhe

maririos commented 2 months ago

Oh weird. We will take a look