Skip to content

Commit

Permalink
fix #1532, add missing azure permission
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVB committed Jan 8, 2025
1 parent 527d869 commit fe447a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/onboarding/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func GenerateAzureHCL(integration AzureIntegration) (string, error) {
"Microsoft.Compute/virtualMachines/runCommands/read",
"Microsoft.Compute/virtualMachines/runCommands/write",
"Microsoft.Compute/virtualMachines/runCommands/delete",
"Microsoft.Compute/virtualMachines/runCommand/action",
},
// not_actions = []
// data_actions = []
Expand Down

0 comments on commit fe447a6

Please sign in to comment.