Skip to content
Draft
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
5 changes: 5 additions & 0 deletions cli/azd/extensions/azure.ai.agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 0.1.6-preview (2026-01-22)

- [[#6541]](https://github.com/Azure/azure-dev/pull/6541) Add metadata capability
- [[#6541]](https://github.com/Azure/azure-dev/pull/6541) Support `AZD_EXT_DEBUG=true` for debugging

## 0.1.5-preview (2026-01-12)

- [[#6468]](https://github.com/Azure/azure-dev/pull/6468) Add support for retrieving existing Application Insights connections when using `--project-id`
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.agents/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: Foundry agents (Preview)
description: Extension for the Foundry Agent Service. (Preview)
usage: azd ai agent <command> [options]
# NOTE: Make sure version.txt is in sync with this version.
version: 0.1.5-preview
version: 0.1.6-preview
language: go
capabilities:
- custom-commands
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.agents/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5-preview
0.1.6-preview
5 changes: 5 additions & 0 deletions cli/azd/extensions/azure.ai.finetune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 0.0.11-preview (2026-01-22)

- Add metadata capability
- Support `AZD_EXT_DEBUG=true` for debugging

## 0.0.10-preview (2026-01-21)

- Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.finetune/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace: ai.finetuning
displayName: Foundry Fine Tuning (Preview)
description: Extension for Foundry Fine Tuning. (Preview)
usage: azd ai finetuning <command> [options]
version: 0.0.10-preview
version: 0.0.11-preview
language: go
capabilities:
- custom-commands
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.finetune/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.10-preview
0.0.11-preview
7 changes: 7 additions & 0 deletions cli/azd/extensions/azure.coding-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

## 0.6.0

### Features Added

- Add metadata capability
- Support `AZD_EXT_DEBUG=true` for debugging

## 0.5.2

### Bugs fixed
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.coding-agent/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ language: go
namespace: coding-agent
usage: azd coding-agent <command> [options]
# NOTE: Make sure version.txt is in sync with this version.
version: 0.5.2
version: 0.6.0
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.coding-agent/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.6.0
5 changes: 5 additions & 0 deletions cli/azd/extensions/microsoft.azd.concurx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 0.0.2 (2026-01-22)

- [[#6541]](https://github.com/Azure/azure-dev/pull/6541) Add metadata capability
- [[#6541]](https://github.com/Azure/azure-dev/pull/6541) Support `AZD_EXT_DEBUG=true` for debugging

## 0.0.1 (2026-01-12)

- Initial support for `azd concurx up`
2 changes: 1 addition & 1 deletion cli/azd/extensions/microsoft.azd.concurx/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ id: microsoft.azd.concurx
language: go
namespace: concurx
usage: azd concurx <command> [options]
version: 0.0.1
version: 0.0.2
2 changes: 1 addition & 1 deletion cli/azd/extensions/microsoft.azd.concurx/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
6 changes: 6 additions & 0 deletions cli/azd/extensions/microsoft.azd.extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 0.9.0 (2026-01-22)

- [[#6541]](https://github.com/Azure/azure-dev/pull/6541) Add metadata capability
- [[#6541]](https://github.com/Azure/azure-dev/pull/6541) Support `AZD_EXT_DEBUG=true` for debugging
- [[#6541]](https://github.com/Azure/azure-dev/pull/6541) Add missing capabilities to `init` command and update Go scaffolding

## 0.8.0 (2026-01-08)

- [[#6474]](https://github.com/Azure/azure-dev/pull/6474) Remove Default Azure Credential from JS and Python scaffolding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: go
displayName: AZD Extensions Developer Kit
description: This extension provides a set of tools for AZD extension developers to test and debug their extensions.
usage: azd x <command> [options]
version: 0.8.0
version: 0.9.0
capabilities:
- custom-commands
examples:
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/microsoft.azd.extensions/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0
Loading