Skip to content

Commit

Permalink
fixed subnetPrivateEndpointNetworkPolicies error (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienGilbert authored Aug 31, 2022
1 parent e4815ca commit d63fa11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bicep/add-ons/tier3/tier3.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ var workloadNetworkSecurityGroupName = replace(networkSecurityGroupNamingConvent
var workloadSubnetName = replace(subnetNamingConvention, nameToken, workloadName)

var defaultTags = {
'DeploymentType': 'MissionLandingZoneARM'
DeploymentType: 'MissionLandingZoneARM'
}
var calculatedTags = union(tags, defaultTags)

Expand Down Expand Up @@ -153,6 +153,7 @@ module spokeNetwork '../../core/spoke-network.bicep' = {
subnetName: workloadSubnetName
subnetAddressPrefix: subnetAddressPrefix
subnetServiceEndpoints: subnetServiceEndpoints
subnetPrivateEndpointNetworkPolicies: 'Enabled'
}
}

Expand Down

0 comments on commit d63fa11

Please sign in to comment.