Skip to content

Commit

Permalink
fix: add assignPermissions
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Jan 17, 2025
1 parent 0abd568 commit d9eea15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"type": "String",
"metadata": {
"description": "The storage account ID to store assessments",
"displayName": "The storage account ID to store assessments"
"displayName": "The storage account ID to store assessments",
"assignPermissions": true
}
},
"effect": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"type": "String",
"metadata": {
"description": "The storage account ID to store assessments",
"displayName": "The storage account ID to store assessments"
"displayName": "The storage account ID to store assessments",
"assignPermissions": true
}
},
"effect": {
Expand Down

0 comments on commit d9eea15

Please sign in to comment.