Summary
This series of updates in the Azure/ALZ-Bicep repository includes various contributions that provide configuration enhancements, documentation improvements, and resolves a variety of bugs.
The following capabilities have been added:
- Adds ability to use custom resource names and/or properties for the following module parameters (Thank you, @johnlokerse!):
- Logging module -
parLogAnalyticsLinkedServiceAutomationAccountName
- VWAN module - Optional:
parVpnGatewayCustomName
,parExpressRouteGatewayCustomName
,parAzFirewallCustomName
, andparVirtualWanHubCustomName
, - Diagnostic settings modules -
parDiagnosticSettingsName
- Logging module -
- Enhanced parameter validation with multiple user-defined types for the following module parameters (Thank you, @johnlokerse!):
- Hub module -
parSubnets
- Policy Assignments module -
parPolicyAssignmentNonComplianceMessages
- VWAN module -
virtualWanOptionsType
- Hub module -
- Automation Account - Adds parameter to logging module to disable public network access (Thank you, @picccard!)
Breaking Changes
None 👍
What's Changed
- chore: update accelerator release process by @jaredfholgate in #663
- Update alz-bicep-pr2-lint.yml by @baartch in #665
- Update policy_assignment_es_enforce_alz_sandbox.tmpl.json by @chrisking81 in #667
- Update the release version for accelerator config by @oZakari in #668
- Update pester test and workflow triggers by @oZakari in #669
- Accelerator.md fix parameter and version by @stalejohnsen in #670
- Wiki: fix Accelerator Azdevops instructions by @MarcoJanse in #672
- Add
type
element to contributing-wiki by @picccard in #674 - Fix #680 by @jtracey93 in #681
- Automation account public network access option by @picccard in #677
- chore: remove un-required version number and tidy docs by @jaredfholgate in #685
- Add installation of ALZ Powershell module for policy scripts by @oZakari in #679
- Added several user defined types, ability for custom resources names in vwanConnectivity and mgDiagSettings by @johnlokerse in #656
New Contributors
- @chrisking81 made their first contribution in #667
- @MarcoJanse made their first contribution in #672
Full Changelog: v0.16.6...v0.16,7