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

Trying to Delete extra created row from table is actually deleting blank entity . #301

Closed omendrapandey closed 9 years ago

omendrapandey commented 9 years ago

OS - Windows Plugin Version - 0.1.205 IDE - Intellij Idea Ultimate 14.1.3 , JRE 1.8 Authentication - Publish Settings file

Steps: Click Azure. Click storage. Expand a Storage Account. Expand a particular Storage. Expand tables. Expand a particular table.

Add few entity.

Add a blank entity to the table i.e., row key's and partition key's value are left blank.

Now select any extra created empty row , Right click it and click delete .

It is deleting the blank entity which we have created earlier. untitled1

omendrapandey commented 9 years ago

This issue is irrelevant now in the latest plugin , as extra rows problem has been fixed .