Skip to content

Commit

Permalink
Updates for v1.5.1 release (#57)
Browse files Browse the repository at this point in the history
push update for v1.5.1
  • Loading branch information
jtracey93 committed Nov 14, 2023
1 parent b32c089 commit 9ba0426
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/wiki/Example-1-Hub-and-Spoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Example-2-Virtual-WAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Example-3-Use-With-Existing-Subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/wiki/Example-4-Multiple-VNets-In-Same-Subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 9ba0426

Please sign in to comment.