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

Clicking Refresh is not updating Blob Containers #315

Closed omendrapandey closed 9 years ago

omendrapandey commented 9 years ago

Environment OS - Windows Plugin Version - 0.1.212 IDE - Intellij Idea Ultimate 14.1.3 , Android Studio 1.2.1.1 , JRE 1.8 Authentication - Publish Settings file

Steps Click Azure. Click storage. Expand a particular Storage. Expand Blobs. Select a particular Blob Containers. Add few file to the Container from plugin .

Now add some more files to that same Blob containers from other way such as azure portal or through plugin in different IDE .

Now come back to the plugin , and click Refresh for that Blob Containers , It is not updating the Blob container . untitled

Note - 1) The oval marked refresh is not working , whereas Square marked is working fine . 2) The issue also extends to queues and table too .

omendrapandey commented 9 years ago

The refresh button is now working fine for blob Containers , queues and tables too ..