azure icon indicating copy to clipboard operation
azure copied to clipboard

azure_rm_storageaccount_info needed azure.mgmt.datalake

Open fentonfentonfenton opened this issue 1 month ago • 3 comments

SUMMARY

I think https://github.com/ansible-collections/azure/blob/dev/CHANGELOG.md may have had negative effects on azure_rm_storageaccount_info also might be user error.

The full traceback is:
Traceback (most recent call last):
  File "/tmp/ansible_azure_rm_storageaccount_info_payload_xyhqiy5h/ansible_azure_rm_storageaccount_info_payload.zip/ansible_collections/azure/azcollection/plugins/module_utils/azure_rm_common.py", line 254, in <module>
    from azure.mgmt.datalake.store import DataLakeStoreAccountManagementClient
ModuleNotFoundError: No module named 'azure.mgmt.datalake'
ISSUE TYPE
  • Bug Report
COMPONENT NAME

azure_rm_storageaccount_info / azure.mgmt.datalake

COLLECTION VERSION
2.4.0
EXPECTED RESULTS

no regression

ACTUAL RESULTS
The full traceback is:
Traceback (most recent call last):
  File "/tmp/ansible_azure_rm_storageaccount_info_payload_xyhqiy5h/ansible_azure_rm_storageaccount_info_payload.zip/ansible_collections/azure/azcollection/plugins/module_utils/azure_rm_common.py", line 254, in <module>
    from azure.mgmt.datalake.store import DataLakeStoreAccountManagementClient
ModuleNotFoundError: No module named 'azure.mgmt.datalake'

fentonfentonfenton avatar Jun 27 '24 08:06 fentonfentonfenton