Skip to content

v0.17.0

Compare
Choose a tag to compare
@oZakari oZakari released this 21 Nov 20:41
· 120 commits to main since this release
ad3a809

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, and parVirtualWanHubCustomName,
    • Diagnostic settings modules - parDiagnosticSettingsName
  • 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
  • Automation Account - Adds parameter to logging module to disable public network access (Thank you, @picccard!)

Breaking Changes

None 👍

What's Changed

New Contributors

Full Changelog: v0.16.6...v0.16,7