Open jessecooper opened 8 years ago
pip install azure==2.0.0rc2 fixed the issue as stated in this doc: https://docs.ansible.com/ansible/guide_azure.html#providing-credentials-to-azure-modules
Hi got the same issue while using azure v 2.0.0 no more RC? Should we roll back ?
@MBlagui try rollback to rc.
sudo pip install 'azure==2.0.0rc5' --upgrade
Yep rolling back solved it. But strange why ansible support stick to RC & didn't follow RC6 or release support.
@jessecooper I think we should reopen this issue since 2.0.0 (final) doesn't work either. We are stuck to 2.0.0rc6
I have reopened this issue as it seems the module needs to be updated to work with the latest azure package.
Just hit this bug now ...
I am currently getting the following error when trying to run the inventory script:
The Azure python sdk is not installed (try 'pip install azure') - No module named network_management_client
When I try to import manually:
Please let me know if there is any additional information I can provide.