@@ -12,7 +12,7 @@ ms.devlang:
12
12
ms.topic : reference
13
13
ms.tgt_pltfrm :
14
14
ms.workload : identity
15
- ms.date : 03/22 /2020
15
+ ms.date : 04/15 /2020
16
16
ms.author : rolyon
17
17
ms.reviewer : bagovind
18
18
@@ -2067,6 +2067,7 @@ Read, write, and delete Azure Storage containers and blobs. To learn which actio
2067
2067
> | ** DataActions** | |
2068
2068
> | Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete | Delete a blob. |
2069
2069
> | 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 |
2070
2071
> | Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write | Write to a blob. |
2071
2072
> | ** NotDataActions** | |
2072
2073
> | * none* | |
@@ -2091,6 +2092,7 @@ Read, write, and delete Azure Storage containers and blobs. To learn which actio
2091
2092
"dataActions" : [
2092
2093
" Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete" ,
2093
2094
" Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read" ,
2095
+ " Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action" ,
2094
2096
" Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write"
2095
2097
],
2096
2098
"notDataActions" : []
@@ -4095,6 +4097,7 @@ Log Analytics Contributor can read all monitoring data and edit monitoring setti
4095
4097
> | Microsoft.ClassicCompute/virtualMachines/extensions/* | |
4096
4098
> | Microsoft.ClassicStorage/storageAccounts/listKeys/action | Lists the access keys for the storage accounts. |
4097
4099
> | Microsoft.Compute/virtualMachines/extensions/* | |
4100
+ > | Microsoft.HybridCompute/machines/extensions/write | Installs or Updates an Azure Arc extensions |
4098
4101
> | Microsoft.Insights/alertRules/* | Create and manage Insights alert rules |
4099
4102
> | Microsoft.Insights/diagnosticSettings/* | Creates, updates, or reads the diagnostic setting for Analysis Server |
4100
4103
> | Microsoft.OperationalInsights/* | |
@@ -4126,6 +4129,7 @@ Log Analytics Contributor can read all monitoring data and edit monitoring setti
4126
4129
" Microsoft.ClassicCompute/virtualMachines/extensions/*" ,
4127
4130
" Microsoft.ClassicStorage/storageAccounts/listKeys/action" ,
4128
4131
" Microsoft.Compute/virtualMachines/extensions/*" ,
4132
+ " Microsoft.HybridCompute/machines/extensions/write" ,
4129
4133
" Microsoft.Insights/alertRules/*" ,
4130
4134
" Microsoft.Insights/diagnosticSettings/*" ,
4131
4135
" Microsoft.OperationalInsights/*" ,
@@ -5511,6 +5515,7 @@ Azure Sentinel Reader
5511
5515
> | --- | --- |
5512
5516
> | ** Actions** | |
5513
5517
> | Microsoft.SecurityInsights/* /read | |
5518
+ > | Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action | Check user authorization and license |
5514
5519
> | Microsoft.OperationalInsights/workspaces/analytics/query/action | Search using new engine. |
5515
5520
> | Microsoft.OperationalInsights/workspaces/* /read | View log analytics data |
5516
5521
> | Microsoft.OperationalInsights/workspaces/LinkedServices/read | Get linked services under given workspace. |
@@ -5544,6 +5549,7 @@ Azure Sentinel Reader
5544
5549
{
5545
5550
"actions" : [
5546
5551
" Microsoft.SecurityInsights/*/read" ,
5552
+ " Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action" ,
5547
5553
" Microsoft.OperationalInsights/workspaces/analytics/query/action" ,
5548
5554
" Microsoft.OperationalInsights/workspaces/*/read" ,
5549
5555
" Microsoft.OperationalInsights/workspaces/LinkedServices/read" ,
@@ -5579,6 +5585,7 @@ Azure Sentinel Responder
5579
5585
> | --- | --- |
5580
5586
> | ** Actions** | |
5581
5587
> | Microsoft.SecurityInsights/* /read | |
5588
+ > | Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action | Check user authorization and license |
5582
5589
> | Microsoft.SecurityInsights/cases/* | |
5583
5590
> | Microsoft.SecurityInsights/incidents/* | |
5584
5591
> | Microsoft.OperationalInsights/workspaces/analytics/query/action | Search using new engine. |
@@ -5614,6 +5621,7 @@ Azure Sentinel Responder
5614
5621
{
5615
5622
"actions" : [
5616
5623
" Microsoft.SecurityInsights/*/read" ,
5624
+ " Microsoft.SecurityInsights/dataConnectorsCheckRequirements/action" ,
5617
5625
" Microsoft.SecurityInsights/cases/*" ,
5618
5626
" Microsoft.SecurityInsights/incidents/*" ,
5619
5627
" Microsoft.OperationalInsights/workspaces/analytics/query/action" ,
0 commit comments