Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this has been abandoned - Microsoft has left us no way to update our modules. #47

Open
ghost opened this issue Oct 26, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 26, 2022

this fails to run, also the built in UI fails to update all AZ modules, we need AZ.accounts to be updated to install other modules, but we can't update it.

@ghost
Copy link
Author

ghost commented Oct 26, 2022

Invoke-WebRequest: C:\Temp\ii5glueu.hmc\9a8655eb-2d9a-4593-9def-25c136e69f6d.ps1:423 Line | 423 | … ofileURL = (Invoke-WebRequest -Uri $ModuleContentUrl -MaximumRedirect … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Object moved Object moved to here. MethodInvocationException: C:\Temp\ii5glueu.hmc\9a8655eb-2d9a-4593-9def-25c136e69f6d.ps1:425 Line | 425 | $WebClient.DownloadFile($ProfileURL, $ProfilePath) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Exception calling "DownloadFile" with "2" argument(s): "Value cannot be | null. (Parameter 'address')" Invoke-WebRequest: C:\Temp\ii5glueu.hmc\9a8655eb-2d9a-4593-9def-25c136e69f6d.ps1:429 Line | 429 | … ationURL = (Invoke-WebRequest -Uri $ModuleContentUrl -MaximumRedirect … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Object moved Object moved to here. MethodInvocationException: C:\Temp\ii5glueu.hmc\9a8655eb-2d9a-4593-9def-25c136e69f6d.ps1:431 Line | 431 | $WebClient.DownloadFile($AutomationURL, $AutomationPath) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Exception calling "DownloadFile" with "2" argument(s): "Value cannot be | null. (Parameter 'address')" Expand-Archive: C:\Temp\ii5glueu.hmc\9a8655eb-2d9a-4593-9def-25c136e69f6d.ps1:439 Line | 439 | Expand-Archive -Path $ProfilePath -DestinationPath $ProfileUnzipP … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | The path 'C:\Users\Client\Temp\Az.Accounts.zip' either does not exist or | is not a valid file system path. Expand-Archive: C:\Temp\ii5glueu.hmc\9a8655eb-2d9a-4593-9def-25c136e69f6d.ps1:441 Line | 441 | Expand-Archive -Path $AutomationPath -DestinationPath $Automation … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | The path 'C:\Users\Client\Temp\Az.Automation.zip' either does not exist | or is not a valid file system path. Import-Module: C:\Temp\ii5glueu.hmc\9a8655eb-2d9a-4593-9def-25c136e69f6d.ps1:444 Line | 444 | Import-Module (Join-Path $ProfileUnzipPath ($ProfileModuleName + …

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants