Prerequisites
Steps to reproduce
- Run curl -sL https://aka.ms/pwsh-buildinfo-7-6
- Observe the response
For comparison, the working equivalent:
Invoke-RestMethod -Uri https://aka.ms/pwsh-buildinfo-7-5
ReleaseDate BaseUrl BlobName ReleaseTag
----------- ------- -------- ----------
3/12/2026 6:27:18 PM https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/install v7-5-5 v7.5.5
curl -sL https://aka.ms/pwsh-buildinfo-7-5
{
"ReleaseDate": "2026-03-12T18:27:18Z",
"BaseUrl": "https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/install",
"BlobName": "v7-5-5",
"ReleaseTag": "v7.5.5"
}
Expected behavior
Similar to 7.5 but for the 7.6 release.
Actual behavior
The aka.ms short URL does not exist or is misconfigured. The request redirects to https://www.bing.com and returns the full Bing homepage HTML.
Invoke-RestMethod -Uri https://aka.ms/pwsh-buildinfo-7-6
<!doctype html><html lang="en" dir="ltr"><head><meta name="theme-color" content="#4F4F4F" /><meta name="description" content="Search with Microsoft Bing and use the power of AI to find information, explore webpages, images, videos, maps, and more. A smart search engine for the forever curious." />............
Error details
Environment data
Name Value
---- -----
PSVersion 7.5.4
PSEdition Core
GitCommitId 7.5.4
OS Darwin 25.2.0 Darwin Kernel Version 25.2.0: Tue Nov 18 21:09:45 PST 2025; root:xnu-12377.61.12~1/RELEASE_ARM64_T6030
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Visuals
No response
Prerequisites
Steps to reproduce
For comparison, the working equivalent:
curl -sL https://aka.ms/pwsh-buildinfo-7-5 { "ReleaseDate": "2026-03-12T18:27:18Z", "BaseUrl": "https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/install", "BlobName": "v7-5-5", "ReleaseTag": "v7.5.5" }Expected behavior
Similar to 7.5 but for the 7.6 release.Actual behavior
Error details
Environment data
Visuals
No response