Closed Anirudh9794 closed 9 months ago
DeleteVM() function currently waits on the delete VM task to complete before it returns. This change will make DeleteVM() asynchronous and also returns the task object for the caller to help poll the delete VM task status
This change is
DeleteVM() function currently waits on the delete VM task to complete before it returns. This change will make DeleteVM() asynchronous and also returns the task object for the caller to help poll the delete VM task status
This change is