Skip to content

Commit 2924806

Browse files
committed
Separated data actions
1 parent 5cef5ce commit 2924806

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

articles/load-testing/how-to-assign-roles.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ A Load Test Owner can manage everything, including access. The following table s
5353
| Actions | Description |
5454
| ------- | ----------- |
5555
| Microsoft.Resources/deployments/* | Create and manage resource group deployments. |
56+
| Microsoft.Resources/subscriptions/resourceGroups/read | Gets or lists resource groups. |
5657
| Microsoft.Insights/alertRules/* | Create and manage alert rules. |
5758
| Microsoft.Authorization/*/read | Read authorization. |
5859
| Microsoft.LoadTestService/* | Create and manage load testing resources. |
59-
| Microsoft.LoadTestService/loadtests/startTest | Start load tests. |
60-
| Microsoft.LoadTestService/loadtests/stopTest | Stop load tests. |
61-
| Microsoft.LoadTestService/loadtests/writeTest | Create or update load tests. |
62-
| Microsoft.LoadTestService/loadtests/deleteTest | Delete load tests. |
63-
| Microsoft.LoadTestService/loadtests/readTest | Read load tests. |
60+
61+
| DataActions | Description |
62+
| ------- | ----------- |
63+
| Microsoft.LoadTestService/loadtests/* | Start, stop, and manage load tests. |
6464

6565
### Load Test Contributor
6666

@@ -69,14 +69,14 @@ A Load Test Contributor can manage everything except access. The following table
6969
| Actions | Description |
7070
| ------- | ----------- |
7171
| Microsoft.Resources/deployments/* | Create and manage resource group deployments. |
72+
| Microsoft.Resources/subscriptions/resourceGroups/read | Gets or lists resource groups. |
7273
| Microsoft.Insights/alertRules/* | Create and manage alert rules. |
7374
| Microsoft.Authorization/*/read | Read authorization. |
7475
| Microsoft.LoadTestService/*/read | Create and manage load testing resources. |
75-
| Microsoft.LoadTestService/loadtests/startTest | Start load tests. |
76-
| Microsoft.LoadTestService/loadtests/stopTest | Stop load tests. |
77-
| Microsoft.LoadTestService/loadtests/writeTest | Create or update load tests. |
78-
| Microsoft.LoadTestService/loadtests/deleteTest | Delete load tests. |
79-
| Microsoft.LoadTestService/loadtests/readTest | Read load tests. |
76+
77+
| DataActions | Description |
78+
| ------- | ----------- |
79+
| Microsoft.LoadTestService/loadtests/* | Start, stop, and manage load tests. |
8080

8181
### Load Test Reader
8282

@@ -85,10 +85,14 @@ A Load Test Reader can view all the resources in a load testing resource but can
8585
| Actions | Description |
8686
| ------- | ----------- |
8787
| Microsoft.Resources/deployments/* | Create and manage resource group deployments. |
88+
| Microsoft.Resources/subscriptions/resourceGroups/read | Gets or lists resource groups. |
8889
| Microsoft.Insights/alertRules/* | Create and manage alert rules. |
8990
| Microsoft.Authorization/*/read | Read authorization. |
9091
| Microsoft.LoadTestService/*/read | Create and manage load testing resources. |
91-
| Microsoft.LoadTestService/loadtests/readTest | Read load tests. |
92+
93+
| DataActions | Description |
94+
| ------- | ----------- |
95+
| Microsoft.LoadTestService/loadtests/readTest/action | Read load tests. |
9296

9397
## Configure Azure RBAC for your load testing resource
9498

0 commit comments

Comments
 (0)