microsoft / azure-pipelines-vscode

VS Code extension for working with Azure Pipelines YAML files
MIT License
164 stars 104 forks source link

schema: maxParallel/parallel should be integer, not string #567

Open QuLogic opened 9 months ago

QuLogic commented 9 months ago

This is a corollary to https://github.com/MicrosoftDocs/azure-devops-yaml-schema/issues/293. The docs definitely suggest that the these two should be numbers, but they are typed as strings. This causes annoyance when trying to validate pipelines. And in practice, using an integer seems to work.