|
5 | 5 | "metadata": { |
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | | - "version": "0.36.177.2456", |
9 | | - "templateHash": "16347082498493141517" |
| 8 | + "version": "0.39.26.7824", |
| 9 | + "templateHash": "14225007957782613645" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
299 | 299 | "apiVersion": "2021-04-01", |
300 | 300 | "name": "default", |
301 | 301 | "properties": { |
302 | | - "tags": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'DKM', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name)))]" |
| 302 | + "tags": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'DKM', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name, 'SolutionSuffix', variables('solutionSuffix'))))]" |
303 | 303 | } |
304 | 304 | }, |
305 | 305 | "avmPrivateDnsZones": { |
|
311 | 311 | }, |
312 | 312 | "condition": "[parameters('enablePrivateNetworking')]", |
313 | 313 | "type": "Microsoft.Resources/deployments", |
314 | | - "apiVersion": "2022-09-01", |
| 314 | + "apiVersion": "2025-04-01", |
315 | 315 | "name": "[format('dns-zone-{0}', copyIndex())]", |
316 | 316 | "properties": { |
317 | 317 | "expressionEvaluationOptions": { |
|
3478 | 3478 | "logAnalyticsWorkspace": { |
3479 | 3479 | "condition": "[and(parameters('enableMonitoring'), not(variables('useExistingLogAnalytics')))]", |
3480 | 3480 | "type": "Microsoft.Resources/deployments", |
3481 | | - "apiVersion": "2022-09-01", |
| 3481 | + "apiVersion": "2025-04-01", |
3482 | 3482 | "name": "[take(format('avm.res.operational-insights.workspace.{0}', variables('logAnalyticsWorkspaceResourceName')), 64)]", |
3483 | 3483 | "properties": { |
3484 | 3484 | "expressionEvaluationOptions": { |
|
6584 | 6584 | "virtualNetwork": { |
6585 | 6585 | "condition": "[parameters('enablePrivateNetworking')]", |
6586 | 6586 | "type": "Microsoft.Resources/deployments", |
6587 | | - "apiVersion": "2022-09-01", |
| 6587 | + "apiVersion": "2025-04-01", |
6588 | 6588 | "name": "[take(format('module.virtualNetwork.{0}', variables('solutionSuffix')), 64)]", |
6589 | 6589 | "properties": { |
6590 | 6590 | "expressionEvaluationOptions": { |
|
6621 | 6621 | "metadata": { |
6622 | 6622 | "_generator": { |
6623 | 6623 | "name": "bicep", |
6624 | | - "version": "0.36.177.2456", |
6625 | | - "templateHash": "7116469417351280182" |
| 6624 | + "version": "0.39.26.7824", |
| 6625 | + "templateHash": "13170181033896143010" |
6626 | 6626 | } |
6627 | 6627 | }, |
6628 | 6628 | "definitions": { |
|
7041 | 7041 | }, |
7042 | 7042 | "condition": "[not(empty(tryGet(parameters('subnets')[copyIndex()], 'networkSecurityGroup')))]", |
7043 | 7043 | "type": "Microsoft.Resources/deployments", |
7044 | | - "apiVersion": "2022-09-01", |
| 7044 | + "apiVersion": "2025-04-01", |
7045 | 7045 | "name": "[take(format('avm.res.network.network-security-group.{0}.{1}', tryGet(parameters('subnets')[copyIndex()], 'networkSecurityGroup', 'name'), parameters('resourceSuffix')), 64)]", |
7046 | 7046 | "properties": { |
7047 | 7047 | "expressionEvaluationOptions": { |
|
7693 | 7693 | }, |
7694 | 7694 | "virtualNetwork": { |
7695 | 7695 | "type": "Microsoft.Resources/deployments", |
7696 | | - "apiVersion": "2022-09-01", |
| 7696 | + "apiVersion": "2025-04-01", |
7697 | 7697 | "name": "[take(format('avm.res.network.virtual-network.{0}', parameters('name')), 64)]", |
7698 | 7698 | "properties": { |
7699 | 7699 | "expressionEvaluationOptions": { |
|
9424 | 9424 | "bastionHost": { |
9425 | 9425 | "condition": "[parameters('enablePrivateNetworking')]", |
9426 | 9426 | "type": "Microsoft.Resources/deployments", |
9427 | | - "apiVersion": "2022-09-01", |
| 9427 | + "apiVersion": "2025-04-01", |
9428 | 9428 | "name": "[take(format('avm.res.network.bastion-host.{0}', variables('bastionHostName')), 64)]", |
9429 | 9429 | "properties": { |
9430 | 9430 | "expressionEvaluationOptions": { |
|
10743 | 10743 | "jumpboxVM": { |
10744 | 10744 | "condition": "[parameters('enablePrivateNetworking')]", |
10745 | 10745 | "type": "Microsoft.Resources/deployments", |
10746 | | - "apiVersion": "2022-09-01", |
| 10746 | + "apiVersion": "2025-04-01", |
10747 | 10747 | "name": "[take(format('avm.res.compute.virtual-machine.{0}', variables('jumpboxVmName')), 64)]", |
10748 | 10748 | "properties": { |
10749 | 10749 | "expressionEvaluationOptions": { |
|
19086 | 19086 | }, |
19087 | 19087 | "userAssignedIdentity": { |
19088 | 19088 | "type": "Microsoft.Resources/deployments", |
19089 | | - "apiVersion": "2022-09-01", |
| 19089 | + "apiVersion": "2025-04-01", |
19090 | 19090 | "name": "[take(format('avm.res.managed-identity.user-assigned-identity.{0}', variables('userAssignedIdentityResourceName')), 64)]", |
19091 | 19091 | "properties": { |
19092 | 19092 | "expressionEvaluationOptions": { |
|
19568 | 19568 | }, |
19569 | 19569 | "avmContainerRegistry": { |
19570 | 19570 | "type": "Microsoft.Resources/deployments", |
19571 | | - "apiVersion": "2022-09-01", |
| 19571 | + "apiVersion": "2025-04-01", |
19572 | 19572 | "name": "[format('avmContainerRegistry-{0}', uniqueString('avmContainerRegistry', deployment().name))]", |
19573 | 19573 | "properties": { |
19574 | 19574 | "expressionEvaluationOptions": { |
|
19611 | 19611 | "metadata": { |
19612 | 19612 | "_generator": { |
19613 | 19613 | "name": "bicep", |
19614 | | - "version": "0.36.177.2456", |
19615 | | - "templateHash": "11092248228709008584" |
| 19614 | + "version": "0.39.26.7824", |
| 19615 | + "templateHash": "13930413566901114787" |
19616 | 19616 | }, |
19617 | 19617 | "name": "Container Registry Module" |
19618 | 19618 | }, |
|
19748 | 19748 | "resources": { |
19749 | 19749 | "avmContainerRegistry": { |
19750 | 19750 | "type": "Microsoft.Resources/deployments", |
19751 | | - "apiVersion": "2022-09-01", |
| 19751 | + "apiVersion": "2025-04-01", |
19752 | 19752 | "name": "[parameters('acrName')]", |
19753 | 19753 | "properties": { |
19754 | 19754 | "expressionEvaluationOptions": { |
|
22817 | 22817 | }, |
22818 | 22818 | "avmCosmosDB": { |
22819 | 22819 | "type": "Microsoft.Resources/deployments", |
22820 | | - "apiVersion": "2022-09-01", |
| 22820 | + "apiVersion": "2025-04-01", |
22821 | 22821 | "name": "[take(format('avm.res.cosmos-{0}', variables('solutionSuffix')), 64)]", |
22822 | 22822 | "properties": { |
22823 | 22823 | "expressionEvaluationOptions": { |
|
26651 | 26651 | }, |
26652 | 26652 | "avmAppConfig": { |
26653 | 26653 | "type": "Microsoft.Resources/deployments", |
26654 | | - "apiVersion": "2022-09-01", |
| 26654 | + "apiVersion": "2025-04-01", |
26655 | 26655 | "name": "[take(format('avm.res.app-configuration.configuration-store.{0}', variables('appConfigName')), 64)]", |
26656 | 26656 | "properties": { |
26657 | 26657 | "expressionEvaluationOptions": { |
|
26723 | 26723 | }, |
26724 | 26724 | { |
26725 | 26725 | "name": "Application:Services:PersistentStorage:CosmosMongo:ConnectionString", |
26726 | | - "value": "[listOutputsWithSecureValues('avmCosmosDB', '2022-09-01').primaryReadWriteConnectionString]" |
| 26726 | + "value": "[listOutputsWithSecureValues('avmCosmosDB', '2025-04-01').primaryReadWriteConnectionString]" |
26727 | 26727 | }, |
26728 | 26728 | { |
26729 | 26729 | "name": "Application:Services:AzureAISearch:Endpoint", |
|
28780 | 28780 | "avmAppConfigUpdated": { |
28781 | 28781 | "condition": "[parameters('enablePrivateNetworking')]", |
28782 | 28782 | "type": "Microsoft.Resources/deployments", |
28783 | | - "apiVersion": "2022-09-01", |
| 28783 | + "apiVersion": "2025-04-01", |
28784 | 28784 | "name": "[take(format('avm.res.app-configuration.configuration-store-update.{0}', variables('appConfigName')), 64)]", |
28785 | 28785 | "properties": { |
28786 | 28786 | "expressionEvaluationOptions": { |
|
30795 | 30795 | }, |
30796 | 30796 | "avmStorageAccount": { |
30797 | 30797 | "type": "Microsoft.Resources/deployments", |
30798 | | - "apiVersion": "2022-09-01", |
| 30798 | + "apiVersion": "2025-04-01", |
30799 | 30799 | "name": "[take(format('avm.res.storage.storage-account.{0}', variables('storageAccountName')), 64)]", |
30800 | 30800 | "properties": { |
30801 | 30801 | "expressionEvaluationOptions": { |
@@ -36552,15 +36552,15 @@ |
36552 | 36552 | } |
36553 | 36553 | }, |
36554 | 36554 | "dependsOn": [ |
36555 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
36556 | 36555 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
| 36556 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
36557 | 36557 | "userAssignedIdentity", |
36558 | 36558 | "virtualNetwork" |
36559 | 36559 | ] |
36560 | 36560 | }, |
36561 | 36561 | "avmSearchSearchServices": { |
36562 | 36562 | "type": "Microsoft.Resources/deployments", |
36563 | | - "apiVersion": "2022-09-01", |
| 36563 | + "apiVersion": "2025-04-01", |
36564 | 36564 | "name": "[take(format('avm.res.cognitive-search-services.{0}', variables('aiSearchName')), 64)]", |
36565 | 36565 | "properties": { |
36566 | 36566 | "expressionEvaluationOptions": { |
|
38912 | 38912 | }, |
38913 | 38913 | "avmOpenAi": { |
38914 | 38914 | "type": "Microsoft.Resources/deployments", |
38915 | | - "apiVersion": "2022-09-01", |
| 38915 | + "apiVersion": "2025-04-01", |
38916 | 38916 | "name": "[take(format('avm.res.cognitiveservices.account.{0}', variables('openAiAccountName')), 64)]", |
38917 | 38917 | "properties": { |
38918 | 38918 | "expressionEvaluationOptions": { |
|
41511 | 41511 | }, |
41512 | 41512 | "documentIntelligence": { |
41513 | 41513 | "type": "Microsoft.Resources/deployments", |
41514 | | - "apiVersion": "2022-09-01", |
| 41514 | + "apiVersion": "2025-04-01", |
41515 | 41515 | "name": "[take(format('avm.res.cognitiveservices.account.{0}', variables('docIntelAccountName')), 64)]", |
41516 | 41516 | "properties": { |
41517 | 41517 | "expressionEvaluationOptions": { |
|
44099 | 44099 | }, |
44100 | 44100 | "managedCluster": { |
44101 | 44101 | "type": "Microsoft.Resources/deployments", |
44102 | | - "apiVersion": "2022-09-01", |
| 44102 | + "apiVersion": "2025-04-01", |
44103 | 44103 | "name": "[take(format('avm.res.container-service.managed-cluster.aks-{0}', variables('solutionSuffix')), 64)]", |
44104 | 44104 | "properties": { |
44105 | 44105 | "expressionEvaluationOptions": { |
|
47436 | 47436 | "applicationInsights": { |
47437 | 47437 | "condition": "[parameters('enableMonitoring')]", |
47438 | 47438 | "type": "Microsoft.Resources/deployments", |
47439 | | - "apiVersion": "2022-09-01", |
| 47439 | + "apiVersion": "2025-04-01", |
47440 | 47440 | "name": "[take(format('avm.res.insights.component.{0}', variables('applicationInsightsResourceName')), 64)]", |
47441 | 47441 | "properties": { |
47442 | 47442 | "expressionEvaluationOptions": { |
|
0 commit comments