File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ param tags object = {}
2323var vnetName = 'vnet-${resourcesName }'
2424
2525// jumpbox parameters
26- param jumpboxVM bool = false // set in .bicepparam file
27- param jumpboxSubnet object = {} // set in .bicepparam file
28- param jumpboxAdminUser string = 'JumpboxAdminUser' // set in .bicepparam file
26+ param jumpboxVM bool = false
27+ param jumpboxSubnet object = {}
28+ param jumpboxAdminUser string = 'JumpboxAdminUser'
2929@secure ()
30- param jumpboxAdminPassword string // set in .bicepparam file
30+ param jumpboxAdminPassword string
3131param jumpboxVmSize string = 'Standard_D2s_v3'
3232var jumpboxVmName = 'jumpboxVM-${resourcesName }'
3333
3434// Azure Bastion Host parameters
35- param enableBastionHost bool = false // set in .bicepparam file
36- param bastionSubnet object = {} // set in .bicepparam file
35+ param enableBastionHost bool = false
36+ param bastionSubnet object = {}
3737var bastionHostName = 'bastionHost-${resourcesName }'
3838
3939
You can’t perform that action at this time.
0 commit comments