Skip to content

Commit

Permalink
Updated elasticsan teplate
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Feb 23, 2025
1 parent 9d8d1bd commit a7fcea7
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions avm/res/elastic-san/elastic-san/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a7fcea7

Please sign in to comment.