|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.37.4.10188", |
9 | | - "templateHash": "6532750000123932110" |
| 9 | + "templateHash": "17149382688370834876" |
10 | 10 | }, |
11 | 11 | "name": "Document Generation Solution Accelerator", |
12 | 12 | "description": "CSA CTO Gold Standard Solution Accelerator for Document Generation.\n" |
|
236 | 236 | "metadata": { |
237 | 237 | "description": "Optional. Enable purge protection for the Key Vault" |
238 | 238 | } |
| 239 | + }, |
| 240 | + "createdBy": { |
| 241 | + "type": "string", |
| 242 | + "defaultValue": "[if(empty(deployer().userPrincipalName), '', split(deployer().userPrincipalName, '@')[0])]", |
| 243 | + "metadata": { |
| 244 | + "description": "Optional created by user name" |
| 245 | + } |
239 | 246 | } |
240 | 247 | }, |
241 | 248 | "variables": { |
|
375 | 382 | "apiVersion": "2021-04-01", |
376 | 383 | "name": "default", |
377 | 384 | "properties": { |
378 | | - "tags": "[shallowMerge(createArray(parameters('tags'), createObject('TemplateName', 'Docgen', 'SecurityControl', 'Ignore')))]" |
| 385 | + "tags": "[shallowMerge(createArray(parameters('tags'), createObject('TemplateName', 'Docgen', 'CreatedBy', parameters('createdBy'))))]" |
379 | 386 | } |
380 | 387 | }, |
381 | 388 | "existingAiFoundryAiServices": { |
|
26663 | 26670 | } |
26664 | 26671 | }, |
26665 | 26672 | "dependsOn": [ |
| 26673 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
26666 | 26674 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
26667 | 26675 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
26668 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
26669 | 26676 | "logAnalyticsWorkspace", |
26670 | 26677 | "network", |
26671 | 26678 | "userAssignedIdentity" |
|
35138 | 35145 | } |
35139 | 35146 | }, |
35140 | 35147 | "dependsOn": [ |
35141 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
35142 | 35148 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
| 35149 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
35143 | 35150 | "network", |
35144 | 35151 | "userAssignedIdentity" |
35145 | 35152 | ] |
|
0 commit comments