gen-virtual-network-gateway-route-based-active-active

Latest: v2.2.6
Category
Networking
Total Versions
7
Last Updated
4/3/2026

Release History

v2.2.6 Latest

Changes:

  • Parameter "enable_bgp" is replace with "bgp_enabled" to prepare for AzureRM v5.
  • Merged PR 17870: Updated main.tf

v2.2.5

Changes:

  • Added the ACT - Nightly build trigger as a pipeline resource trigger. Pipeline will then only run the test stage every night. Removed src trigger
  • Merged PR 17634: Update pr template and add nightly build trigger

v2.2.4

Changes:

  • However if you didn't set a custom_route variable with address spaces (because you didn't need any) it tried to deploy an empty custom_route block. Now this deployed successfully however since it was empty nothing in Azure was changed and the next time you run the pipeline or a drift check it wants to deploy the empty block again getting in a loop.
  • Merged PR 14179: Update custom route logic and add test and release pipeline configuration

v2.2.3

Changes:

  • added feature for ipm publish
  • Merged PR 12823: ipmhubtrue

v2.2.2

Changes:

  • Added variable group
  • Changed releasenote branch to main
  • Changed PR template without skip
  • Added IPMhub publish
  • Merged PR 12323: Update pull request template and YAML configuration for consistency

v2.2.1

Changes:

  • Updated custom_route to dynamic block. Since custom_route is only used in case P2S (client VPN) configuration exists.
  • Merged PR 12152: Update-custom_route-logic

v2.2.0

Changes:

  • Send diagnostic information to log analytics for monitoring and troubleshooting purpose.
  • Merged PR 12064: Add Log Analytics workspace configuration and diagnostic settings for Virtual...