@@ -7,7 +7,7 @@ ms.topic: reference
7
7
ms.workload: identity
8
8
author: rolyon
9
9
ms.author: rolyon
10
- ms.date: 06/22 /2022
10
+ ms.date: 07/18 /2022
11
11
ms.custom: generated
12
12
---
13
13
@@ -9207,6 +9207,10 @@ Can manage Azure AD Domain Services and related network configurations [Learn mo
9207
9207
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/AlertRules/Resolved/Action | Classic metric alert resolved |
9208
9208
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/AlertRules/Throttled/Action | Classic metric alert rule throttled |
9209
9209
> | [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 |
9210
9214
> | [Microsoft.AAD](resource-provider-operations.md#microsoftaad)/register/action | Register Domain Service |
9211
9215
> | [Microsoft.AAD](resource-provider-operations.md#microsoftaad)/unregister/action | Unregister Domain Service |
9212
9216
> | [Microsoft.AAD](resource-provider-operations.md#microsoftaad)/domainServices/* | |
@@ -9290,6 +9294,10 @@ Can manage Azure AD Domain Services and related network configurations [Learn mo
9290
9294
"Microsoft.Insights/AlertRules/Resolved/Action",
9291
9295
"Microsoft.Insights/AlertRules/Throttled/Action",
9292
9296
"Microsoft.Insights/AlertRules/Incidents/Read",
9297
+ "Microsoft.Insights/Logs/Read",
9298
+ "Microsoft.Insights/Metrics/Read",
9299
+ "Microsoft.Insights/DiagnosticSettings/*",
9300
+ "Microsoft.Insights/DiagnosticSettingsCategories/Read",
9293
9301
"Microsoft.AAD/register/action",
9294
9302
"Microsoft.AAD/unregister/action",
9295
9303
"Microsoft.AAD/domainServices/*",
@@ -9363,6 +9371,10 @@ Can view Azure AD Domain Services and related network configurations
9363
9371
> | [Microsoft.Resources](resource-provider-operations.md#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
9364
9372
> | [Microsoft.Insights](resource-provider-operations.md#microsoftinsights)/AlertRules/Read | Read a classic metric alert |
9365
9373
> | [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 |
9366
9378
> | [Microsoft.AAD](resource-provider-operations.md#microsoftaad)/domainServices/*/read | |
9367
9379
> | [Microsoft.Network](resource-provider-operations.md#microsoftnetwork)/virtualNetworks/read | Get the virtual network definition |
9368
9380
> | [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
9405
9417
"Microsoft.Resources/subscriptions/resourceGroups/read",
9406
9418
"Microsoft.Insights/AlertRules/Read",
9407
9419
"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",
9408
9424
"Microsoft.AAD/domainServices/*/read",
9409
9425
"Microsoft.Network/virtualNetworks/read",
9410
9426
"Microsoft.Network/virtualNetworks/subnets/read",
@@ -11156,7 +11172,7 @@ Can read all monitoring data (metrics, logs, etc.). See also [Get started with r
11156
11172
> | **NotActions** | |
11157
11173
> | *none* | |
11158
11174
> | **DataActions** | |
11159
- > | *none* | |
11175
+ > | [Microsoft.Monitor](resource-provider-operations.md#microsoftmonitor)/accounts/data/metrics/read | Read metrics data in any Monitoring Account |
11160
11176
> | **NotDataActions** | |
11161
11177
> | *none* | |
11162
11178
@@ -11176,7 +11192,9 @@ Can read all monitoring data (metrics, logs, etc.). See also [Get started with r
11176
11192
"Microsoft.Support/*"
11177
11193
],
11178
11194
"notActions": [],
11179
- "dataActions": [],
11195
+ "dataActions": [
11196
+ "Microsoft.Monitor/accounts/data/metrics/read"
11197
+ ],
11180
11198
"notDataActions": []
11181
11199
}
11182
11200
],
0 commit comments