Skip to content

Commit

Permalink
Give VM system assigned managed identity
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Nov 5, 2024
1 parent 40089a6 commit 3986da3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ def __init__(
),
),
vm_name=props.vm_name,
identity=compute.VirtualMachineIdentityArgs(
type=compute.ResourceIdentityType.SYSTEM_ASSIGNED,
),
opts=ResourceOptions.merge(
child_opts,
ResourceOptions(
Expand Down

0 comments on commit 3986da3

Please sign in to comment.