diff --git a/cli/azd/extensions/azure.ai.agents/CHANGELOG.md b/cli/azd/extensions/azure.ai.agents/CHANGELOG.md index 098525f8b14..8c732f95dba 100644 --- a/cli/azd/extensions/azure.ai.agents/CHANGELOG.md +++ b/cli/azd/extensions/azure.ai.agents/CHANGELOG.md @@ -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` diff --git a/cli/azd/extensions/azure.ai.agents/extension.yaml b/cli/azd/extensions/azure.ai.agents/extension.yaml index 3af05b4a90c..aa06e36ecba 100644 --- a/cli/azd/extensions/azure.ai.agents/extension.yaml +++ b/cli/azd/extensions/azure.ai.agents/extension.yaml @@ -5,7 +5,7 @@ displayName: Foundry agents (Preview) description: Extension for the Foundry Agent Service. (Preview) usage: azd ai agent [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 diff --git a/cli/azd/extensions/azure.ai.agents/version.txt b/cli/azd/extensions/azure.ai.agents/version.txt index 057a122df6f..9fa780b92e5 100644 --- a/cli/azd/extensions/azure.ai.agents/version.txt +++ b/cli/azd/extensions/azure.ai.agents/version.txt @@ -1 +1 @@ -0.1.5-preview \ No newline at end of file +0.1.6-preview \ No newline at end of file diff --git a/cli/azd/extensions/azure.ai.finetune/CHANGELOG.md b/cli/azd/extensions/azure.ai.finetune/CHANGELOG.md index 9eb3efc0143..7cd9eb3e675 100644 --- a/cli/azd/extensions/azure.ai.finetune/CHANGELOG.md +++ b/cli/azd/extensions/azure.ai.finetune/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 0.0.11-preview (2026-01-22) + +- Add metadata capability +- Support `AZD_EXT_DEBUG=true` for debugging +- Disable option to create new resource group during `init` + ## 0.0.10-preview (2026-01-21) - Bug fixes diff --git a/cli/azd/extensions/azure.ai.finetune/extension.yaml b/cli/azd/extensions/azure.ai.finetune/extension.yaml index 799a30092f1..99ced275c68 100644 --- a/cli/azd/extensions/azure.ai.finetune/extension.yaml +++ b/cli/azd/extensions/azure.ai.finetune/extension.yaml @@ -3,7 +3,7 @@ namespace: ai.finetuning displayName: Foundry Fine Tuning (Preview) description: Extension for Foundry Fine Tuning. (Preview) usage: azd ai finetuning [options] -version: 0.0.10-preview +version: 0.0.11-preview language: go capabilities: - custom-commands diff --git a/cli/azd/extensions/azure.ai.finetune/version.txt b/cli/azd/extensions/azure.ai.finetune/version.txt index 608675ae257..d421c52e7d2 100644 --- a/cli/azd/extensions/azure.ai.finetune/version.txt +++ b/cli/azd/extensions/azure.ai.finetune/version.txt @@ -1 +1 @@ -0.0.10-preview +0.0.11-preview diff --git a/cli/azd/extensions/azure.coding-agent/CHANGELOG.md b/cli/azd/extensions/azure.coding-agent/CHANGELOG.md index 53dc13d10ec..3dd35a6985f 100644 --- a/cli/azd/extensions/azure.coding-agent/CHANGELOG.md +++ b/cli/azd/extensions/azure.coding-agent/CHANGELOG.md @@ -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 diff --git a/cli/azd/extensions/azure.coding-agent/extension.yaml b/cli/azd/extensions/azure.coding-agent/extension.yaml index 7d4cfcace4e..51b252ce05d 100644 --- a/cli/azd/extensions/azure.coding-agent/extension.yaml +++ b/cli/azd/extensions/azure.coding-agent/extension.yaml @@ -8,4 +8,4 @@ language: go namespace: coding-agent usage: azd coding-agent [options] # NOTE: Make sure version.txt is in sync with this version. -version: 0.5.2 +version: 0.6.0 diff --git a/cli/azd/extensions/azure.coding-agent/version.txt b/cli/azd/extensions/azure.coding-agent/version.txt index cb0c939a936..a918a2aa18d 100644 --- a/cli/azd/extensions/azure.coding-agent/version.txt +++ b/cli/azd/extensions/azure.coding-agent/version.txt @@ -1 +1 @@ -0.5.2 +0.6.0 diff --git a/cli/azd/extensions/microsoft.azd.concurx/CHANGELOG.md b/cli/azd/extensions/microsoft.azd.concurx/CHANGELOG.md index 17f4744d9a9..781d515e8ca 100644 --- a/cli/azd/extensions/microsoft.azd.concurx/CHANGELOG.md +++ b/cli/azd/extensions/microsoft.azd.concurx/CHANGELOG.md @@ -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` \ No newline at end of file diff --git a/cli/azd/extensions/microsoft.azd.concurx/extension.yaml b/cli/azd/extensions/microsoft.azd.concurx/extension.yaml index ca4be099336..f51486a6ba0 100644 --- a/cli/azd/extensions/microsoft.azd.concurx/extension.yaml +++ b/cli/azd/extensions/microsoft.azd.concurx/extension.yaml @@ -7,4 +7,4 @@ id: microsoft.azd.concurx language: go namespace: concurx usage: azd concurx [options] -version: 0.0.1 +version: 0.0.2 diff --git a/cli/azd/extensions/microsoft.azd.concurx/version.txt b/cli/azd/extensions/microsoft.azd.concurx/version.txt index 8a9ecc2ea99..7bcd0e3612d 100644 --- a/cli/azd/extensions/microsoft.azd.concurx/version.txt +++ b/cli/azd/extensions/microsoft.azd.concurx/version.txt @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.0.2 \ No newline at end of file diff --git a/cli/azd/extensions/microsoft.azd.extensions/CHANGELOG.md b/cli/azd/extensions/microsoft.azd.extensions/CHANGELOG.md index ed10c7a6e6c..53f0b564cc7 100644 --- a/cli/azd/extensions/microsoft.azd.extensions/CHANGELOG.md +++ b/cli/azd/extensions/microsoft.azd.extensions/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 +- [[#6578]](https://github.com/Azure/azure-dev/pull/6578) Fix prompts during `init` flow + ## 0.8.0 (2026-01-08) - [[#6474]](https://github.com/Azure/azure-dev/pull/6474) Remove Default Azure Credential from JS and Python scaffolding diff --git a/cli/azd/extensions/microsoft.azd.extensions/extension.yaml b/cli/azd/extensions/microsoft.azd.extensions/extension.yaml index 9affb6e0690..f33a796cd9f 100644 --- a/cli/azd/extensions/microsoft.azd.extensions/extension.yaml +++ b/cli/azd/extensions/microsoft.azd.extensions/extension.yaml @@ -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 [options] -version: 0.8.0 +version: 0.9.0 capabilities: - custom-commands - metadata diff --git a/cli/azd/extensions/microsoft.azd.extensions/version.txt b/cli/azd/extensions/microsoft.azd.extensions/version.txt index 8adc70fdd9d..899f24fc754 100644 --- a/cli/azd/extensions/microsoft.azd.extensions/version.txt +++ b/cli/azd/extensions/microsoft.azd.extensions/version.txt @@ -1 +1 @@ -0.8.0 \ No newline at end of file +0.9.0 \ No newline at end of file