File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
modules/cognitive-services/v1 Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -74,19 +74,19 @@ resource diagnosticSettings 'Microsoft.Insights/diagnosticSettings@2021-05-01-pr
7474}]
7575
7676resource deployment 'Microsoft.CognitiveServices/accounts/deployments@2024-10-01' = [for (config , i ) in openAIConfig : if (length (openAIConfig ) > 0 ) {
77- name : openAIDeploymentName
78- parent : cognitiveServices [i ]
79- properties : {
80- model : {
81- format : 'OpenAI'
82- name : openAIModelName
83- version : openAIModelVersion
84- }
85- }
86- sku : {
87- name : 'Standard'
88- capacity : openAIModelCapacity
77+ name : openAIDeploymentName
78+ parent : cognitiveServices [i ]
79+ properties : {
80+ model : {
81+ format : 'OpenAI'
82+ name : openAIModelName
83+ version : openAIModelVersion
8984 }
85+ }
86+ sku : {
87+ name : 'Standard'
88+ capacity : openAIModelCapacity
89+ }
9090}]
9191
9292// ------------------
You can’t perform that action at this time.
0 commit comments