Storage Explorer: Deleting Storage not Refreshing Contents
Brought to you by:
yvesyang
In Storage Explorer, when deleting any Storage Type (Blob, Table, Queue), it is not refreshing the respective content tab in the right panel.
For example, a table has multiple entities was listed under tab 'Table' in the right panel. Delete this table, and the entities are still listed.
Try to refresh this 'Table' tab to clear awsy invalid information because table was deleted, and the following error occurs (one for every non-existant entity):
Not Found
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>ResourceNotFound</code>
<message xml:lang="en-US">The specified resource does not exist.</message>
</error>
Only way to completely refresh Storage Explorer is by restarting Eclipse.
Request to delete table
Verify delete table
Table deleted from Storage Account left-hand panel but not cleared from Table tab on right-side.
See attached images.
refresh after deleting