|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.44.1.10279", |
9 | | - "templateHash": "15739232766064275104" |
| 9 | + "templateHash": "13731968440732364764" |
10 | 10 | }, |
11 | 11 | "name": "Multi-Agent Custom Automation Engine - Deployment Router", |
12 | 12 | "description": "Deployment router for the Multi-Agent Custom Automation Engine accelerator. Routes to either the AVM or vanilla Bicep orchestrator and preserves a unified deployment contract." |
|
561 | 561 | "_generator": { |
562 | 562 | "name": "bicep", |
563 | 563 | "version": "0.44.1.10279", |
564 | | - "templateHash": "6625237371109264103" |
| 564 | + "templateHash": "15518088603134439540" |
565 | 565 | }, |
566 | 566 | "name": "Multi-Agent Custom Automation Engine - AVM", |
567 | 567 | "description": "AVM orchestrator for the Multi-Agent Custom Automation Engine accelerator. Deploys the same logical resources and preserves the same outputs as infra\\main.bicep using local AVM wrapper modules." |
|
957 | 957 | "solutionSuffix": "[toLower(trim(replace(replace(replace(replace(replace(replace(format('{0}{1}', parameters('solutionName'), parameters('solutionUniqueText')), '-', ''), '_', ''), '.', ''), '/', ''), ' ', ''), '*', '')))]", |
958 | 958 | "allTags": "[union(createObject('azd-env-name', parameters('solutionName')), parameters('tags'))]", |
959 | 959 | "existingTags": "[coalesce(resourceGroup().tags, createObject())]", |
960 | | - "resourceTags": "[union(variables('existingTags'), variables('allTags'), createObject('TemplateName', 'MACAE', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name, 'SolutionSuffix', variables('solutionSuffix'), 'SecurityControl', 'Ignore'))]", |
| 960 | + "resourceTags": "[union(variables('existingTags'), variables('allTags'), createObject('TemplateName', 'MACAE', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name, 'SolutionSuffix', variables('solutionSuffix')))]", |
961 | 961 | "useExistingLogAnalytics": "[not(empty(parameters('existingLogAnalyticsWorkspaceId')))]", |
962 | 962 | "existingLawSubscription": "[if(variables('useExistingLogAnalytics'), split(parameters('existingLogAnalyticsWorkspaceId'), '/')[2], '')]", |
963 | 963 | "existingLawResourceGroup": "[if(variables('useExistingLogAnalytics'), split(parameters('existingLogAnalyticsWorkspaceId'), '/')[4], '')]", |
|
0 commit comments