Skip to content

Commit 74149c0

Browse files
GordonbyGordonby
Gordonby
authored and
Gordonby
committed
Adding auto compiled bicep json
1 parent 8215069 commit 74149c0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

bicep/compiled/main.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.4.1008.15138",
8-
"templateHash": "9319148015451109543"
8+
"templateHash": "11206451883072178501"
99
}
1010
},
1111
"parameters": {
@@ -60,7 +60,10 @@
6060
},
6161
"bastionSubnetAddressPrefix": {
6262
"type": "string",
63-
"defaultValue": "10.240.4.128/26"
63+
"defaultValue": "10.240.4.128/26",
64+
"metadata": {
65+
"description": "The address range for Azure Bastion in your custom vnet"
66+
}
6467
},
6568
"privateLinkSubnetAddressPrefix": {
6669
"type": "string",
@@ -80,7 +83,10 @@
8083
},
8184
"bastion": {
8285
"type": "bool",
83-
"defaultValue": false
86+
"defaultValue": false,
87+
"metadata": {
88+
"description": "Deploy Azure Bastion to your vnet. (works with Custom Networking only, not BYO)"
89+
}
8490
},
8591
"dnsZoneId": {
8692
"type": "string",

0 commit comments

Comments
 (0)