Skip to content

Commit 2d8deb8

Browse files
Merge pull request #77 from Abdul-Microsoft/psl-modulenamechange
refactor: Module Name Changes
2 parents 966b820 + 8381abc commit 2d8deb8

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ module storageAccount 'modules/storageAccount.bicep' = {
259259
}
260260
}
261261

262-
module cognitiveServices 'modules/cognitive-services/main.bicep' = {
262+
module cognitiveServices 'modules/cognitive-services/cognitiveServices.bicep' = {
263263
name: '${name}-cognitive-services-deployment'
264264
params: {
265265
name: name
@@ -297,7 +297,7 @@ module cognitiveServices 'modules/cognitive-services/main.bicep' = {
297297
}
298298

299299
// // Add the new FDP cognitive services module
300-
module project 'modules/ai-foundry-project/main.bicep' = {
300+
module project 'modules/ai-foundry-project/aiFoundryProject.bicep' = {
301301
name: '${name}prj'
302302
params: {
303303
cosmosDBname: cosmosDbEnabled? cosmosDb.outputs.cosmosDBname : ''
File renamed without changes.

infra/modules/avm/cognitive-services/main.bicep renamed to infra/modules/avm/cognitive-services/avmCognitiveServices.bicep

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)