Skip to content

Commit

Permalink
Revert Update permission-group-BASIC.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyamchuriwala authored Sep 19, 2023
1 parent 66162f7 commit 33f8c0f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vm-protection/version-1/permission-group-BASIC.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"value": "Microsoft.Compute/virtualMachines/instanceView/read",
"scope": "subscription"
},
{
"value": "Microsoft.Compute/virtualMachines/start/action",
"scope": "subscription"
},
{
"value": "Microsoft.Compute/virtualMachines/read",
"scope": "subscription"
Expand Down Expand Up @@ -150,6 +154,18 @@
"value": "Microsoft.Compute/disks/delete",
"scope": "resourceGroup"
},
{
"value": "Microsoft.Compute/virtualMachines/delete",
"scope": "resourceGroup"
},
{
"value": "Microsoft.Compute/virtualMachines/powerOff/action",
"scope": "resourceGroup"
},
{
"value": "Microsoft.Compute/virtualMachines/write",
"scope": "resourceGroup"
},
{
"value": "Microsoft.Network/networkInterfaces/delete",
"scope": "resourceGroup"
Expand Down

0 comments on commit 33f8c0f

Please sign in to comment.