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

Plugin should not enable the start button while VM creation provision is in progress #213

Closed kasturiswain closed 9 years ago

kasturiswain commented 9 years ago

Environment: Windows/IntelliJ14 In the portal when VM creation is in progress start button is disabled. portal

In the plugin when VM creation is in progress start button is enabled. plugin

BeatriceOltean commented 9 years ago

If we know from the API if the VM is provisioning then we can disable the Start in the menu.

leotilli commented 9 years ago

Should we follow Visual Studio behavior that allows to operate as if it's already started, while in fact it is still provisioning

image

Or should we mimic the Portal's behavior

image

BeatriceOltean commented 9 years ago

The portal behavior is more accurate.

kasturiswain commented 9 years ago

This issue is fixed and functionality is working as expected in the latest build.