Question
The YAML schema documentation only shows the explicit format:
pool:
vmImage: 'windows-latest'
However, many examples and real-world pipelines use the short format:
yaml
pool: windows-latest
Is this officially supported?
If yes, can the docs be updated to reflect this?
If no, should it be avoided?