File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ param tags object = {}
2323
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
@@ -106,5 +106,3 @@ output jumpboxSubnetId string = jumpbox.outputs.subnetId
106106output jumpboxVmName string = jumpbox .outputs .vmName
107107output jumpboxVmId string = jumpbox .outputs .vmId
108108
109-
110-
You can’t perform that action at this time.
0 commit comments