We're using DevOps pipelines to upload our Dynamics customizations to LCS, and trigger the release to our Dynamics test environments.
Since last week we are getting intermittent errors "The specified module 'AzureRM' was not loaded because no valid module file was found in any module directory". This error occurs in the first step of our pipeline (the package upload to LCS)..
When we try to install using this poweshell command "Install-Module -Name AzureRM -Force -AllowClobber", we are getting the following error that is attached in the notepad attached
Appreciate any inputs,
Thanks in advance