Skip to content

Commit

Permalink
update ver in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey93 committed Mar 3, 2023
1 parent 2e58c8e commit 745362e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2.1' = {
module sub003 'br/public:lz/sub-vending:1.2.2' = {
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.2.1' = {
module sub002 'br/public:lz/sub-vending:1.2.2' = {
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.2.1' = {
module sub003 'br/public:lz/sub-vending:1.2.2' = {
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.2.1' = {
module createSubAndFirstVnet 'br/public:lz/sub-vending:1.2.2' = {
name: 'sub-with-multiple-vnets'
params: {
subscriptionAliasEnabled: true
Expand All @@ -37,7 +37,7 @@ module createSubAndFirstVnet 'br/public:lz/sub-vending:1.2.1' = {
}
}
module createSubAndFirstVnet 'br/public:lz/sub-vending:1.2.1' = {
module createSubAndFirstVnet 'br/public:lz/sub-vending:1.2.2' = {
name: 'additional-vnet'
params: {
subscriptionAliasEnabled: false
Expand Down

0 comments on commit 745362e

Please sign in to comment.