2026-06-25 15:29:55
📝 Everything as Code and from the UI: workflows are defined in simple #YAML in a built-in code editor, with Git version control so changes made via UI, API, #Terraform or CI/CD stay declaratively managed in code
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.
#Python