File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11metadata name = 'Modernize Your Code Solution Accelerator'
22metadata 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments