I have some YAML pipelines in Azure DevOps that I want to run with az CLI, from my local PC.
But I get the following error when I try to run the pipeline:
ERROR: Could not queue the build because there were validation errors or warnings.
The weird thing is, the pipeline is validated according to DevOps:
The az CLI runs have worked before. So when did this stop working then? We created a new Service Connection recently. After that, the az CLI keeps returning validation errors for the YAML pipelines. Is there any way that I can revalidate the pipelines so that az CLI can run them? Please don’t tell me I have to recreate the 40 pipelines again, but if I have to, I have to accept it I guess.
Thanks!