|
5 | 5 | "metadata": { |
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | | - "version": "0.39.26.7824", |
9 | | - "templateHash": "4343709482796648658" |
| 8 | + "version": "0.40.2.10011", |
| 9 | + "templateHash": "11659042024779211153" |
10 | 10 | }, |
11 | 11 | "name": "Multi-Agent Custom Automation Engine", |
12 | 12 | "description": "This module contains the resources required to deploy the [Multi-Agent Custom Automation Engine solution accelerator](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator) for both Sandbox environments and WAF aligned environments.\r\n\r\n> **Note:** This module is not intended for broad, generic use, as it was designed by the Commercial Solution Areas CTO team, as a Microsoft Solution Accelerator. Feature requests and bug fix requests are welcome if they support the needs of this organization but may not be incorporated if they aim to make this module more generic than what it needs to be for its primary use case. This module will likely be updated to leverage AVM resource modules in the future. This may result in breaking changes in upcoming versions when these features are implemented.\r\n" |
|
399 | 399 | }, |
400 | 400 | "replicaLocation": "[variables('replicaRegionPairs')[parameters('location')]]", |
401 | 401 | "allTags": "[union(createObject('azd-env-name', parameters('solutionName')), parameters('tags'))]", |
| 402 | + "existingTags": "[coalesce(resourceGroup().tags, createObject())]", |
402 | 403 | "deployerPrincipalType": "[if(contains(deployer(), 'userPrincipalName'), 'User', 'ServicePrincipal')]", |
403 | 404 | "useExistingLogAnalytics": "[not(empty(parameters('existingLogAnalyticsWorkspaceId')))]", |
404 | 405 | "existingLawSubscription": "[if(variables('useExistingLogAnalytics'), split(parameters('existingLogAnalyticsWorkspaceId'), '/')[2], '')]", |
|
502 | 503 | "apiVersion": "2021-04-01", |
503 | 504 | "name": "default", |
504 | 505 | "properties": { |
505 | | - "tags": "[shallowMerge(createArray(resourceGroup().tags, variables('allTags'), createObject('TemplateName', 'MACAE', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name, 'SolutionSuffix', variables('solutionSuffix'))))]" |
| 506 | + "tags": "[union(variables('existingTags'), variables('allTags'), createObject('TemplateName', 'MACAE', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name, 'SolutionSuffix', variables('solutionSuffix')))]" |
506 | 507 | } |
507 | 508 | }, |
508 | 509 | "avmTelemetry": { |
|
4911 | 4912 | "metadata": { |
4912 | 4913 | "_generator": { |
4913 | 4914 | "name": "bicep", |
4914 | | - "version": "0.39.26.7824", |
4915 | | - "templateHash": "17693629099431521233" |
| 4915 | + "version": "0.40.2.10011", |
| 4916 | + "templateHash": "16969845928384020185" |
4916 | 4917 | } |
4917 | 4918 | }, |
4918 | 4919 | "definitions": { |
|
22443 | 22444 | "metadata": { |
22444 | 22445 | "_generator": { |
22445 | 22446 | "name": "bicep", |
22446 | | - "version": "0.39.26.7824", |
22447 | | - "templateHash": "7473169155225322335" |
| 22447 | + "version": "0.40.2.10011", |
| 22448 | + "templateHash": "8742987061721021759" |
22448 | 22449 | } |
22449 | 22450 | }, |
22450 | 22451 | "definitions": { |
|
22751 | 22752 | }, |
22752 | 22753 | "type": "Microsoft.Authorization/roleAssignments", |
22753 | 22754 | "apiVersion": "2022-04-01", |
22754 | | - "scope": "[format('Microsoft.CognitiveServices/accounts/{0}', parameters('name'))]", |
| 22755 | + "scope": "[resourceId('Microsoft.CognitiveServices/accounts', parameters('name'))]", |
22755 | 22756 | "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))]", |
22756 | 22757 | "properties": { |
22757 | 22758 | "roleDefinitionId": "[coalesce(variables('formattedRoleAssignments'), createArray())[copyIndex()].roleDefinitionId]", |
|
25430 | 25431 | } |
25431 | 25432 | }, |
25432 | 25433 | "dependsOn": [ |
25433 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
25434 | 25434 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
25435 | 25435 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 25436 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
25436 | 25437 | "logAnalyticsWorkspace", |
25437 | 25438 | "userAssignedIdentity", |
25438 | 25439 | "virtualNetwork" |
|
25471 | 25472 | "metadata": { |
25472 | 25473 | "_generator": { |
25473 | 25474 | "name": "bicep", |
25474 | | - "version": "0.39.26.7824", |
25475 | | - "templateHash": "13634050148372048883" |
| 25475 | + "version": "0.40.2.10011", |
| 25476 | + "templateHash": "7507285802464480889" |
25476 | 25477 | } |
25477 | 25478 | }, |
25478 | 25479 | "parameters": { |
|
34462 | 34463 | "metadata": { |
34463 | 34464 | "_generator": { |
34464 | 34465 | "name": "bicep", |
34465 | | - "version": "0.39.26.7824", |
34466 | | - "templateHash": "13074777962389399773" |
| 34466 | + "version": "0.40.2.10011", |
| 34467 | + "templateHash": "8640881069237947782" |
34467 | 34468 | } |
34468 | 34469 | }, |
34469 | 34470 | "definitions": { |
|
35400 | 35401 | }, |
35401 | 35402 | "type": "Microsoft.Insights/diagnosticSettings", |
35402 | 35403 | "apiVersion": "2021-05-01-preview", |
35403 | | - "scope": "[format('Microsoft.Web/sites/{0}', parameters('name'))]", |
| 35404 | + "scope": "[resourceId('Microsoft.Web/sites', parameters('name'))]", |
35404 | 35405 | "name": "[coalesce(tryGet(coalesce(parameters('diagnosticSettings'), createArray())[copyIndex()], 'name'), format('{0}-diagnosticSettings', parameters('name')))]", |
35405 | 35406 | "properties": { |
35406 | 35407 | "copy": [ |
|
35475 | 35476 | "metadata": { |
35476 | 35477 | "_generator": { |
35477 | 35478 | "name": "bicep", |
35478 | | - "version": "0.39.26.7824", |
35479 | | - "templateHash": "11666262061409473778" |
| 35479 | + "version": "0.40.2.10011", |
| 35480 | + "templateHash": "10706743168754451638" |
35480 | 35481 | }, |
35481 | 35482 | "name": "Site App Settings", |
35482 | 35483 | "description": "This module deploys a Site App Setting." |
|
44654 | 44655 | "metadata": { |
44655 | 44656 | "_generator": { |
44656 | 44657 | "name": "bicep", |
44657 | | - "version": "0.39.26.7824", |
44658 | | - "templateHash": "13854536965493424643" |
| 44658 | + "version": "0.40.2.10011", |
| 44659 | + "templateHash": "14874963049736669838" |
44659 | 44660 | } |
44660 | 44661 | }, |
44661 | 44662 | "parameters": { |
|
0 commit comments