Skip to content

Commit

Permalink
adding the name property under the then section
Browse files Browse the repository at this point in the history
  • Loading branch information
neiichango committed Mar 20, 2024
1 parent 08cb5fb commit c3eb833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"effect": "[parameters('effect')]",
"details": {
"type": "Microsoft.Storage/storageAccounts",
"name": "[field('name')]",
"existenceCondition": {
"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"effect": "[parameters('effect')]",
"details": {
"type": "Microsoft.Storage/storageAccounts",
"name": "[field('name')]",
"existenceCondition": {
"allOf": [
{
Expand Down

0 comments on commit c3eb833

Please sign in to comment.