Skip to content

Commit a348317

Browse files
committed
Update roles and operations
1 parent ac519a9 commit a348317

File tree

2 files changed

+232
-100
lines changed

2 files changed

+232
-100
lines changed

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

Lines changed: 9 additions & 1 deletion
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: 03/22/2020
15+
ms.date: 04/15/2020
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818

@@ -2067,6 +2067,7 @@ Read, write, and delete Azure Storage containers and blobs. To learn which actio
20672067
> | **DataActions** | |
20682068
> | Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete | Delete a blob. |
20692069
> | Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read | Return a blob or a list of blobs. |
2070+
> | Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action | Moves the blob from one path to another |
20702071
> | Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write | Write to a blob. |
20712072
> | **NotDataActions** | |
20722073
> | *none* | |
@@ -2091,6 +2092,7 @@ Read, write, and delete Azure Storage containers and blobs. To learn which actio
20912092
"dataActions": [
20922093
"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete",
20932094
"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read",
2095+
"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action",
20942096
"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write"
20952097
],
20962098
"notDataActions": []
@@ -4095,6 +4097,7 @@ Log Analytics Contributor can read all monitoring data and edit monitoring setti
40954097
> | Microsoft.ClassicCompute/virtualMachines/extensions/* | |
40964098
> | Microsoft.ClassicStorage/storageAccounts/listKeys/action | Lists the access keys for the storage accounts. |
40974099
> | Microsoft.Compute/virtualMachines/extensions/* | |
4100+
> | Microsoft.HybridCompute/machines/extensions/write | Installs or Updates an Azure Arc extensions |
40984101
> | Microsoft.Insights/alertRules/* | Create and manage Insights alert rules |
40994102
> | Microsoft.Insights/diagnosticSettings/* | Creates, updates, or reads the diagnostic setting for Analysis Server |
41004103
> | Microsoft.OperationalInsights/* | |
@@ -4126,6 +4129,7 @@ Log Analytics Contributor can read all monitoring data and edit monitoring setti
41264129
"Microsoft.ClassicCompute/virtualMachines/extensions/*",
41274130
"Microsoft.ClassicStorage/storageAccounts/listKeys/action",
41284131
"Microsoft.Compute/virtualMachines/extensions/*",
4132+
"Microsoft.HybridCompute/machines/extensions/write",
41294133
"Microsoft.Insights/alertRules/*",
41304134
"Microsoft.Insights/diagnosticSettings/*",
41314135
"Microsoft.OperationalInsights/*",
@@ -5511,6 +5515,7 @@ Azure Sentinel Reader
55115515
> | --- | --- |
55125516
> | **Actions** | |
55135517
> | Microsoft.SecurityInsights/*/read | |
5518+
> | Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action | Check user authorization and license |
55145519
> | Microsoft.OperationalInsights/workspaces/analytics/query/action | Search using new engine. |
55155520
> | Microsoft.OperationalInsights/workspaces/*/read | View log analytics data |
55165521
> | Microsoft.OperationalInsights/workspaces/LinkedServices/read | Get linked services under given workspace. |
@@ -5544,6 +5549,7 @@ Azure Sentinel Reader
55445549
{
55455550
"actions": [
55465551
"Microsoft.SecurityInsights/*/read",
5552+
"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action",
55475553
"Microsoft.OperationalInsights/workspaces/analytics/query/action",
55485554
"Microsoft.OperationalInsights/workspaces/*/read",
55495555
"Microsoft.OperationalInsights/workspaces/LinkedServices/read",
@@ -5579,6 +5585,7 @@ Azure Sentinel Responder
55795585
> | --- | --- |
55805586
> | **Actions** | |
55815587
> | Microsoft.SecurityInsights/*/read | |
5588+
> | Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action | Check user authorization and license |
55825589
> | Microsoft.SecurityInsights/cases/* | |
55835590
> | Microsoft.SecurityInsights/incidents/* | |
55845591
> | Microsoft.OperationalInsights/workspaces/analytics/query/action | Search using new engine. |
@@ -5614,6 +5621,7 @@ Azure Sentinel Responder
56145621
{
56155622
"actions": [
56165623
"Microsoft.SecurityInsights/*/read",
5624+
"Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action",
56175625
"Microsoft.SecurityInsights/cases/*",
56185626
"Microsoft.SecurityInsights/incidents/*",
56195627
"Microsoft.OperationalInsights/workspaces/analytics/query/action",

0 commit comments

Comments
 (0)