Skip to content

Commit

Permalink
Generated files using Set-AVMModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery Grolleman committed Oct 11, 2024
1 parent c031b7a commit 25dd3c0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
22 changes: 12 additions & 10 deletions avm/res/network/virtual-network/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "17645744687566805489"
"version": "0.30.23.60470",
"templateHash": "9022073476687436734"
},
"name": "Virtual Networks",
"description": "This module deploys a Virtual Network (vNet).",
Expand Down Expand Up @@ -804,8 +804,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "5699372618313647761"
"version": "0.30.23.60470",
"templateHash": "6677157161292207910"
},
"name": "Virtual Network Subnets",
"description": "This module deploys a Virtual Network Subnet.",
Expand Down Expand Up @@ -1183,8 +1183,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "5206620163504251868"
"version": "0.30.23.60470",
"templateHash": "345394220621166229"
},
"name": "Virtual Network Peerings",
"description": "This module deploys a Virtual Network Peering.",
Expand Down Expand Up @@ -1289,7 +1289,8 @@
}
},
"dependsOn": [
"virtualNetwork"
"virtualNetwork",
"virtualNetwork_subnets"
]
},
"virtualNetwork_peering_remote": {
Expand Down Expand Up @@ -1340,8 +1341,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "5206620163504251868"
"version": "0.30.23.60470",
"templateHash": "345394220621166229"
},
"name": "Virtual Network Peerings",
"description": "This module deploys a Virtual Network Peering.",
Expand Down Expand Up @@ -1446,7 +1447,8 @@
}
},
"dependsOn": [
"virtualNetwork"
"virtualNetwork",
"virtualNetwork_subnets"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions avm/res/network/virtual-network/subnet/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "5699372618313647761"
"version": "0.30.23.60470",
"templateHash": "6677157161292207910"
},
"name": "Virtual Network Subnets",
"description": "This module deploys a Virtual Network Subnet.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "5206620163504251868"
"version": "0.30.23.60470",
"templateHash": "345394220621166229"
},
"name": "Virtual Network Peerings",
"description": "This module deploys a Virtual Network Peering.",
Expand Down

0 comments on commit 25dd3c0

Please sign in to comment.