Skip to content

Commit 5b2c74f

Browse files
authored
Fix main.parameters.json
Expression inside expression are not supported. Signed-off-by: Victor Vazquez <[email protected]>
1 parent 477544d commit 5b2c74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"value": "${USE_SEARCH_SERVICE=true}"
5252
},
5353
"agentDeploymentName": {
54-
"value": "${AZURE_AI_DEPLOYMENT_NAME=${AZURE_AI_AGENT_MODEL_NAME=gpt-4o-mini}}"
54+
"value": "${AZURE_AI_AGENT_MODEL_NAME=gpt-4o-mini}"
5555
},
5656
"agentModelFormat": {
5757
"value": "${AZURE_AI_AGENT_MODEL_FORMAT=OpenAI}"

0 commit comments

Comments
 (0)