From 390b09bd27c8460e6faf26e486aecf5562884b51 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Wed, 29 Oct 2025 10:18:23 -0700 Subject: [PATCH 1/9] Update psgallery_status.md --- psgallery_status.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/psgallery_status.md b/psgallery_status.md index 2d21d4a..b643a38 100644 --- a/psgallery_status.md +++ b/psgallery_status.md @@ -1,6 +1,12 @@ PowerShell Gallery Status ========================= +### October 29th 2025, PSGallery is down due to Azure Front Door outage +Please see https://azure.status.microsoft/en-us/status for Azure Front Door specific status updates. +If you need to reach the PowerShellGallery team please directly email the team at psgadmin at microsoft.com. + +__Status: Ongoing__ + ### September 9th 2025, Unable to Install NuGet provider, cert expired error When `Install-PackageProvider` from [OneGet](https://github.com/OneGet/oneget/issues/553) installs NuGet provider, users were seeing that the `Certificate has expired for https://onegetcdn.azureedge.net/` . The `.swidtag` file that OneGet needs `https://cdn.oneget.org/providers/nuget-2.8.5.208.package.swidtag` was pointing to the old CDN url that we moved off of when migrating CDNs. We purged the CDN and the link is now updated to the new one. We are investigating this further on our end, but believe the issue to be resolved for users. Please open an issue if you see this still occurring for you. From b23bd7dfe197e10943433cb3c8d9d99a09679980 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:02:09 -0700 Subject: [PATCH 2/9] Update psgallery_status.md --- psgallery_status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psgallery_status.md b/psgallery_status.md index b643a38..0c7d046 100644 --- a/psgallery_status.md +++ b/psgallery_status.md @@ -5,7 +5,7 @@ PowerShell Gallery Status Please see https://azure.status.microsoft/en-us/status for Azure Front Door specific status updates. If you need to reach the PowerShellGallery team please directly email the team at psgadmin at microsoft.com. -__Status: Ongoing__ +__Status: Mitigated__ ### September 9th 2025, Unable to Install NuGet provider, cert expired error When `Install-PackageProvider` from [OneGet](https://github.com/OneGet/oneget/issues/553) installs NuGet provider, users were seeing that the `Certificate has expired for https://onegetcdn.azureedge.net/` . The `.swidtag` file that OneGet needs `https://cdn.oneget.org/providers/nuget-2.8.5.208.package.swidtag` was pointing to the old CDN url that we moved off of when migrating CDNs. We purged the CDN and the link is now updated to the new one. We are investigating this further on our end, but believe the issue to be resolved for users. Please open an issue if you see this still occurring for you. From 233c532176f103b36245391175c86b893dfed70d Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Thu, 30 Oct 2025 09:22:29 -0700 Subject: [PATCH 3/9] Update psgallery_status.md --- psgallery_status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psgallery_status.md b/psgallery_status.md index 0c7d046..10e262d 100644 --- a/psgallery_status.md +++ b/psgallery_status.md @@ -5,7 +5,7 @@ PowerShell Gallery Status Please see https://azure.status.microsoft/en-us/status for Azure Front Door specific status updates. If you need to reach the PowerShellGallery team please directly email the team at psgadmin at microsoft.com. -__Status: Mitigated__ +__Status: Resolved__ ### September 9th 2025, Unable to Install NuGet provider, cert expired error When `Install-PackageProvider` from [OneGet](https://github.com/OneGet/oneget/issues/553) installs NuGet provider, users were seeing that the `Certificate has expired for https://onegetcdn.azureedge.net/` . The `.swidtag` file that OneGet needs `https://cdn.oneget.org/providers/nuget-2.8.5.208.package.swidtag` was pointing to the old CDN url that we moved off of when migrating CDNs. We purged the CDN and the link is now updated to the new one. We are investigating this further on our end, but believe the issue to be resolved for users. Please open an issue if you see this still occurring for you. From 8614338698cd9e513c72fe9c2d8e0597893a4c44 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Wed, 12 Nov 2025 11:13:03 -0800 Subject: [PATCH 4/9] Revise PowerShell Gallery status updates Updated status entries for PowerShell Gallery, including new issues and resolutions. --- psgallery_status.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/psgallery_status.md b/psgallery_status.md index 10e262d..cc66346 100644 --- a/psgallery_status.md +++ b/psgallery_status.md @@ -1,6 +1,15 @@ PowerShell Gallery Status ========================= +### November 12th 2025, Intermittent issues with incorrect search results returned. +Over the past couple months we've seen intermittent issues with Lucene, our search indexing system. When this occurs, users searching for a package on the Gallery website will see "0 packages returned". If you encounter this issue, our guidance is to use client commands, e.g. PSResourceGet, to search for and download packages. + +When using client commands to query the Gallery, you will be able to successfully search for a package given its full package name: `Find-PSResource -Name 'Az'` or `Find-PSResource -Name 'Az' -Version '9.0.0'` . + +Some client commands are unfortunately impacted by this issue, specifically searches for tags, commands, or wildcard names. For example, `Find-PSResource -Tag 'myTag'`, `Find-PSResource -Command 'myCmd'`, and `Find-PSResource -Name "PowerShell*"` may produce empty or incomplete results. We are working on broader architectural changes, but are actively working on this issue. + +__Status: Ongoing__ + ### October 29th 2025, PSGallery is down due to Azure Front Door outage Please see https://azure.status.microsoft/en-us/status for Azure Front Door specific status updates. If you need to reach the PowerShellGallery team please directly email the team at psgadmin at microsoft.com. @@ -10,7 +19,7 @@ __Status: Resolved__ ### September 9th 2025, Unable to Install NuGet provider, cert expired error When `Install-PackageProvider` from [OneGet](https://github.com/OneGet/oneget/issues/553) installs NuGet provider, users were seeing that the `Certificate has expired for https://onegetcdn.azureedge.net/` . The `.swidtag` file that OneGet needs `https://cdn.oneget.org/providers/nuget-2.8.5.208.package.swidtag` was pointing to the old CDN url that we moved off of when migrating CDNs. We purged the CDN and the link is now updated to the new one. We are investigating this further on our end, but believe the issue to be resolved for users. Please open an issue if you see this still occurring for you. -__Status: Mitigated__ +__Status: Resolved__ ### April 25th 2025, Slowness with downloads We are noticing slowness for downloading packages from PSGallery and are working to resolve this. @@ -19,6 +28,7 @@ __Status: This issue is being mitigated, if you are still experiencing this issu ### March 14th 2025, Incorrect display logins- UPDATE Logins are working, but now only showing incorrect information (email address, specifically) for a small subset of users. To check if this affects you: log in to the PSGallery site with your usual credential, select your username in the top right corner and check if the email address displays as 'psgadmin@microsoft.com'. If so, on the same 'View Profile' page, click the pencil icon by your username, click and expand the 'Email Address' dropdown and input your desired email address, hit 'Save'. Please email us at 'psgadmin@microsoft.com' and we will remedy then it. + ### March 14th 2025, Incorrect display logins Logins are working, but showing in correct information. The team is actively working on this issue. If you need to reach the PowerShellGallery team please directly email the team at psgadmin at microsoft.com. @@ -59,7 +69,7 @@ __Status: Resolved__ The team is currently investigating and working on mitigating the issue as quickly as possible. -Status: Resolved +__Status: Resolved__ ### May 13th, 2024 The [PowerShell Gallery](https://powershellgallery.com) is having issues with statistics. @@ -95,7 +105,7 @@ __Status: Resolved__ ### May 2nd, 2022 16:41 UTC The [PowerShell Gallery](https://powershellgallery.com) is having issues with latency. For the past week there have been reports of delays and extreme slowness with the PSGallery. We're putting all our efforts into addressing this and more seriously looking into better ways to optimize our service. -__Status: Mitigated__ +__Status: Resolved__ ### September 22nd, 2021 From Monday, September 27th to Thursday, September 30th a migration will occur to a new (ARM based) cloud service. We do not anticipate that this will interrupt traffic or interfer with Gallery access, but would like to notify users beforehand in case of unanticipated side effects. From 821b9c1a94748074a270c7167dfed1aeae6c4e00 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:07:47 -0800 Subject: [PATCH 5/9] Update psgallery_status.md with recent issues Added status update for February 2nd 2026 regarding CDN issues affecting package downloads. --- psgallery_status.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/psgallery_status.md b/psgallery_status.md index cc66346..3278124 100644 --- a/psgallery_status.md +++ b/psgallery_status.md @@ -1,6 +1,11 @@ PowerShell Gallery Status ========================= +### February 2nd 2026, Issues with downloading a subset of packages. +Around 08:00pm UTC users reported failures installing and manually downloading specific packages from the Gallery. This was due to a CDN issue and is resolved as of 09:00pm. + +__Status: Resolved__ + ### November 12th 2025, Intermittent issues with incorrect search results returned. Over the past couple months we've seen intermittent issues with Lucene, our search indexing system. When this occurs, users searching for a package on the Gallery website will see "0 packages returned". If you encounter this issue, our guidance is to use client commands, e.g. PSResourceGet, to search for and download packages. From eeee10262aad6bcea90b08af8a750a99238a2306 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:08:18 -0800 Subject: [PATCH 6/9] Clarify resolution time in PowerShell Gallery status Added UTC to the resolution time for clarity. --- psgallery_status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psgallery_status.md b/psgallery_status.md index 3278124..0ba8c80 100644 --- a/psgallery_status.md +++ b/psgallery_status.md @@ -2,7 +2,7 @@ PowerShell Gallery Status ========================= ### February 2nd 2026, Issues with downloading a subset of packages. -Around 08:00pm UTC users reported failures installing and manually downloading specific packages from the Gallery. This was due to a CDN issue and is resolved as of 09:00pm. +Around 08:00pm UTC users reported failures installing and manually downloading specific packages from the Gallery. This was due to a CDN issue and is resolved as of 09:00pm UTC. __Status: Resolved__ From b4f478e8df2d201d766d08ce00e81705deec0ce4 Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Fri, 6 Feb 2026 17:48:01 -0500 Subject: [PATCH 7/9] Update PowerShell Gallery status for January-February 2026 Added updates regarding issues with Az.ContainerRegistry and package downloads. --- psgallery_status.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/psgallery_status.md b/psgallery_status.md index 0ba8c80..9b2e0d5 100644 --- a/psgallery_status.md +++ b/psgallery_status.md @@ -1,6 +1,13 @@ PowerShell Gallery Status ========================= +### 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. + +A fix has been released in [PSResourceGet module version 1.2.0-rc3](https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet/1.2.0-rc3). Please update your PSResourceGet module version to pull in this change. + +__Status: Resolved__ + ### February 2nd 2026, Issues with downloading a subset of packages. Around 08:00pm UTC users reported failures installing and manually downloading specific packages from the Gallery. This was due to a CDN issue and is resolved as of 09:00pm UTC. From c655aceabf771f2915ad21832463168b3009dd5c Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Thu, 5 Mar 2026 15:26:11 -0500 Subject: [PATCH 8/9] 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 9/9] 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.