Skip to content

Commit b352825

Browse files
updated main.json
1 parent 331dda5 commit b352825

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

infra/main.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.36.1.42791",
8-
"templateHash": "10112680547008888655"
8+
"templateHash": "8092463381287522556"
99
}
1010
},
1111
"parameters": {
@@ -2447,7 +2447,6 @@
24472447
"AZURE_OPEN_AI_ENDPOINT": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.aiServicesTarget.value]",
24482448
"AZURE_OPENAI_API_VERSION": "[variables('azureOpenAIApiVersion')]",
24492449
"AZURE_OPENAI_RESOURCE": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.aiServicesName.value]",
2450-
"AZURE_OPENAI_API_KEY": "[format('@Microsoft.KeyVault(SecretUri={0}secrets/AZURE-OPENAI-KEY/)', reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_keyvault'), '2022-09-01').outputs.keyvaultUri.value)]",
24512450
"AZURE_AI_AGENT_ENDPOINT": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.projectEndpoint.value]",
24522451
"AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME": "[parameters('gptModelName')]",
24532452
"USE_CHAT_HISTORY_ENABLED": "True",
@@ -3180,10 +3179,6 @@
31803179
"type": "string",
31813180
"value": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.aiServicesTarget.value]"
31823181
},
3183-
"AZURE_OPENAI_API_KEY": {
3184-
"type": "string",
3185-
"value": ""
3186-
},
31873182
"AZURE_OPEN_AI_MODEL_DEPLOYMENT_TYPE": {
31883183
"type": "string",
31893184
"value": "[parameters('deploymentType')]"

0 commit comments

Comments
 (0)