Skip to content

Commit bbf02c4

Browse files
authored
disableLocalAuth should pass the parameter
1 parent 9b4993e commit bbf02c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/core/ai/cognitiveservices.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource account 'Microsoft.CognitiveServices/accounts@2023-05-01' = {
3434
customSubDomainName: customSubDomainName
3535
publicNetworkAccess: publicNetworkAccess
3636
networkAcls: networkAcls
37-
disableLocalAuth: true
37+
disableLocalAuth: disableLocalAuth
3838
}
3939
sku: sku
4040
}

0 commit comments

Comments
 (0)