Breaking Changes
This release includes a significant breaking change to the module interface.
We have removed the resource_group_name
and subscription_id
inputs. The resource group ID must now be explicitly provided via the parent_id
input.
This change was necessary to align to forthcoming AVM v1 specs as well as fix an underlying idempotency issue with the existing implementation.
We try very hard not to make breaking changes to module interfaces like this and understand the impact it has to consumers of our modules. We do not anticipate any further breaking changes to the interface of this module prior to v1.
What's Changed
- chore: pre-commit updates by @azure-verified-modules[bot] in #24
- chore: pre-commit updates by @azure-verified-modules[bot] in #28
- chore: pre-commit updates by @azure-verified-modules[bot] in #29
- chore: pre-commit updates by @azure-verified-modules[bot] in #30
- fix: parent id issue by @jaredfholgate in #31
Full Changelog: v0.10.0...v0.11.0