Skip to content

Commit

Permalink
Add more roles related with gallery image for AITL (#3212)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubaihua33 committed Mar 19, 2024
1 parent 1097f52 commit 5d235c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions microsoft/utils/setup_aitl.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,13 @@ def _set_target_role_parameters(
"Microsoft.Compute/disks/delete",
"Microsoft.Compute/images/read",
"Microsoft.Compute/images/write",
# for testing ARM64 VHD and gallery image
"Microsoft.Compute/galleries/images/read",
"Microsoft.Compute/galleries/images/write",
"Microsoft.Compute/galleries/images/versions/read",
"Microsoft.Compute/galleries/images/versions/write",
"Microsoft.Compute/galleries/read",
"Microsoft.Compute/galleries/write",
# for test VM extension running
"Microsoft.Compute/virtualMachines/extensions/read",
"Microsoft.Compute/virtualMachines/extensions/write",
Expand Down

0 comments on commit 5d235c2

Please sign in to comment.