Skip to content

Commit 8b7d461

Browse files
committed
Fix permissions for execution details
1 parent 5dc731e commit 8b7d461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/chaos-studio/chaos-studio-permissions-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Chaos Studio has the following operations:
6060
| Microsoft.Chaos/experiments/[Read,Write,Delete] | Get, create, update, or delete a chaos experiment. |
6161
| Microsoft.Chaos/experiments/start/action | Start a chaos experiment. |
6262
| Microsoft.Chaos/experiments/cancel/action | Stop a chaos experiment. |
63-
| Microsoft.Chaos/experiments/statuses/Read | Get the execution status for a run of a chaos experiment. |
64-
| Microsoft.Chaos/experiments/executionDetails/Read | Get the execution details (status and errors for each action) for a run of a chaos experiment. |
63+
| Microsoft.Chaos/experiments/executions/Read | Get the execution status for a run of a chaos experiment. |
64+
| Microsoft.Chaos/experiments/getExecutionDetails/action | Get the execution details (status and errors for each action) for a run of a chaos experiment. |
6565

6666
To assign these permissions granularly, you can [create a custom role](../role-based-access-control/custom-roles.md).
6767

0 commit comments

Comments
 (0)