What's Changed
- feat: turn off automation account by default by @jaredfholgate in #223
Breaking change
Automation Account is now not deployed by default for Azure Verified Modules for Platform Landing Zone.
If you wish to retain it, add this setting to your platform landing zone configuration file:
management_resource_settings = {
# Existing settings here...
linked_automation_account_creation_enabled = true
}
Full Changelog: v5.3.1...v5.4.0