Skip to content

Commit c4108cb

Browse files
authored
Merge pull request #205132 from rolyon/rolyon-rbac-roles-july
[Azure RBAC] Updates to roles and operations for July
2 parents 81e94f2 + 63195a5 commit c4108cb

File tree

2 files changed

+194
-93
lines changed

2 files changed

+194
-93
lines changed

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

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: reference
77
ms.workload: identity
88
author: rolyon
99
ms.author: rolyon
10-
ms.date: 06/22/2022
10+
ms.date: 07/18/2022
1111
ms.custom: generated
1212
---
1313

@@ -9207,6 +9207,10 @@ Can manage Azure AD Domain Services and related network configurations [Learn mo
92079207
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/AlertRules/Resolved/Action | Classic metric alert resolved |
92089208
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/AlertRules/Throttled/Action | Classic metric alert rule throttled |
92099209
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/AlertRules/Incidents/Read | Read a classic metric alert incident |
9210+
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/Logs/Read | Reading data from all your logs |
9211+
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/Metrics/Read | Read metrics |
9212+
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/DiagnosticSettings/* | Creates, updates, or reads the diagnostic setting for Analysis Server |
9213+
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/DiagnosticSettingsCategories/Read | Read diagnostic settings categories |
92109214
> | [Microsoft.AAD](resource-provider-operations.md#microsoftaad)/register/action | Register Domain Service |
92119215
> | [Microsoft.AAD](resource-provider-operations.md#microsoftaad)/unregister/action | Unregister Domain Service |
92129216
> | [Microsoft.AAD](resource-provider-operations.md#microsoftaad)/domainServices/* | |
@@ -9290,6 +9294,10 @@ Can manage Azure AD Domain Services and related network configurations [Learn mo
92909294
"Microsoft.Insights/AlertRules/Resolved/Action",
92919295
"Microsoft.Insights/AlertRules/Throttled/Action",
92929296
"Microsoft.Insights/AlertRules/Incidents/Read",
9297+
"Microsoft.Insights/Logs/Read",
9298+
"Microsoft.Insights/Metrics/Read",
9299+
"Microsoft.Insights/DiagnosticSettings/*",
9300+
"Microsoft.Insights/DiagnosticSettingsCategories/Read",
92939301
"Microsoft.AAD/register/action",
92949302
"Microsoft.AAD/unregister/action",
92959303
"Microsoft.AAD/domainServices/*",
@@ -9363,6 +9371,10 @@ Can view Azure AD Domain Services and related network configurations
93639371
> | [Microsoft.Resources](resource-provider-operations.md#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
93649372
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/AlertRules/Read | Read a classic metric alert |
93659373
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/AlertRules/Incidents/Read | Read a classic metric alert incident |
9374+
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/Logs/Read | Reading data from all your logs |
9375+
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/Metrics/read | Read metrics |
9376+
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/DiagnosticSettings/read | Read a resource diagnostic setting |
9377+
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/DiagnosticSettingsCategories/Read | Read diagnostic settings categories |
93669378
> | [Microsoft.AAD](resource-provider-operations.md#microsoftaad)/domainServices/*/read | |
93679379
> | [Microsoft.Network](resource-provider-operations.md#microsoftnetwork)/virtualNetworks/read | Get the virtual network definition |
93689380
> | [Microsoft.Network](resource-provider-operations.md#microsoftnetwork)/virtualNetworks/subnets/read | Gets a virtual network subnet definition |
@@ -9405,6 +9417,10 @@ Can view Azure AD Domain Services and related network configurations
94059417
"Microsoft.Resources/subscriptions/resourceGroups/read",
94069418
"Microsoft.Insights/AlertRules/Read",
94079419
"Microsoft.Insights/AlertRules/Incidents/Read",
9420+
"Microsoft.Insights/Logs/Read",
9421+
"Microsoft.Insights/Metrics/read",
9422+
"Microsoft.Insights/DiagnosticSettings/read",
9423+
"Microsoft.Insights/DiagnosticSettingsCategories/Read",
94089424
"Microsoft.AAD/domainServices/*/read",
94099425
"Microsoft.Network/virtualNetworks/read",
94109426
"Microsoft.Network/virtualNetworks/subnets/read",
@@ -11156,7 +11172,7 @@ Can read all monitoring data (metrics, logs, etc.). See also [Get started with r
1115611172
> | **NotActions** | |
1115711173
> | *none* | |
1115811174
> | **DataActions** | |
11159-
> | *none* | |
11175+
> | [Microsoft.Monitor](resource-provider-operations.md#microsoftmonitor)/accounts/data/metrics/read | Read metrics data in any Monitoring Account |
1116011176
> | **NotDataActions** | |
1116111177
> | *none* | |
1116211178

@@ -11176,7 +11192,9 @@ Can read all monitoring data (metrics, logs, etc.). See also [Get started with r
1117611192
"Microsoft.Support/*"
1117711193
],
1117811194
"notActions": [],
11179-
"dataActions": [],
11195+
"dataActions": [
11196+
"Microsoft.Monitor/accounts/data/metrics/read"
11197+
],
1118011198
"notDataActions": []
1118111199
}
1118211200
],

0 commit comments

Comments
 (0)