From a7fcea7be22612dcf4f870f53d00040097419b35 Mon Sep 17 00:00:00 2001 From: AlexanderSehr Date: Sun, 23 Feb 2025 11:22:56 +0100 Subject: [PATCH] Updated elasticsan teplate --- avm/res/elastic-san/elastic-san/main.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/avm/res/elastic-san/elastic-san/main.json b/avm/res/elastic-san/elastic-san/main.json index ce70415213..20a4ec2575 100644 --- a/avm/res/elastic-san/elastic-san/main.json +++ b/avm/res/elastic-san/elastic-san/main.json @@ -5,8 +5,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.32.4.45862", - "templateHash": "12187658159470614288" + "version": "0.33.13.18514", + "templateHash": "3711235937183558605" }, "name": "Elastic SANs", "description": "This module deploys an Elastic SAN." @@ -1101,8 +1101,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.32.4.45862", - "templateHash": "5472510668055424391" + "version": "0.33.13.18514", + "templateHash": "5043762592549190927" }, "name": "Elastic SAN Volume Groups", "description": "This module deploys an Elastic SAN Volume Group." @@ -1891,8 +1891,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.32.4.45862", - "templateHash": "7324265222363694864" + "version": "0.33.13.18514", + "templateHash": "8260850643378717237" }, "name": "Elastic SAN Volumes", "description": "This module deploys an Elastic SAN Volume." @@ -2056,8 +2056,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.32.4.45862", - "templateHash": "11683450086168084373" + "version": "0.33.13.18514", + "templateHash": "4007403623410700025" }, "name": "Elastic SAN Volume Snapshots", "description": "This module deploys an Elastic SAN Volume Snapshot." @@ -3072,10 +3072,11 @@ }, "systemAssignedMIPrincipalId": { "type": "string", + "nullable": true, "metadata": { "description": "The principal ID of the system assigned identity of the deployed Elastic SAN Volume Group." }, - "value": "[coalesce(tryGet(tryGet(reference('volumeGroup', '2023-01-01', 'full'), 'identity'), 'principalId'), '')]" + "value": "[tryGet(tryGet(reference('volumeGroup', '2023-01-01', 'full'), 'identity'), 'principalId')]" }, "volumes": { "type": "array",