tomaustin700 / YAML-Pipeline-Validator-VS-Code-Extension

Azure DevOps YAML Pipeline Validator Extension for VS Code
https://marketplace.visualstudio.com/items?itemName=TomAustin.azure-devops-yaml-pipeline-validator
2 stars 5 forks source link

Validation is broken for any pipeline? #20

Closed dsantunes closed 11 months ago

dsantunes commented 1 year ago

Describe the bug No matter what state the yaml is in, the pipeline validator says the Pipeline is valid. This started a couple weeks ago maybe. Wondering if there were any API changes or something which broke the validation.

To Reproduce Take any existing yaml really

Expected behavior Basic syntax issues should be picked up

Screenshots If applicable, add screenshots to help explain your problem.

**Example yaml Any

Additional context VSCode 1.82.3

adjiap commented 11 months ago

Same, I see the same issue, it'd be nice if it'll be fixed. I assume there's a change in API at AzDo side.

tomaustin700 commented 11 months ago

@dsantunes @adjiap - Will try take a look at this over the next few days! Thanks for reporting

tomaustin700 commented 11 months ago

This should now be resolved

dsantunes commented 11 months ago

Confirmed, thanks!