Skip to content

Commit e5c00be

Browse files
fix: remove unused OPENAI_API_VERSION variable
1 parent 70fb331 commit e5c00be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

infra/main.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2659,7 +2659,7 @@
26592659
}
26602660
},
26612661
"variables": {
2662-
"WebAppImageName": "DOCKER|macaetestcr.azurecr.io/cawebapp:testca"
2662+
"WebAppImageName": "[format('DOCKER|bycwacontainerreg.azurecr.io/byc-wa-app:{0}', parameters('imageTag'))]"
26632663
},
26642664
"resources": [
26652665
{
@@ -2855,10 +2855,6 @@
28552855
"name": "SQLDB_USER_MID",
28562856
"value": "[parameters('userassignedIdentityClientId')]"
28572857
},
2858-
{
2859-
"name": "OPENAI_API_VERSION",
2860-
"value": "[parameters('AzureOpenAIApiVersion')]"
2861-
},
28622858
{
28632859
"name": "AZURE_AI_SEARCH_ENDPOINT",
28642860
"value": "[parameters('azureSearchServiceEndpoint')]"

0 commit comments

Comments
 (0)