Skip to content

Commit c2a46c2

Browse files
authored
update cs rp api version (#69)
1 parent a9ad5da commit c2a46c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra-as-code/bicep/ai-foundry-project.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' = {

infra-as-code/bicep/ai-foundry.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)