Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.sync-sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8dc749def5ba8aaf43b57bab480fac44cfb95dcc
fa8eb002b35d34038f5752da6bfdb81291e6587d
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ resource project 'Microsoft.CognitiveServices/accounts/projects@2025-04-01-previ
location: storageAccount.location
}
}
dependsOn: [project_connection_cosmosdb_account]
}

resource project_connection_azureai_search 'connections@2025-04-01-preview' = {
Expand All @@ -86,6 +87,7 @@ resource project 'Microsoft.CognitiveServices/accounts/projects@2025-04-01-previ
location: searchService.location
}
}
dependsOn: [project_connection_azure_storage]
}

}
Expand Down
Loading
Loading