What's Changed
Bug Fixes
- fix: add azurerm to required_providers for proper provider inheritance (#38) - Fixed an issue where aliased azurerm providers (e.g.,
azurerm.management) were not propagated to child module calls, causing resources to deploy in the wrong subscription in multi-subscription ALZ deployments. - fix: add missing tags to user_assigned_managed_identity module (#31) - Added missing tags, updated tag value type to boolean, and added alert severity variable.
Dependencies
- chore(deps): bump azure/alz to ~> 0.21.0 and avm-ptn-alz to 0.21.0 in all examples (#50)
- chore(deps): bump azure/naming/azurerm from 0.4.2 to 0.4.3 in /examples/default (#51)
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#52)
- chore(deps): bump github/codeql-action from 4.36.2 to 4.36.3 (#55, #56)
Other
- Multiple pre-commit updates and managed file syncs
Full Changelog: v0.3.0...v0.4.0