Skip to content

Commit a785144

Browse files
committed
disableLocalAuth true
1 parent c871ca5 commit a785144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/core/ai/cognitiveservices.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ param location string = resourceGroup().location
44
param tags object = {}
55
@description('The custom subdomain name used to access the API. Defaults to the value of the name parameter.')
66
param customSubDomainName string = name
7-
param disableLocalAuth bool = false
7+
param disableLocalAuth bool = true
88
param deployments array = []
99
param kind string = 'OpenAI'
1010
//param kind string = 'AIServices'

infra/core/search/search-services.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ param sku object = {
88
}
99

1010
param authOptions object = {}
11-
param disableLocalAuth bool = false
11+
param disableLocalAuth bool = true
1212
param disabledDataExfiltrationOptions array = []
1313
param encryptionWithCmk object = {
1414
enforcement: 'Unspecified'

0 commit comments

Comments
 (0)