Skip to content

Commit 17d3612

Browse files
Rename AI services module file and update reference in main Bicep template
1 parent c46593d commit 17d3612

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ module avmStorageAccount 'br/public:avm/res/storage/storage-account:0.20.0' = {
490490
}
491491

492492
// // ========== AI Foundry and related resources ========== //
493-
module avmAiServices 'modules/account/main.bicep' = {
493+
module avmAiServices 'modules/account/aiservice.bicep' = {
494494
name: take('module.ai-services.${solutionSuffix}', 64)
495495
params: {
496496
name: 'aif-${solutionSuffix}'
File renamed without changes.

0 commit comments

Comments
 (0)