|
5 | 5 | "metadata": { |
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | | - "version": "0.42.1.51946", |
9 | | - "templateHash": "3984182123932774684" |
| 8 | + "version": "0.39.26.7824", |
| 9 | + "templateHash": "4809612702927835067" |
10 | 10 | }, |
11 | 11 | "name": "Modernize Your Code Solution Accelerator", |
12 | 12 | "description": "CSA CTO Gold Standard Solution Accelerator for Modernize Your Code. \r\n" |
|
5095 | 5095 | "metadata": { |
5096 | 5096 | "_generator": { |
5097 | 5097 | "name": "bicep", |
5098 | | - "version": "0.42.1.51946", |
5099 | | - "templateHash": "15922750226218572834" |
| 5098 | + "version": "0.39.26.7824", |
| 5099 | + "templateHash": "15009691488369627296" |
5100 | 5100 | } |
5101 | 5101 | }, |
5102 | 5102 | "definitions": { |
@@ -13103,11 +13103,11 @@ |
13103 | 13103 | }, |
13104 | 13104 | "dependsOn": [ |
13105 | 13105 | "applicationInsights", |
13106 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').agentSvc)]", |
13107 | 13106 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
13108 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').ods)]", |
13109 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').monitor)]", |
13110 | 13107 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').oms)]", |
| 13108 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').monitor)]", |
| 13109 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').ods)]", |
| 13110 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').agentSvc)]", |
13111 | 13111 | "dataCollectionEndpoint", |
13112 | 13112 | "logAnalyticsWorkspace", |
13113 | 13113 | "virtualNetwork" |
|
26170 | 26170 | "metadata": { |
26171 | 26171 | "_generator": { |
26172 | 26172 | "name": "bicep", |
26173 | | - "version": "0.42.1.51946", |
26174 | | - "templateHash": "9292767591417947872" |
| 26173 | + "version": "0.39.26.7824", |
| 26174 | + "templateHash": "11834228529475584401" |
26175 | 26175 | }, |
26176 | 26176 | "name": "AI Services and Project Module", |
26177 | 26177 | "description": "This module creates an AI Services resource and an AI Foundry project within it. It supports private networking, OpenAI deployments, and role assignments." |
|
27507 | 27507 | "metadata": { |
27508 | 27508 | "_generator": { |
27509 | 27509 | "name": "bicep", |
27510 | | - "version": "0.42.1.51946", |
27511 | | - "templateHash": "17679330702241672588" |
| 27510 | + "version": "0.39.26.7824", |
| 27511 | + "templateHash": "16634905127625208251" |
27512 | 27512 | } |
27513 | 27513 | }, |
27514 | 27514 | "definitions": { |
|
28484 | 28484 | "condition": "[and(not(empty(coalesce(parameters('lock'), createObject()))), not(equals(tryGet(parameters('lock'), 'kind'), 'None')))]", |
28485 | 28485 | "type": "Microsoft.Authorization/locks", |
28486 | 28486 | "apiVersion": "2020-05-01", |
28487 | | - "scope": "[resourceId('Microsoft.CognitiveServices/accounts', parameters('name'))]", |
| 28487 | + "scope": "[format('Microsoft.CognitiveServices/accounts/{0}', parameters('name'))]", |
28488 | 28488 | "name": "[coalesce(tryGet(parameters('lock'), 'name'), format('lock-{0}', parameters('name')))]", |
28489 | 28489 | "properties": { |
28490 | 28490 | "level": "[coalesce(tryGet(parameters('lock'), 'kind'), '')]", |
|
28498 | 28498 | }, |
28499 | 28499 | "type": "Microsoft.Insights/diagnosticSettings", |
28500 | 28500 | "apiVersion": "2021-05-01-preview", |
28501 | | - "scope": "[resourceId('Microsoft.CognitiveServices/accounts', parameters('name'))]", |
| 28501 | + "scope": "[format('Microsoft.CognitiveServices/accounts/{0}', parameters('name'))]", |
28502 | 28502 | "name": "[coalesce(tryGet(coalesce(parameters('diagnosticSettings'), createArray())[copyIndex()], 'name'), format('{0}-diagnosticSettings', parameters('name')))]", |
28503 | 28503 | "properties": { |
28504 | 28504 | "copy": [ |
|
28536 | 28536 | }, |
28537 | 28537 | "type": "Microsoft.Authorization/roleAssignments", |
28538 | 28538 | "apiVersion": "2022-04-01", |
28539 | | - "scope": "[resourceId('Microsoft.CognitiveServices/accounts', parameters('name'))]", |
| 28539 | + "scope": "[format('Microsoft.CognitiveServices/accounts/{0}', parameters('name'))]", |
28540 | 28540 | "name": "[coalesce(tryGet(coalesce(variables('formattedRoleAssignments'), createArray())[copyIndex()], 'name'), guid(resourceId('Microsoft.CognitiveServices/accounts', parameters('name')), coalesce(variables('formattedRoleAssignments'), createArray())[copyIndex()].principalId, coalesce(variables('formattedRoleAssignments'), createArray())[copyIndex()].roleDefinitionId))]", |
28541 | 28541 | "properties": { |
28542 | 28542 | "roleDefinitionId": "[coalesce(variables('formattedRoleAssignments'), createArray())[copyIndex()].roleDefinitionId]", |
|
29243 | 29243 | "metadata": { |
29244 | 29244 | "_generator": { |
29245 | 29245 | "name": "bicep", |
29246 | | - "version": "0.42.1.51946", |
29247 | | - "templateHash": "12801288885438838277" |
| 29246 | + "version": "0.39.26.7824", |
| 29247 | + "templateHash": "15137713459703311595" |
29248 | 29248 | } |
29249 | 29249 | }, |
29250 | 29250 | "definitions": { |
|
29397 | 29397 | "metadata": { |
29398 | 29398 | "_generator": { |
29399 | 29399 | "name": "bicep", |
29400 | | - "version": "0.42.1.51946", |
29401 | | - "templateHash": "6439859910553532577" |
| 29400 | + "version": "0.39.26.7824", |
| 29401 | + "templateHash": "12656937822859269391" |
29402 | 29402 | } |
29403 | 29403 | }, |
29404 | 29404 | "definitions": { |
|
29615 | 29615 | "metadata": { |
29616 | 29616 | "_generator": { |
29617 | 29617 | "name": "bicep", |
29618 | | - "version": "0.42.1.51946", |
29619 | | - "templateHash": "17679330702241672588" |
| 29618 | + "version": "0.39.26.7824", |
| 29619 | + "templateHash": "16634905127625208251" |
29620 | 29620 | } |
29621 | 29621 | }, |
29622 | 29622 | "definitions": { |
|
30592 | 30592 | "condition": "[and(not(empty(coalesce(parameters('lock'), createObject()))), not(equals(tryGet(parameters('lock'), 'kind'), 'None')))]", |
30593 | 30593 | "type": "Microsoft.Authorization/locks", |
30594 | 30594 | "apiVersion": "2020-05-01", |
30595 | | - "scope": "[resourceId('Microsoft.CognitiveServices/accounts', parameters('name'))]", |
| 30595 | + "scope": "[format('Microsoft.CognitiveServices/accounts/{0}', parameters('name'))]", |
30596 | 30596 | "name": "[coalesce(tryGet(parameters('lock'), 'name'), format('lock-{0}', parameters('name')))]", |
30597 | 30597 | "properties": { |
30598 | 30598 | "level": "[coalesce(tryGet(parameters('lock'), 'kind'), '')]", |
|
30606 | 30606 | }, |
30607 | 30607 | "type": "Microsoft.Insights/diagnosticSettings", |
30608 | 30608 | "apiVersion": "2021-05-01-preview", |
30609 | | - "scope": "[resourceId('Microsoft.CognitiveServices/accounts', parameters('name'))]", |
| 30609 | + "scope": "[format('Microsoft.CognitiveServices/accounts/{0}', parameters('name'))]", |
30610 | 30610 | "name": "[coalesce(tryGet(coalesce(parameters('diagnosticSettings'), createArray())[copyIndex()], 'name'), format('{0}-diagnosticSettings', parameters('name')))]", |
30611 | 30611 | "properties": { |
30612 | 30612 | "copy": [ |
|
30644 | 30644 | }, |
30645 | 30645 | "type": "Microsoft.Authorization/roleAssignments", |
30646 | 30646 | "apiVersion": "2022-04-01", |
30647 | | - "scope": "[resourceId('Microsoft.CognitiveServices/accounts', parameters('name'))]", |
| 30647 | + "scope": "[format('Microsoft.CognitiveServices/accounts/{0}', parameters('name'))]", |
30648 | 30648 | "name": "[coalesce(tryGet(coalesce(variables('formattedRoleAssignments'), createArray())[copyIndex()], 'name'), guid(resourceId('Microsoft.CognitiveServices/accounts', parameters('name')), coalesce(variables('formattedRoleAssignments'), createArray())[copyIndex()].principalId, coalesce(variables('formattedRoleAssignments'), createArray())[copyIndex()].roleDefinitionId))]", |
30649 | 30649 | "properties": { |
30650 | 30650 | "roleDefinitionId": "[coalesce(variables('formattedRoleAssignments'), createArray())[copyIndex()].roleDefinitionId]", |
|
31351 | 31351 | "metadata": { |
31352 | 31352 | "_generator": { |
31353 | 31353 | "name": "bicep", |
31354 | | - "version": "0.42.1.51946", |
31355 | | - "templateHash": "12801288885438838277" |
| 31354 | + "version": "0.39.26.7824", |
| 31355 | + "templateHash": "15137713459703311595" |
31356 | 31356 | } |
31357 | 31357 | }, |
31358 | 31358 | "definitions": { |
|
31505 | 31505 | "metadata": { |
31506 | 31506 | "_generator": { |
31507 | 31507 | "name": "bicep", |
31508 | | - "version": "0.42.1.51946", |
31509 | | - "templateHash": "6439859910553532577" |
| 31508 | + "version": "0.39.26.7824", |
| 31509 | + "templateHash": "12656937822859269391" |
31510 | 31510 | } |
31511 | 31511 | }, |
31512 | 31512 | "definitions": { |
|
32479 | 32479 | "metadata": { |
32480 | 32480 | "_generator": { |
32481 | 32481 | "name": "bicep", |
32482 | | - "version": "0.42.1.51946", |
32483 | | - "templateHash": "3598447245043879538" |
| 32482 | + "version": "0.39.26.7824", |
| 32483 | + "templateHash": "78196139117756556" |
32484 | 32484 | } |
32485 | 32485 | }, |
32486 | 32486 | "definitions": { |
|
40888 | 40888 | }, |
40889 | 40889 | "dependsOn": [ |
40890 | 40890 | "appIdentity", |
40891 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
40892 | 40891 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
| 40892 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
40893 | 40893 | "logAnalyticsWorkspace", |
40894 | 40894 | "virtualNetwork" |
40895 | 40895 | ] |
|
40938 | 40938 | "metadata": { |
40939 | 40939 | "_generator": { |
40940 | 40940 | "name": "bicep", |
40941 | | - "version": "0.42.1.51946", |
40942 | | - "templateHash": "18406833646069425594" |
| 40941 | + "version": "0.39.26.7824", |
| 40942 | + "templateHash": "7162569703426678426" |
40943 | 40943 | } |
40944 | 40944 | }, |
40945 | 40945 | "definitions": { |
|
44801 | 44801 | "metadata": { |
44802 | 44802 | "_generator": { |
44803 | 44803 | "name": "bicep", |
44804 | | - "version": "0.42.1.51946", |
44805 | | - "templateHash": "14534421541012182178" |
| 44804 | + "version": "0.39.26.7824", |
| 44805 | + "templateHash": "13948751655369256846" |
44806 | 44806 | } |
44807 | 44807 | }, |
44808 | 44808 | "definitions": { |
|
51099 | 51099 | "appLogsConfiguration": "[if(parameters('enableMonitoring'), createObject('value', createObject('destination', 'log-analytics', 'logAnalyticsWorkspaceResourceId', if(variables('useExistingLogAnalytics'), parameters('existingLogAnalyticsWorkspaceId'), reference('logAnalyticsWorkspace').outputs.resourceId.value), 'logAnalyticsConfiguration', createObject('customerId', if(variables('useExistingLogAnalytics'), reference('existingLogAnalyticsWorkspace').customerId, reference('logAnalyticsWorkspace').outputs.logAnalyticsWorkspaceId.value), 'sharedKey', if(variables('useExistingLogAnalytics'), listKeys('existingLogAnalyticsWorkspace', '2025-07-01').primarySharedKey, listOutputsWithSecureValues('logAnalyticsWorkspace', '2025-04-01').primarySharedKey)))), createObject('value', null()))]", |
51100 | 51100 | "workloadProfiles": "[if(parameters('enablePrivateNetworking'), createObject('value', createArray(createObject('name', 'Consumption', 'workloadProfileType', 'Consumption'))), createObject('value', createArray()))]", |
51101 | 51101 | "tags": { |
51102 | | - "value": "[variables('allTags')]" |
| 51102 | + "value": "[shallowMerge(createArray(resourceGroup().tags, variables('allTags')))]" |
51103 | 51103 | }, |
51104 | 51104 | "enableTelemetry": { |
51105 | 51105 | "value": "[parameters('enableTelemetry')]" |
|
0 commit comments