@bonle @Kumar, Madhu Sudan @Nicole Stevens @Dhruv Kinger This is known issue and Product team is working on this. You may notice this issue, when utilizing Azure modules in Python 3.8 with an error message similar to "ModuleNotFoundError: No module named 'azure.profiles'".
Product team identified it as a limitation in Py3.8 jobs running on ACI. As of now we have only seen this happening for azure.keyvaults but this applies to Azure packages in general.
Here is workaround for the same:
- Try upgrading the Azure modules to the latest versions.
- Alternatively, if upgrading is not feasible, users can install the azure.common module version 1.1.23 as a user module in their automation account.