From 9ba042675f9c41ed8082dfbe0e4adc0ef78fde2c Mon Sep 17 00:00:00 2001 From: Jack Tracey <41163455+jtracey93@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:38:18 +0000 Subject: [PATCH] Updates for v1.5.1 release (#57) push update for v1.5.1 --- docs/wiki/Example-1-Hub-and-Spoke.md | 2 +- docs/wiki/Example-2-Virtual-WAN.md | 2 +- docs/wiki/Example-3-Use-With-Existing-Subscriptions.md | 2 +- docs/wiki/Example-4-Multiple-VNets-In-Same-Subscription.md | 4 ++-- docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md | 2 +- version.json | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/wiki/Example-1-Hub-and-Spoke.md b/docs/wiki/Example-1-Hub-and-Spoke.md index 58f5b790..594c1a62 100644 --- a/docs/wiki/Example-1-Hub-and-Spoke.md +++ b/docs/wiki/Example-1-Hub-and-Spoke.md @@ -11,7 +11,7 @@ targetScope = 'managementGroup' @description('Specifies the location for resources.') param location string = 'uksouth' -module sub003 'br/public:lz/sub-vending:1.4.1' = { +module sub003 'br/public:lz/sub-vending:1.5.1' = { name: 'sub-bicep-lz-vending-example-001' params: { subscriptionAliasEnabled: true diff --git a/docs/wiki/Example-2-Virtual-WAN.md b/docs/wiki/Example-2-Virtual-WAN.md index d74b4f1e..963a37f7 100644 --- a/docs/wiki/Example-2-Virtual-WAN.md +++ b/docs/wiki/Example-2-Virtual-WAN.md @@ -11,7 +11,7 @@ targetScope = 'managementGroup' @description('Specifies the location for resources.') param location string = 'uksouth' -module sub002 'br/public:lz/sub-vending:1.4.1' = { +module sub002 'br/public:lz/sub-vending:1.5.1' = { name: 'sub-bicep-lz-vending-example-002' params: { subscriptionAliasEnabled: true diff --git a/docs/wiki/Example-3-Use-With-Existing-Subscriptions.md b/docs/wiki/Example-3-Use-With-Existing-Subscriptions.md index 8a7e55a2..78673a1b 100644 --- a/docs/wiki/Example-3-Use-With-Existing-Subscriptions.md +++ b/docs/wiki/Example-3-Use-With-Existing-Subscriptions.md @@ -11,7 +11,7 @@ targetScope = 'managementGroup' @description('Specifies the location for resources.') param location string = 'uksouth' -module sub003 'br/public:lz/sub-vending:1.4.1' = { +module sub003 'br/public:lz/sub-vending:1.5.1' = { name: 'sub003' params: { subscriptionAliasEnabled: false diff --git a/docs/wiki/Example-4-Multiple-VNets-In-Same-Subscription.md b/docs/wiki/Example-4-Multiple-VNets-In-Same-Subscription.md index 1e977012..27f56c83 100644 --- a/docs/wiki/Example-4-Multiple-VNets-In-Same-Subscription.md +++ b/docs/wiki/Example-4-Multiple-VNets-In-Same-Subscription.md @@ -11,7 +11,7 @@ targetScope = 'managementGroup' @description('Specifies the location for resources.') param location string = 'uksouth' -module createSubAndFirstVnet 'br/public:lz/sub-vending:1.4.1' = { +module createSubAndFirstVnet 'br/public:lz/sub-vending:1.5.1' = { name: 'sub-with-multiple-vnets' params: { subscriptionAliasEnabled: true @@ -37,7 +37,7 @@ module createSubAndFirstVnet 'br/public:lz/sub-vending:1.4.1' = { } } -module createSubAndSecondVnet 'br/public:lz/sub-vending:1.4.1' = { +module createSubAndSecondVnet 'br/public:lz/sub-vending:1.5.1' = { name: 'additional-vnet' params: { subscriptionAliasEnabled: false diff --git a/docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md b/docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md index 78666ec6..45448939 100644 --- a/docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md +++ b/docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md @@ -19,7 +19,7 @@ targetScope = 'managementGroup' @description('Specifies the location for resources.') param location string = 'uksouth' -module sub003 'br/public:lz/sub-vending:1.4.1' = { +module sub003 'br/public:lz/sub-vending:1.5.1' = { name: 'sub-bicep-lz-vending-example-001' params: { subscriptionAliasEnabled: true diff --git a/version.json b/version.json index 6596d45a..8ba55dce 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "1.4.1", - "releaseNotes": "https://github.com/Azure/bicep-lz-vending/releases/tag/v1.4.1", - "releaseDateTimeUTC": "20230613T0928493116Z" + "version": "1.5.1", + "releaseNotes": "https://github.com/Azure/bicep-lz-vending/releases/tag/v1.5.1", + "releaseDateTimeUTC": "20231114T1001410219Z" }