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 defaultparRoleAssignmentNameGuid
value will need to be recreated as theguid
function has now hadmanagementGroup().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 sameguid
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
- @ejhenry made their first contribution in #142
- @rjygraham made their first contribution in #143
Full Changelog: v0.1.1...v0.1.2