Skip to content

Commit a338664

Browse files
removed the testing pep nsg creation step
1 parent 1a5e457 commit a338664

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

infra/modules/network.bicep

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ module network 'network/main.bicep' = {
128128
addressPrefixes: ['10.0.2.0/23'] // /23 (10.0.2.0 - 10.0.3.255), 512 addresses
129129
privateEndpointNetworkPolicies: 'Disabled'
130130
privateLinkServiceNetworkPolicies: 'Disabled'
131-
networkSecurityGroup: {
132-
name: 'nsg-peps'
133-
securityRules:[]
134-
}
135131
}
136132
]
137133
bastionConfiguration: {

0 commit comments

Comments
 (0)