Skip to content

Commit a35fbd5

Browse files
authored
Merge pull request #113793 from rolyon/rolyon-rbac-roles-may
[Azure RBAC] Updates to roles and operations for May
2 parents 221a2b1 + 988f0c3 commit a35fbd5

File tree

2 files changed

+213
-29
lines changed

2 files changed

+213
-29
lines changed

articles/role-based-access-control/built-in-roles.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang:
1212
ms.topic: reference
1313
ms.tgt_pltfrm:
1414
ms.workload: identity
15-
ms.date: 04/15/2020
15+
ms.date: 05/04/2020
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818

@@ -77,7 +77,7 @@ The following table provides a brief description and the unique ID of each built
7777
> | [Storage Queue Data Message Sender](#storage-queue-data-message-sender) | Add messages to an Azure Storage queue. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-blob-and-queue-data-operations). | c6a89b2d-59bc-44d0-9896-0f6e12d7b80a |
7878
> | [Storage Queue Data Reader](#storage-queue-data-reader) | Read and list Azure Storage queues and queue messages. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-blob-and-queue-data-operations). | 19e7f393-937e-4f77-808e-94535e297925 |
7979
> | **Web** | | |
80-
> | [Azure Maps Data Reader (Preview)](#azure-maps-data-reader-preview) | Grants access to read map related data from an Azure maps account. | 423170ca-a8f6-4b0f-8487-9e4eb8f49bfa |
80+
> | [Azure Maps Data Reader](#azure-maps-data-reader) | Grants access to read map related data from an Azure maps account. | 423170ca-a8f6-4b0f-8487-9e4eb8f49bfa |
8181
> | [Search Service Contributor](#search-service-contributor) | Lets you manage Search services, but not access to them. | 7ca78c08-252a-4471-8644-bb5ff32d4ba0 |
8282
> | [Web Plan Contributor](#web-plan-contributor) | Lets you manage the web plans for websites, but not access to them. | 2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b |
8383
> | [Website Contributor](#website-contributor) | Lets you manage websites (not web plans), but not access to them. | de139f84-1756-47ae-9be6-808fbbe84772 |
@@ -143,10 +143,10 @@ The following table provides a brief description and the unique ID of each built
143143
> | [Azure Sentinel Reader](#azure-sentinel-reader) | Azure Sentinel Reader | 8d289c81-5878-46d4-8554-54e1e3d8b5cb |
144144
> | [Azure Sentinel Responder](#azure-sentinel-responder) | Azure Sentinel Responder | 3e150937-b8fe-4cfb-8069-0eaf05ecd056 |
145145
> | [Key Vault Contributor](#key-vault-contributor) | Lets you manage key vaults, but not access to them. | f25e0fa2-a7c8-4377-a976-54943a77a395 |
146-
> | [Security Admin](#security-admin) | Can view security policies, view security states, edit security policies, view alerts and recommendations, dismiss alerts and recommendations. | fb1c8493-542b-48eb-b624-b4c8fea62acd |
146+
> | [Security Admin](#security-admin) | View and update permissions for Security Center. Same permissions as the Security Reader role and can also update the security policy and dismiss alerts and recommendations. | fb1c8493-542b-48eb-b624-b4c8fea62acd |
147147
> | [Security Assessment Contributor](#security-assessment-contributor) | Lets you push assessments to Security Center | 612c2aa1-cb24-443b-ac28-3ab7272de6f5 |
148148
> | [Security Manager (Legacy)](#security-manager-legacy) | This is a legacy role. Please use Security Admin instead. | e3d13bf0-dd5a-482e-ba6b-9b8433878d10 |
149-
> | [Security Reader](#security-reader) | Can view recommendations and alerts, view security policies, view security states, but cannot make changes. | 39bc4728-0917-49c7-9d2c-d95423bc2eb4 |
149+
> | [Security Reader](#security-reader) | View permissions for Security Center. Can view recommendations, alerts, a security policy, and security states, but cannot make changes. | 39bc4728-0917-49c7-9d2c-d95423bc2eb4 |
150150
> | **DevOps** | | |
151151
> | [DevTest Labs User](#devtest-labs-user) | Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs. | 76283e04-6283-4c54-8f91-bcf1374a3c64 |
152152
> | [Lab Creator](#lab-creator) | Lets you create, manage, delete your managed labs under your Azure Lab Accounts. | b97fb8bc-a8b2-4522-a38b-dd33c7e65ead |
@@ -2539,7 +2539,7 @@ Read and list Azure Storage queues and queue messages. To learn which actions ar
25392539
## Web
25402540

25412541

2542-
### Azure Maps Data Reader (Preview)
2542+
### Azure Maps Data Reader
25432543

25442544
Grants access to read map related data from an Azure maps account.
25452545

@@ -2551,7 +2551,7 @@ Grants access to read map related data from an Azure maps account.
25512551
> | **NotActions** | |
25522552
> | *none* | |
25532553
> | **DataActions** | |
2554-
> | Microsoft.Maps/accounts/data/read | Grants data read access to a maps account. |
2554+
> | Microsoft.Maps/accounts/*/read | |
25552555
> | **NotDataActions** | |
25562556
> | *none* | |
25572557
@@ -2568,12 +2568,12 @@ Grants access to read map related data from an Azure maps account.
25682568
"actions": [],
25692569
"notActions": [],
25702570
"dataActions": [
2571-
"Microsoft.Maps/accounts/data/read"
2571+
"Microsoft.Maps/accounts/*/read"
25722572
],
25732573
"notDataActions": []
25742574
}
25752575
],
2576-
"roleName": "Azure Maps Data Reader (Preview)",
2576+
"roleName": "Azure Maps Data Reader",
25772577
"roleType": "BuiltInRole",
25782578
"type": "Microsoft.Authorization/roleDefinitions"
25792579
}
@@ -5706,7 +5706,7 @@ Lets you manage key vaults, but not access to them.
57065706

57075707
### Security Admin
57085708

5709-
Can view security policies, view security states, edit security policies, view alerts and recommendations, dismiss alerts and recommendations.
5709+
View and update permissions for Security Center. Same permissions as the Security Reader role and can also update the security policy and dismiss alerts and recommendations.
57105710

57115711
> [!div class="mx-tableFixed"]
57125712
> | | |
@@ -5864,7 +5864,7 @@ This is a legacy role. Please use Security Admin instead.
58645864

58655865
### Security Reader
58665866

5867-
Can view recommendations and alerts, view security policies, view security states, but cannot make changes.
5867+
View permissions for Security Center. Can view recommendations, alerts, a security policy, and security states, but cannot make changes.
58685868

58695869
> [!div class="mx-tableFixed"]
58705870
> | | |
@@ -6213,6 +6213,9 @@ Can read all monitoring data and edit monitoring settings. See also [Get started
62136213
> | Microsoft.Insights/scheduledqueryrules/* | |
62146214
> | Microsoft.Insights/webtests/* | Create and manage Insights web tests |
62156215
> | Microsoft.Insights/workbooks/* | |
6216+
> | Microsoft.Insights/privateLinkScopes/* | |
6217+
> | Microsoft.Insights/privateLinkScopeOperationStatuses/* | |
6218+
> | Microsoft.OperationalInsights/workspaces/write | Creates a new workspace or links to an existing workspace by providing the customer id from the existing workspace. |
62166219
> | Microsoft.OperationalInsights/workspaces/intelligencepacks/* | Read/write/delete log analytics solution packs. |
62176220
> | Microsoft.OperationalInsights/workspaces/savedSearches/* | Read/write/delete log analytics saved searches. |
62186221
> | Microsoft.OperationalInsights/workspaces/search/action | Executes a search query |
@@ -6259,6 +6262,9 @@ Can read all monitoring data and edit monitoring settings. See also [Get started
62596262
"Microsoft.Insights/scheduledqueryrules/*",
62606263
"Microsoft.Insights/webtests/*",
62616264
"Microsoft.Insights/workbooks/*",
6265+
"Microsoft.Insights/privateLinkScopes/*",
6266+
"Microsoft.Insights/privateLinkScopeOperationStatuses/*",
6267+
"Microsoft.OperationalInsights/workspaces/write",
62626268
"Microsoft.OperationalInsights/workspaces/intelligencepacks/*",
62636269
"Microsoft.OperationalInsights/workspaces/savedSearches/*",
62646270
"Microsoft.OperationalInsights/workspaces/search/action",

0 commit comments

Comments
 (0)