CloudVE / cloudbridge

A consistent interface to multiple IaaS clouds; in Python.
https://cloudbridge.cloudve.org
MIT License
113 stars 51 forks source link

Add Azure stop VM instance method #298

Closed rodrigonull closed 2 years ago

rodrigonull commented 2 years ago

Add a method to stop VM instances running in Azure.

nuwang commented 2 years ago

@rodrigonull Thanks for this contribution. I just noticed that restart_vm also calls wait(), but it would be great if neither method blocks. Will probably need some interface refactoring in future, will file an issue for that.

nuwang commented 2 years ago

Released in v3.1.0