You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Update-PSResource cmdlet to see about updating packages I have installed. However when I did a wildcard operation Update-PSResource *. Tt gets hung on checking NuGetGallery for the modules I have installed. Running with -Verbose does shows it is checking for Az. within the NuGetGallery but gets hung.
Once it is hung, I am unable to exit with Ctrl+C
Expected behavior
Updates all installed modules with newer versions of respective repositories, if hung be able to exit with Ctrl+C
Actual behavior
Gets hung and must restart terminal to get back.
Error details
N/A
Environment data
$PSVersionTable
Value
---------
PSVersion 7.1.4
PSEdition Core
GitCommitId 7.1.4
OS Microsoft Windows 10.0.19043
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0Get-Module PowerShellGet
ModuleType Version PreRelease Name ExportedCommands
-----------------------------------------------
Binary 3.0.11 beta PowerShellGet {Find-PSResource,Get-InstalledPSResource,Get-PS…
Visuals
Exact cmdlet and scenario that gets hung:
Verbose output mentioned above.
The text was updated successfully, but these errors were encountered:
Prerequisites
Steps to reproduce
I am using the
Update-PSResource
cmdlet to see about updating packages I have installed. However when I did a wildcard operationUpdate-PSResource *
. Tt gets hung on checking NuGetGallery for the modules I have installed. Running with-Verbose
does shows it is checking for Az. within the NuGetGallery but gets hung.Once it is hung, I am unable to exit with
Ctrl+C
Expected behavior
Updates all installed modules with newer versions of respective repositories, if hung be able to exit with Ctrl+C
Actual behavior
Gets hung and must restart terminal to get back.
Error details
N/A
Environment data
Visuals
Exact cmdlet and scenario that gets hung:

Verbose output mentioned above.
The text was updated successfully, but these errors were encountered: