-
Notifications
You must be signed in to change notification settings - Fork 65
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
[error]Package 'Az.Accounts' failed to download since MSFT outage yesterday #284
Comments
@cosmic-jester-uk Thanks for reporting! Is this still happening? I noticed early yesterday we had some flakey downloads (an issue that seemed to be transient because for about 15 minutes some downloads would fail). Could you send us a timestamp of when this happened and if it continues to happen please comment here with the timestamp. I couldn't find anything unusual happening yesterday, but more specificity could help us narrow down the problem. |
Hello, thanks for responding. |
If I try a manual download on my PC it works fine. If I try a manual download on the Virtual Machine that I need the package on, I get this: |
@cosmic-jester-uk is this still an issue? |
Prerequisites
Steps to reproduce
When executing a CICD pipeline in ADO (YAML script) I get an error saying:
WARNING: Source Location 'https://www.powershellgallery.com/api/v2/package/Az.Accounts/3.0.2' is not valid.
##[error]Package 'Az.Accounts' failed to download.
##[error]PowerShell exited with code '1'.
YAML CODE:
- task: AzurePowerShell@5 displayName: Install AZ-Synapse inputs: azureSubscription: '$(TEST_DeployDevopsConnection)' ScriptType: 'InlineScript' Inline: "Install-Module -Name \"Az.Synapse\" -Confirm:$false -Scope CurrentUser -Force;" azurePowerShellVersion: 'LatestVersion'
Expected behavior
Installs Az.Synapse
Actual behavior
Pipeline fails
Error details
Environment data
Version
3.0.2
Visuals
No response
The text was updated successfully, but these errors were encountered: