v7.1.0
What's Changed
- feat: Decouple container registry zone redundancy from private networking and make flexible by @Copilot & @jtracey93 in #133
Usage in inputs.yaml (ADO Example)
# Disable all zone support (container instances + registry)
agent_container_zone_support: false
# Or: keep container instance AZ support, disable only registry zone redundancy
agent_container_zone_support: true
container_registry_zone_redundancy_enabled: false
Full Changelog: v7.0.0...v7.1.0