Please note this is still a public preview so the code base is likely to change based on issues, bugs, etc. reported to this repository.
Breaking Changes
- The policy definition and assignment called
Deploy-ASCDF-Config
has been renamed toDeploy-MDFC-Config
.- This will mean that if using the latest version of the Custom Policy Definitions Module and/or the ALZ Default Policy Assignments Module / Policy Assignments Module you will need to remove the old
Deploy-ASCDF-Config
definition and assignment and re-deploy and re-assign the newDeploy-MDFC-Config
definition and assignment. - To remove the old assignment and definition, you will need to use the Portal, PowerShell or AZ CLI as deletion is not supported by Bicep/ARM.
- To assist its default definition ID would be:
/providers/Microsoft.Management/managementGroups/{YOUR PREFIX HERE e.g. alz}/providers/Microsoft.Authorization/policySetDefinitions/Deploy-ASCDF-Config
- To assist its default assignment ID would be:
/providers/Microsoft.Management/managementGroups/{YOUR PREFIX HERE e.g. alz}/providers/Microsoft.Authorization/policyAssignments/Deploy-ASCDF-Config
- To assist its default definition ID would be:
- Once the old assignment and definition is removed you can re-run the Custom Policy Definitions Module and/or the ALZ Default Policy Assignments Module / Policy Assignments Module to put the definition back and re-assign to the appropriate scope (which is the intermediate root management group, e.g.
alz
, by default)
- This will mean that if using the latest version of the Custom Policy Definitions Module and/or the ALZ Default Policy Assignments Module / Policy Assignments Module you will need to remove the old
What's Changed
- Add Note About Assignments to Definitions Module by @jtracey93 in #155
- Minor typo fixes by @johnlokerse in #156
- Update Policy Library (automated) by @github-actions in #161
- ADO pipeline for Bicep unit tests by @jfaurskov in #163
- Add note about
#disable-next-line
to each usage and FAQ by @jtracey93 in #167
New Contributors
- @johnlokerse made their first contribution in #156
Full Changelog: v0.1.3...v0.2.0