@@ -53,14 +53,14 @@ A Load Test Owner can manage everything, including access. The following table s
53
53
| Actions | Description |
54
54
| ------- | ----------- |
55
55
| Microsoft.Resources/deployments/* | Create and manage resource group deployments. |
56
+ | Microsoft.Resources/subscriptions/resourceGroups/read | Gets or lists resource groups. |
56
57
| Microsoft.Insights/alertRules/* | Create and manage alert rules. |
57
58
| Microsoft.Authorization/* /read | Read authorization. |
58
59
| 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. |
64
64
65
65
### Load Test Contributor
66
66
@@ -69,14 +69,14 @@ A Load Test Contributor can manage everything except access. The following table
69
69
| Actions | Description |
70
70
| ------- | ----------- |
71
71
| Microsoft.Resources/deployments/* | Create and manage resource group deployments. |
72
+ | Microsoft.Resources/subscriptions/resourceGroups/read | Gets or lists resource groups. |
72
73
| Microsoft.Insights/alertRules/* | Create and manage alert rules. |
73
74
| Microsoft.Authorization/* /read | Read authorization. |
74
75
| 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. |
80
80
81
81
### Load Test Reader
82
82
@@ -85,10 +85,14 @@ A Load Test Reader can view all the resources in a load testing resource but can
85
85
| Actions | Description |
86
86
| ------- | ----------- |
87
87
| Microsoft.Resources/deployments/* | Create and manage resource group deployments. |
88
+ | Microsoft.Resources/subscriptions/resourceGroups/read | Gets or lists resource groups. |
88
89
| Microsoft.Insights/alertRules/* | Create and manage alert rules. |
89
90
| Microsoft.Authorization/* /read | Read authorization. |
90
91
| 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. |
92
96
93
97
## Configure Azure RBAC for your load testing resource
94
98
0 commit comments