Skip to content

Commit fe16ced

Browse files
Merge pull request #294025 from Supriya-R-Dixit/Supriya-R-Dixit/ContainerServiceEventResources
Corrected the RBAC permissions for container service event resources …
2 parents 03473e2 + 36d1937 commit fe16ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/event-schema-resource-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to these permissions, you need to grant the following permissions to
2929
| ---------- | ---------- |
3030
| HealthResources | `Microsoft.ResourceNotifications/systemTopics/subscribeToHealthResources/action` |
3131
| Azure Resource Management | `Microsoft.ResourceNotifications/systemTopics/subscribeToResources/action` |
32-
| ContainerService Event Resources| `Microsoft.ResourceNotifications.ContainerServiceEventResources.ScheduledEventEmitted`|
32+
| ContainerService Event Resources| `Microsoft.ResourceNotifications/systemTopics/subscribeToContainerServiceEventResources/action`|
3333

3434
To enhance customer experience, a built-in role definition that encompasses all the requisite permissions for receiving data through any ARN system topic is available. This role includes permissions mandated by Event Grid for system topic and event subscription creation. This built-in role definition is regularly updated to incorporate more topic types as they become accessible through our service. **As a result, users assigned this built-in role automatically gains access to all future ARN topic types**. You can choose to either utilize the provided built-in role definition or craft your own custom role definitions to enforce access control.
3535

@@ -49,7 +49,7 @@ To enhance customer experience, a built-in role definition that encompasses all
4949
"Microsoft.EventGrid/systemTopics/eventSubscriptions/write",
5050
"Microsoft.ResourceNotifications/systemTopics/subscribeToResources/action",
5151
"Microsoft.ResourceNotifications/systemTopics/subscribeToHealthResources/action",
52-
"Microsoft.ResourceNotifications/systemTopics/subscribeToMaintenanceResources/action"
52+
"Microsoft.ResourceNotifications/systemTopics/subscribeToContainerServiceEventResources/action"
5353
],
5454
"notActions": [],
5555
"dataActions": [],

0 commit comments

Comments
 (0)