Skip to content

Commit b2d667c

Browse files
Merge branch 'main' into dev
2 parents 16d8d2f + d6c6b73 commit b2d667c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
metadata name = 'Modernize Your Code Solution Accelerator'
22
metadata description = '''CSA CTO Gold Standard Solution Accelerator for Modernize Your Code.
33
'''
4-
4+
targetScope = 'resourceGroup'
55

66
@minLength(3)
77
@maxLength(16)
@@ -238,7 +238,7 @@ module network 'modules/network.bicep' = if (enablePrivateNetworking) {
238238
}
239239
}
240240

241-
module aiServices 'modules/ai-foundry/main.bicep' = {
241+
module aiServices 'modules/ai-foundry/aifoundry.bicep' = {
242242
name: take('avm.res.cognitive-services.account.${resourcesName}', 64)
243243
#disable-next-line no-unnecessary-dependson
244244
dependsOn: [logAnalyticsWorkspace, network] // required due to optional flags that could change dependency
File renamed without changes.

infra/modules/network.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ param vmSize string
6363
// - Document subnet usage and purpose in code comments.
6464
// - For AVM modules, ensure only one delegation per subnet and leave delegations empty if not required.
6565

66-
module network 'network/main.bicep' = {
66+
module network 'network/network-resources.bicep' = {
6767
name: take('network-${resourcesName}-create', 64)
6868
params: {
6969
resourcesName: resourcesName
File renamed without changes.

0 commit comments

Comments
 (0)