Hello All,
I am trying to track programmatically status of Create Deployment operation in order to show created role/vm on our custom interface. Unfortunately as I could see GetOperationStatus for deployment with role return Succeeded before role/vm is really fully created (it has status creating or something like this). What is the correct way to detect when all related tasks for Create Deployment finished? Or I should create empty deployment, wait until it is finished then add role to deployment and track status of it ( Not sure that such case supported)?