What's Changed
- refactor: Remove redundant ternary by @marcovossen in #993
- fix: Add required change tracking solution by @oZakari in #997
- fix: Fix bugs specific to AMA configuration by @oZakari in #1005
- fix: automation account fixes for api version and conditional lock config by @oZakari in #1012
Breaking Changes
Standardizing the default name of the MDFC SQL data collection rule for Azure Monitoring Agent (AMA). Please ensure that this value is updated in all relevant configurations and policy assignments to avoid any issues with resource references.
- Updated the
DataCollectionRuleMDFCSQLResourceId
pattern inaccelerator/.config/ALZ-Powershell-Auto.config.json
to usealz-ama-mdfcsql-dcr
instead ofama-mdfcsql-default-dcr
. - Updated the
DataCollectionRuleMDFCSQLResourceId
value inaccelerator/.config/ALZ-Powershell.config.json
to reflect the same change. - Updated the
parDataCollectionRuleMDFCSQLResourceId
parameter value inalzDefaultPolicyAssignments.parameters.all.json
andalzDefaultPolicyAssignments.parameters.min.json
to align with the new resource ID naming convention. [1] [2]
New Contributors
- @marcovossen made their first contribution in #993
Full Changelog: v0.22.1...v0.22.2