Fun fact: #Azure Pipelines don't support #YAML files with anchors/aliases.

Also fun fact: both #PyYAML and #RuamelYAML *insist* on emitting anchors/aliases, and at least the PyYAML authors seem pretty, errr, opinionated on emitting them.

https://github.com/yaml/pyyaml/issues/535

#Python

I don't want Anchors Point. What should I do? · Issue #535 · yaml/pyyaml

When using yaml. dump(), the output yaml file contains anchor points, which is unacceptable to me. What should I do?

GitHub