fix: update AVD agent and bootloader download URLs to stable fwlinks - #873
Merged
Merged
Conversation
Replace legacy query.prod.cms.rt.microsoft.com URLs with stable go.microsoft.com fwlink redirects for the AVD Agent and Bootloader MSI installers in Set-SessionHostConfiguration.ps1.
|
Thanks for fix this topic! |
Jason Masten (jamasten)
previously approved these changes
Aug 3, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates the AVD Agent and AVD Bootloader installer download URLs in Set-SessionHostConfiguration.ps1 to use stable go.microsoft.com/fwlink redirects instead of direct query.prod.cms.rt.microsoft.com binary links, reducing the risk of stale/broken installer URLs over time.
Changes:
- Replaced the AVD Bootloader MSI download URL with
https://go.microsoft.com/fwlink/?linkid=2311028. - Replaced the AVD Agent MSI download URL with
https://go.microsoft.com/fwlink/?linkid=2310011.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
djcornutt
previously approved these changes
Aug 4, 2026
Jason Masten (jamasten)
dismissed stale reviews from djcornutt and themself
via
August 5, 2026 21:30
9a096fc
Jason Masten (jamasten)
requested review from
djcornutt and
Jason Masten (jamasten)
August 19, 2026 13:52
Jason Masten (jamasten)
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the legacy
query.prod.cms.rt.microsoft.comdownload URLs for the AVD Agent and Bootloader MSI installers with stablego.microsoft.comfwlink redirects inSet-SessionHostConfiguration.ps1.Changes
https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrxrHhttps://go.microsoft.com/fwlink/?linkid=2311028https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrmXvhttps://go.microsoft.com/fwlink/?linkid=2310011Motivation
The old direct binary URLs can become stale or break when Microsoft updates the installer binaries. The
go.microsoft.comfwlink URLs are the official stable redirects that will continue to point to the latest installer versions.