Skip to content

Commit b9c301c

Browse files
committed
added networkAcls
1 parent 643594d commit b9c301c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

infra/modules/ai-services/main.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ module cognitiveServicesPrivateDnsZone '../privateDnsZone.bicep' = if (privateNe
8181
name: take('${name}-cognitiveservices-pdns-deployment', 64)
8282
params: {
8383
name: 'privatelink.cognitiveservices.${toLower(environment().name) == 'azureusgovernment' ? 'azure.us' : 'azure.com'}'
84-
//location: location
8584
virtualNetworkResourceId: privateNetworking.?virtualNetworkResourceId ?? ''
8685
tags: tags
8786
}

0 commit comments

Comments
 (0)