> @@ -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;
> - }
@ritazh That totally makes sense, thanks!
---
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#r70626702