azcopy installation fix - #6787
Merged
Merged
Conversation
Amit Chauhan (achauhan-scc)
requested review from
JeffreyCA,
Marina He (hemarina),
kingernupur,
Radhika B (rabollin),
Rajesh Kamal (rajeshkamal5050),
saanikaguptamicrosoft,
tg-msft,
Travis Angevine (trangevi),
Victor Vazquez (vhvb1989),
Wallace Breza (wbreza) and
Wei Lim (weikanglim)
as code owners
February 19, 2026 08:34
Copilot started reviewing on behalf of
Amit Chauhan (achauhan-scc)
February 19, 2026 08:35
View session
saanikaguptamicrosoft
approved these changes
Feb 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the azure.ai.models extension release metadata to 0.0.3-preview and adjusts the azcopy installer’s redirect host allowlist to improve reliability when downloads redirect to GitHub-hosted domains.
Changes:
- Added
.githubusercontent.comto the azcopy download redirect allowlist. - Bumped extension version to
0.0.3-previewinextension.yamlandversion.txt. - Updated the extension changelog with the
0.0.3-previewrelease note.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| cli/azd/extensions/azure.ai.models/version.txt | Updates the extension version stamp to 0.0.3-preview. |
| cli/azd/extensions/azure.ai.models/internal/azcopy/installer.go | Expands allowed redirect hosts for azcopy downloads to include GitHub user content domains. |
| cli/azd/extensions/azure.ai.models/extension.yaml | Bumps manifest version to 0.0.3-preview. |
| cli/azd/extensions/azure.ai.models/CHANGELOG.md | Adds 0.0.3-preview entry documenting the redirect allowlist change. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Amit Chauhan (achauhan-scc)
enabled auto-merge (squash)
February 19, 2026 08:42
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.
This pull request updates the
azure.ai.modelsextension to version0.0.3-previewand addresses an issue with azcopy downloads by expanding the list of allowed redirect hosts. The main focus is on improving the reliability of downloads from GitHub-related sources.Bug Fixes and Improvements:
githubusercontent.com, in addition to previously allowed hosts, improving compatibility with GitHub file downloads.Versioning and Documentation:
0.0.3-previewinextension.yaml,version.txt, and updated the changelog to reflect the new release and its changes. [1] [2] [3]