microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

Need delete storage account for storage feature #282

Closed babumuralidharan closed 9 years ago

babumuralidharan commented 9 years ago

Is there any api limitation that is preventing us to implement this feature ?

omendrapandey commented 9 years ago

The delete option for storage account is now there in the new build , it is successfully able to delete storage containers . But for those storage container which have active images or disk , it is not able to delete them and not showing any status message whether the storage has been deleted or not . The plugin should throw some error message for these type of storage account like " this storage account could not be deleted as it has active images/disks . "

babumuralidharan commented 9 years ago

@omendrapandey i agree we should show some user friendly messages. @akrakovsky we get error message from server side for this scenario right ??

omendrapandey commented 9 years ago

Raised issue #342 for problem in deletion of storage account with active images/disk , Deletion of storage account is otherwise working fine .