cloudmesh / cloudmesh-cloud

Multicloud Cloudmesh Plugins for cloudmesh cmd5 CMD
https://cloudmesh.github.io/cloudmesh-manual
Apache License 2.0
2 stars 27 forks source link

Azure: Provider.suspend() #297

Closed laszewsk closed 4 years ago

laszewsk commented 4 years ago

The azure provider uses a power_off function in suspend function.

there is another use, but is uses

self.vms.power_off(group, name)

laszewsk commented 4 years ago

unit test needs to be developed to see if its properly implemented