Skip to content

Commit

Permalink
virtualmachine: handling the power state "stopping"
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jan 30, 2020
1 parent 0d6887a commit c5d5971
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func shouldBootVirtualMachine(instanceView compute.VirtualMachineInstanceView) b
case "deallocating":
case "deallocated":
case "stopped":
case "stopping":
return true
}
}
Expand Down

0 comments on commit c5d5971

Please sign in to comment.