You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to import the required Python library (ansible[azure] (azure >= 2.0.0)) on my-target's Python /usr/local/bin/python3.10. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter"}
The text was updated successfully, but these errors were encountered:
SUMMARY
All of the Azure python SDK libraries have a breaking change on importing version. For example :
They all have the same breaking change :
https://github.com/Azure/azure-sdk-for-python/search?q=You+can%27t+import+a+version+module+anymore%2C+use+__version__+instead
We should addresse this new behaviour in azure_rm_common.py
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
Use any module of the collection
N/A
EXPECTED RESULTS
The module should work
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: