|
5 | 5 | "_generator": { |
6 | 6 | "name": "bicep", |
7 | 7 | "version": "0.36.1.42791", |
8 | | - "templateHash": "1377300534086071379" |
| 8 | + "templateHash": "9020784167987493688" |
9 | 9 | } |
10 | 10 | }, |
11 | 11 | "parameters": { |
|
84 | 84 | "type": "string", |
85 | 85 | "defaultValue": "2025-01-01-preview" |
86 | 86 | }, |
| 87 | + "azureAiAgentApiVersion": { |
| 88 | + "type": "string", |
| 89 | + "defaultValue": "2025-05-01" |
| 90 | + }, |
87 | 91 | "gptDeploymentCapacity": { |
88 | 92 | "type": "int", |
89 | 93 | "defaultValue": 150, |
|
2678 | 2682 | "AZURE_OPENAI_API_VERSION": "[parameters('azureOpenAIApiVersion')]", |
2679 | 2683 | "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]", |
2680 | 2684 | "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]", |
| 2685 | + "AZURE_AI_AGENT_API_VERSION": "[parameters('azureAiAgentApiVersion')]", |
2681 | 2686 | "AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME": "[parameters('gptModelName')]", |
2682 | 2687 | "USE_CHAT_HISTORY_ENABLED": "True", |
2683 | 2688 | "AZURE_COSMOSDB_ACCOUNT": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_cosmos_db'), '2022-09-01').outputs.cosmosAccountName.value]", |
|
3487 | 3492 | "type": "string", |
3488 | 3493 | "value": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.projectEndpoint.value]" |
3489 | 3494 | }, |
| 3495 | + "AZURE_AI_AGENT_API_VERSION": { |
| 3496 | + "type": "string", |
| 3497 | + "value": "[parameters('azureAiAgentApiVersion')]" |
| 3498 | + }, |
3490 | 3499 | "AZURE_AI_PROJECT_NAME": { |
3491 | 3500 | "type": "string", |
3492 | 3501 | "value": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.aiProjectName.value]" |
|
0 commit comments