From c655aceabf771f2915ad21832463168b3009dd5c Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Thu, 5 Mar 2026 15:26:11 -0500 Subject: [PATCH 1/2] Update PSGallery status with March 5th incident Added status update regarding slowness in installing packages on March 5th, 2026. --- psgallery_status.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/psgallery_status.md b/psgallery_status.md index 9b2e0d5..2bae505 100644 --- a/psgallery_status.md +++ b/psgallery_status.md @@ -1,6 +1,12 @@ PowerShell Gallery Status ========================= + +### March 5th 2026, Slowness in installing packages. +Around 12:00pm UTC we have been observing delays in installing packages. We are working on a fix to resolve this, but you may see brief delays or interruptions in downloading packages. + +__Status: Ongoing__ + ### Jan 26th - Feb 6th 2026, Issues with Az.ContainerRegistry failing with 500 Error during `Find-PSResource "Az" -IncludeDependencies` and `Install-PSResource "Az"` cmdlet run Starting January 26th users reported failures installing Az, using PSResourceGet command `Install-PSResource 'Az' -Repository PSGallery`, with a 500 error mentioning the dependency module 'Az.ContainerRegistry'. PowerShellGet V2 cmdlet `Install-Module` was still succeeding in installing Az and its dependency Az.ContainerRegistry. From 5203dfbe9cc4e039ed243b6030d0d0a23afbf10c Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Thu, 5 Mar 2026 18:40:17 -0500 Subject: [PATCH 2/2] Change status to 'Resolved' for March 5th issue Updated status from 'Ongoing' to 'Resolved' for the March 5th issue regarding package installation delays. --- psgallery_status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psgallery_status.md b/psgallery_status.md index 2bae505..6a56d1b 100644 --- a/psgallery_status.md +++ b/psgallery_status.md @@ -5,7 +5,7 @@ PowerShell Gallery Status ### March 5th 2026, Slowness in installing packages. Around 12:00pm UTC we have been observing delays in installing packages. We are working on a fix to resolve this, but you may see brief delays or interruptions in downloading packages. -__Status: Ongoing__ +__Status: Resolved__ ### Jan 26th - Feb 6th 2026, Issues with Az.ContainerRegistry failing with 500 Error during `Find-PSResource "Az" -IncludeDependencies` and `Install-PSResource "Az"` cmdlet run Starting January 26th users reported failures installing Az, using PSResourceGet command `Install-PSResource 'Az' -Repository PSGallery`, with a 500 error mentioning the dependency module 'Az.ContainerRegistry'. PowerShellGet V2 cmdlet `Install-Module` was still succeeding in installing Az and its dependency Az.ContainerRegistry.