Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cli/azd/extensions/azure.ai.training/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 0.0.3-preview (2026-08-14)

### Features Added

- [[#9568]](https://github.com/Azure/azure-dev/pull/9568) Support Foundry storage connections for local uploads, preserve named output asset metadata, and pass through `azureai` dataset references.

## 0.0.2-preview (2026-06-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.training/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace: ai.training
displayName: Microsoft Foundry Training (Preview)
description: Extension for Microsoft Foundry training jobs. (Preview)
usage: azd ai training <command> [options]
version: 0.0.2-preview
version: 0.0.3-preview
requiredAzdVersion: ">=1.25.1"
language: go
capabilities:
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.training/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2-preview
0.0.3-preview
Loading