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

## 0.1.1-preview (2026-06-05)

### Features Added

- [[#8475]](https://github.com/Azure/azure-dev/pull/8475) Add `--metadata key=value` flag (repeatable) to `azd ai connection update`, allowing metadata to be set or merged on existing connections without recreating them. Also fixes the update path for OAuth2 connections: emit the credentials object in the PUT body (resolves HTTP 400 "Credentials Property can't be empty for auth type OAuth2") and preserve existing OAuth2 fields (connectorName, authorizationUrl, tokenUrl, scopes, etc.) on target/metadata-only updates.

### Bugs Fixed

- [[#8539]](https://github.com/Azure/azure-dev/pull/8539) Remove leaked debug log from `resolveConnectionContext` that surfaced the resolved endpoint and source as user-visible noise on every `azd ai connection` invocation.

## 0.1.0-preview (2026-05-28)

Initial release of the `azure.ai.connections` extension. Provides CRUD management
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.connections/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ tags:
- ai
- connection
usage: azd ai connection <command> [options]
version: 0.1.0-preview
version: 0.1.1-preview
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.connections/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-preview
0.1.1-preview
Loading