Skip to content

Commit

Permalink
Added support for excludedActions in Blueprint API spec (#8078)
Browse files Browse the repository at this point in the history
* Added support for excludedActions in Blueprint API spec

* Included default excluded actions per lock mode
  • Loading branch information
jorgecotillo authored and Phoenix He committed Jan 8, 2020
1 parent 3e6f0b6 commit 44fe2e5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,13 @@
"items": {
"type": "string"
}
},
"excludedActions": {
"type": "array",
"description": "List of management operations that are excluded from blueprint locks. Up to 200 actions are permitted. If the lock mode is set to 'AllResourcesReadOnly', then the following actions are automatically appended to 'excludedActions': '*/read', 'Microsoft.Network/virtualNetworks/subnets/join/action' and 'Microsoft.Authorization/locks/delete'. If the lock mode is set to 'AllResourcesDoNotDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will get removed.",
"items": {
"type": "string"
}
}
}
},
Expand Down

0 comments on commit 44fe2e5

Please sign in to comment.