File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -233,9 +233,18 @@ def _set_target_role_parameters(
233233 "Microsoft.Compute/virtualMachines/extensions/read" ,
234234 "Microsoft.Compute/virtualMachines/extensions/write" ,
235235 "Microsoft.Compute/virtualMachines/extensions/delete" ,
236+ # for verify_vm_assess_patches
237+ "Microsoft.Compute/virtualMachines/assessPatches/action" ,
238+ # for VM resize test suite
239+ "Microsoft.Compute/virtualMachines/vmSizes/read" ,
236240 # For disk_support_restore_point & verify_vmsnapshot_extension
237241 "Microsoft.Compute/restorePointCollections/write" ,
242+ # For verify_vmsnapshot_extension
243+ "Microsoft.Compute/restorePointCollections/restorePoints/read" ,
244+ "Microsoft.Compute/restorePointCollections/restorePoints/write" ,
238245 "Microsoft.ManagedIdentity/userAssignedIdentities/write" ,
246+ # For verify_azsecpack
247+ "Microsoft.ManagedIdentity/userAssignedIdentities/assign/action" ,
239248 "Microsoft.Network/virtualNetworks/read" ,
240249 "Microsoft.Network/virtualNetworks/write" ,
241250 "Microsoft.Network/virtualNetworks/subnets/join/action" ,
You can’t perform that action at this time.
0 commit comments