github Azure/ALZ-Bicep v0.1.2

latest releases: v0.17.3, v0.17.2, v0.17.1...
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

  • Relating to PR #143 - Any existing roleAssignmentIds at Management Group scope that utilized the default parRoleAssignmentNameGuid value will need to be recreated as the guid function has now had managementGroup().name added to its inputs for the parameter default.
    • You can override the default parameter value
    • Or you can delete the old assignments and then re-create them using this updated module

Important: This does not effect any RBAC assignments for managed identities made via the policy assignments modules (atuomatically) as we already were already overriding the default parameter value for parRoleAssignmentNameGuid for the module to produce the same guid as to what this PR has changed it to now 👍

What's Changed

  • Remove .md extension by @jfaurskov in #140
  • Add tag to hub vnet resource by @ejhenry in #142
  • Convert to FabricBot-as-code by @jtracey93 in #147
  • Update Linter Rules From Latest Bicep Release & Fix Hub Networking Conditionals by @jtracey93 in #148
  • Update unit tests for bicep and close PR job by @jtracey93 in #149
  • Include managementGroup().name as part of role assignment GUID to avoid possible duplicates. by @rjygraham in #143

New Contributors

Full Changelog: v0.1.1...v0.1.2

Don't miss a new ALZ-Bicep release

NewReleases is sending notifications on new releases.