File tree Expand file tree Collapse file tree
cli/azd/extensions/azure.ai.models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release History
22
33
4+ ## 0.0.3-preview (2026-02-19)
5+
6+ - Fixed azcopy download: added ` githubusercontent.com ` to allowed redirect hosts
7+
48## 0.0.2-preview (2026-02-19)
59
610- Fixed azcopy download redirect to allow ` github.com ` as a trusted host
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ namespace: ai.models
33displayName : Foundry Custom Models (Preview)
44description : Extension for managing custom models in Azure AI Foundry. (Preview)
55usage : azd ai models <command> [options]
6- version : 0.0.2 -preview
6+ version : 0.0.3 -preview
77language : go
88capabilities :
99 - custom-commands
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ var allowedHosts = []string{
3232 ".azureedge.net" ,
3333 ".github.com" ,
3434 "github.com" ,
35+ ".githubusercontent.com" ,
3536}
3637
3738// isAllowedHost checks if the URL host is in the allowed hosts list.
Original file line number Diff line number Diff line change 1- 0.0.2 -preview
1+ 0.0.3 -preview
You can’t perform that action at this time.
0 commit comments