Skip to content

Commit 73e65a1

Browse files
committed
Update deploy_ai_foundry.bicep
1 parent 2e3f38b commit 73e65a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

infra/deploy_ai_foundry.bicep

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,11 @@ resource aiProject 'Microsoft.CognitiveServices/accounts/projects@2025-04-01-pre
320320
parent: aiServices
321321
name: aiProjectName
322322
location: solutionLocation
323+
kind: 'AIServices'
323324
identity: {
324325
type: 'SystemAssigned'
325326
}
326-
properties: {
327-
description: 'AI Project'
328-
displayName: aiProjectName
329-
}
327+
properties: {}
330328
}
331329

332330
resource project_connection_azureai_search 'Microsoft.CognitiveServices/accounts/projects/connections@2025-04-01-preview' = {

0 commit comments

Comments
 (0)