-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I am trying to install the Module on Azure Cloud Shell and the installation fails with the following errors.
Removing existing module directory under /home/x\WindowsPowerShell\Modules
Creating module directory under /home/x\WindowsPowerShell\Modules
Installing Active Directory Authentication Library Nuget in /home/x\WindowsPowerShell\Modules\ARM\Nugets
Downloading nuget.exe from http://www.nuget.org/nuget.exe
InvalidOperation: Cannot run a document in the middle of a pipeline: /home/x\WindowsPowerShell\Modules\ARM\Nugets\nuget.exe.
Copying module files to the module directory
Import-Module: /home/x/AzureResourceManagerPowerShell/Install-ARMModule.ps1:40
Line |
40 | Import-Module ARM
| ~~~~~~~~~~~~~~~~~
| The specified module 'ARM' was not loaded because no valid module file was found in any module directory.
I also appreciate it if you have a README file in here to help with installation.