Azure-Samples / virtual-machines-python-manage

An example illustrating how to use Python to manage your Azure Virtual Machines
MIT License
104 stars 84 forks source link

Sample uses start() not begin_start() #31

Open dacelbot opened 9 months ago

dacelbot commented 9 months ago

In example.py on Line 199, a VM is started using the call compute_client.virtual_machines.start. This results (for me at least), in the error 'VirtualMachinesOperations' object has no attribute 'start'. On the other hand, begin_start works fine.