github Azure/ALZ-Bicep v0.2.0

latest releases: v0.20.0, v0.20.0-pre, v0.19.4...
2 years ago

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 to Deploy-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 new Deploy-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
    • 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)

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.2.0

Don't miss a new ALZ-Bicep release

NewReleases is sending notifications on new releases.