Adding Github to allowed list#6785
Merged
achauhan-scc merged 67 commits intoAzure:mainfrom Feb 19, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the azure.ai.models azd extension for the 0.0.2-preview release by updating versioning/ownership metadata, documenting snapshot regeneration, and expanding the azcopy installer’s trusted redirect host allowlist to include GitHub.
Changes:
- Bumped the extension version to
0.0.2-preview(manifest + version file) and updated the extension changelog. - Allowed azcopy download redirects to
github.com/.github.comand added a CODEOWNERS entry for the extension. - Added contributor documentation on regenerating CLI usage/Fig spec snapshots.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
cli/azd/extensions/azure.ai.models/version.txt |
Updates extension version to 0.0.2-preview. |
cli/azd/extensions/azure.ai.models/extension.yaml |
Updates manifest version to 0.0.2-preview. |
cli/azd/extensions/azure.ai.models/internal/azcopy/installer.go |
Expands redirect/download allowed host list to include GitHub. |
cli/azd/extensions/azure.ai.models/docs/development-guide.md |
Adds instructions for updating CLI snapshot testdata. |
cli/azd/extensions/azure.ai.models/CHANGELOG.md |
Adds 0.0.2-preview release notes. |
.github/CODEOWNERS |
Adds owners for the azure.ai.models extension path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rajeshkamal5050
approved these changes
Feb 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.
This pull request updates the
azure.ai.modelsextension with several enhancements, bug fixes, and maintenance improvements in preparation for the0.0.2-previewrelease. The changes include expanding model registration capabilities, improving CLI usability, fixing download issues, and updating documentation and ownership.Feature enhancements:
catalogInfoandderivedModelInformationto the model registration payload to support richer model metadata. (Fcf57192L6)--publisherflag (default:Fireworks) and made the--base-modelflag required for model registration commands. (Fcf57192L7)Bug fixes:
github.comas a trusted host, resolving issues with remote downloads. (Fcf57192L8, cli/azd/extensions/azure.ai.models/internal/azcopy/installer.goR33-R34)Maintenance and documentation:
0.0.2-previewinextension.yamlandversion.txt. [1] [2]ci-test.ps1and setSkipTests: truein the release pipeline. (Fcf57192L10, Fcf57192L11)Project ownership:
azure.ai.modelsextension. (.github/CODEOWNERSR29-R30, Fcf57192L12)