File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ resource applicationInsights 'Microsoft.Insights/components@2020-02-02' existing
137137// ---- New resources ----
138138
139139@description ('Existing Azure AI Foundry account. The project will be created as a child resource of this account.' )
140- resource aiFoundry 'Microsoft.CognitiveServices/accounts@2025-04 -01-preview ' existing = {
140+ resource aiFoundry 'Microsoft.CognitiveServices/accounts@2025-06 -01' existing = {
141141 name : existingAiFoundryName
142142
143143 resource project 'projects' = {
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2025-02
5959// ---- New resources ----
6060
6161@description ('Deploy Azure AI Foundry (account) with Foundry Agent Service capability.' )
62- resource aiFoundry 'Microsoft.CognitiveServices/accounts@2025-04 -01-preview ' = {
62+ resource aiFoundry 'Microsoft.CognitiveServices/accounts@2025-06 -01' = {
6363 name : aiFoundryName
6464 location : location
6565 kind : 'AIServices'
You can’t perform that action at this time.
0 commit comments