Releases: Azure/ALZ-Bicep
v0.1.2
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
v0.1.1
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
None
What's Changed
- Added native VSCode bracket colourizer to Contribution Guide recommendation by @Manbearpiet in #129
- fixed typo in git clone ACR Deployment Flow by @ArthurSteijn in #130
- Fix 2 Policy Assignment Scopes by @jtracey93 in #135 - Also thanks to @JimmyKarlsson112 for original PR
Deploy-Log-Analytics
now targets the Management, Management GroupDeny-Public-Endpoints
now targets the Corp Management Group
- Fix Missing Parameters from Parameters File for Hub Networking by @jtracey93 in #136 - thanks @pazdedav for raising
- Add missing parameters to
hubNetworking.parameters.example.json
-parNetworkDNSEnableProxy
&parDisableBGPRoutePropagation
- Add missing parameters to
New Contributors
- @Manbearpiet made their first contribution in #129
- @ArthurSteijn made their first contribution in #130
- @JimmyKarlsson112 made their first contribution in #131 which became #136
Full Changelog: v0.1.0...v0.1.1
v0.1.0 - Public Preview Release
Release v0.1.0
is our first release of the Azure Landing Zones (ALZ) Bicep Modules 🥳
Please note this is public preview so the code base is likely to change based on issues, bugs, etc. reported to this repository.
Contributors
Thanks to all of the team below for helping us get this release out 👏