Skip to content

Conversation

@JeffreyCA
Copy link
Contributor

@JeffreyCA JeffreyCA commented Jan 17, 2026

Resolves #6546

These new versions include enhanced telemetry and debugging support (#6541)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates bundled azd extension package versions to include recent metadata/telemetry and AZD_EXT_DEBUG debugging enhancements (per #6541), addressing the “release new versions” request in #6546.

Changes:

  • Bump extension versions in version.txt and extension.yaml for multiple extensions.
  • Add corresponding release entries to each extension’s CHANGELOG.md.

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.

Show a summary per file
File Description
cli/azd/extensions/microsoft.azd.extensions/version.txt Bumps extension package version to 0.9.0.
cli/azd/extensions/microsoft.azd.extensions/extension.yaml Keeps manifest version in sync with package bump (0.9.0).
cli/azd/extensions/microsoft.azd.extensions/CHANGELOG.md Documents 0.9.0 release highlights (metadata + debug support).
cli/azd/extensions/microsoft.azd.concurx/version.txt Bumps extension package version to 0.0.2.
cli/azd/extensions/microsoft.azd.concurx/extension.yaml Keeps manifest version in sync with package bump (0.0.2).
cli/azd/extensions/microsoft.azd.concurx/CHANGELOG.md Documents 0.0.2 release highlights (metadata + debug support).
cli/azd/extensions/azure.coding-agent/version.txt Bumps extension package version to 0.6.0.
cli/azd/extensions/azure.coding-agent/extension.yaml Keeps manifest version in sync with package bump (0.6.0).
cli/azd/extensions/azure.coding-agent/CHANGELOG.md Documents 0.6.0 release highlights (metadata + debug support).
cli/azd/extensions/azure.ai.finetune/version.txt Bumps extension package version to 0.0.11-preview.
cli/azd/extensions/azure.ai.finetune/extension.yaml Keeps manifest version in sync with package bump (0.0.11-preview).
cli/azd/extensions/azure.ai.finetune/CHANGELOG.md Documents 0.0.11-preview release highlights.
cli/azd/extensions/azure.ai.agents/version.txt Bumps extension package version to 0.1.6-preview.
cli/azd/extensions/azure.ai.agents/extension.yaml Keeps manifest version in sync with package bump (0.1.6-preview).
cli/azd/extensions/azure.ai.agents/CHANGELOG.md Documents 0.1.6-preview release highlights (metadata + debug support).
Comments suppressed due to low confidence (2)

cli/azd/extensions/azure.coding-agent/version.txt:2

  • version.txt currently contains an extra blank line (file has 2 lines). Because the build scripts read it via Get-Content into a [string] parameter, PowerShell will join multiple lines with a space, producing a version like 0.6.0 (trailing space) in ldflags and other outputs. Please keep version.txt to a single non-empty line (remove the empty line at EOF).
0.6.0

cli/azd/extensions/azure.ai.finetune/version.txt:2

  • version.txt currently contains an extra blank line (file has 2 lines). Since the build scripts read it via Get-Content into a [string] parameter, multiple lines get joined with a space, potentially resulting in 0.0.11-preview (trailing space) being embedded in build metadata. Please ensure version.txt contains exactly one non-empty line (remove the empty line at EOF).
0.0.11-preview


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JeffreyCA JeffreyCA marked this pull request as draft January 22, 2026 23:00
@JeffreyCA JeffreyCA marked this pull request as ready for review January 23, 2026 00:07
@JeffreyCA JeffreyCA merged commit c5414fc into Azure:main Jan 23, 2026
39 of 68 checks passed
@JeffreyCA JeffreyCA deleted the jeffreyca/ext-changelogs branch January 23, 2026 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release new versions of extensions w/ metadata capability

4 participants