This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Description
I would like to use YAML anchors and aliases to help us simplify repeated configuration
When I add node above job_specifications
docker_image_definition: &docker_image_definition
docker_image: ****.azurecr.io/***
I get an error after running the job
ERROR - Jobs Configuration Schema validation failed.
Any suggestions to solve this problem?