microsoftarchive / wamo

Apache License 2.0
15 stars 12 forks source link

Working with pre-release azure sdk? #6

Closed Jaxwood closed 7 years ago

Jaxwood commented 7 years ago

Hi,

Thank you for your work on this plugin!

Does this plugin work with the pre-release azure sdk?

I'm getting an error : AttributeError: 'module' object has no attribute 'WindowsAzureMissingResourceError' using the plugin on Ubuntu 16.04.1 LTS and python v2.7.12

The command I'm using is the check_azure_compute.

Thanks!

jeffmendoza commented 7 years ago

Hi, this code is pretty old, and most likely only works with older versions of the azure sdk.

Jaxwood commented 7 years ago

Hi @jeffmendoza

Thank you for your quick response.

Do you remember which version of the Azure sdk you developed this against?

Jaxwood commented 7 years ago

Closing this - found out I need to use pre-1.0 release to make it work.