File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ param location string = resourceGroup().location
4
4
param tags object = {}
5
5
@description ('The custom subdomain name used to access the API. Defaults to the value of the name parameter.' )
6
6
param customSubDomainName string = name
7
- param disableLocalAuth bool = false
7
+ param disableLocalAuth bool = true
8
8
param deployments array = []
9
9
param kind string = 'OpenAI'
10
10
//param kind string = 'AIServices'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ param sku object = {
8
8
}
9
9
10
10
param authOptions object = {}
11
- param disableLocalAuth bool = false
11
+ param disableLocalAuth bool = true
12
12
param disabledDataExfiltrationOptions array = []
13
13
param encryptionWithCmk object = {
14
14
enforcement : 'Unspecified'
You can’t perform that action at this time.
0 commit comments