We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a4b55 commit 20b165fCopy full SHA for 20b165f
1 file changed
infrastructure/bootstrap/hub.bicep
@@ -18,18 +18,13 @@
18
19
targetScope = 'subscription'
20
21
-// param devopsInfrastructureId string
22
param devopsSubnetAddressPrefix string
23
param privateEndpointSubnetAddressPrefix string
24
param hubType string // live / nonlive
25
param region string = 'uksouth'
26
param regionShortName string = 'uks'
27
param vnetAddressPrefixes array
28
param enableSoftDelete bool
29
-<<<<<<< HEAD
30
-=======
31
-
32
->>>>>>> 93647fb (wip)
33
34
// removed when generalised
35
var appShortName = 'lungcs'
0 commit comments