> @@ -79,12 +78,6 @@ public Boolean apply(String id) {
>              boolean deploymentDeleteStatus = false;
>  
>              if (jobDone) {
> -               StorageService ss = 
> api.getStorageAccountApi(group).get(storageAccountName);
> -               if (ss != null) {
> -                  storageAcctDeleteStatus = 
> api.getStorageAccountApi(group).delete(storageAccountName);
> -               } else {
> -                  storageAcctDeleteStatus = true;
> -               }

I wonder why are storage accounts no longer deleted? What the provider creates 
when creating the node, it should also destroy when destroying the node, no?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/295/files/b28c76c76590dfaa100a044504fadf4f088f538e#r70611207

Reply via email to