Cannot import azure_mgmt_recoveryservicesbackup 8.0.0 to Azure Automate
Hi, I cannot import azure_mgmt_recoveryservicesbackup 8.0.0 package to Azure Automate and getting below error message. <Error Orchestrator.Shared.AsyncModuleImport.ModuleImportException: An internal error occurred during module import while attempting to store module content. This could be a transitory network condition - please try the operation again. at Orchestrator.Activities.SetModuleActivity.ExecuteInternal(CodeActivityContext context, Byte[] moduleContent, String moduleName, ModuleLanguage moduleLanguage, Guid moduleVersionId, String modulePath) at Orchestrator.Activities.SetModuleActivity.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)> I did some research and realized that : <ERROR: azure-mgmt 4.0.0 has requirement azure-mgmt-recoveryservicesbackup~=0.3.0, but you'll have azure-mgmt-recoveryservicesbackup 8.0.0> I understand that the cause comes from the azure-mgmt 4.0.0 packages So is there any way I can remove the azure-mgmt 4.0.0 package? Please help me thank you