Skip to content

Commit

Permalink
Adding "AuditIfNotExists" as effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian claesson committed Dec 10, 2024
1 parent ef1eb7d commit 7b6dca2
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 @@ -34,6 +34,7 @@
},
"allowedValues": [
"DeployIfNotExists",
"AuditIfNotExists",
"Disabled"
],
"defaultValue": "DeployIfNotExists"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"allowedValues": [
"DeployIfNotExists",
"AuditIfNotExists",
"Disabled"
],
"defaultValue": "DeployIfNotExists"
Expand Down

0 comments on commit 7b6dca2

Please sign in to comment.