* Update scripts to handle cases where you have other VMs in your sub
* Support subs with other VMs and fix for PDSH permission error
* Minor fix to support subs with other VMs
* Added shutdown with or without delete VM option
In Azure deallocate is like machine shutdown (and prevents billing). You can restart deallocated VM. To fully drop the VM delete is used. This command with "-d" option will fully delete the VM. Without any argument it justs deallocates / shutd down the VM.
* Update scripts to handle cases where you have other VMs in your sub
* Support subs with other VMs and fix for PDSH permission error
* Minor fix to support subs with other VMs