Skip to content

Commit 424cdff

Browse files
Merge pull request #285 from microsoft/psl-bicepfilenamechange
refactor: Refactor AI services module Name
2 parents 91d4daa + 96ab538 commit 424cdff

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
@@ -579,7 +579,7 @@ module avmStorageAccount 'br/public:avm/res/storage/storage-account:0.20.0' = {
579579
}
580580

581581
// // ========== AI Foundry and related resources ========== //
582-
module avmAiServices 'modules/account/main.bicep' = {
582+
module avmAiServices 'modules/account/aifoundry.bicep' = {
583583
name: format(resourceNameFormatString, 'aisa-')
584584
params: {
585585
name: 'aisa-${solutionPrefix}'
File renamed without changes.

0 commit comments

Comments
 (0)