Skip to content

Prepare azure.ai.agents 0.1.16-preview patch release#7190

Merged
rajeshkamal5050 merged 4 commits intomainfrom
copilot/prepare-new-patch-release-yet-again
Mar 18, 2026
Merged

Prepare azure.ai.agents 0.1.16-preview patch release#7190
rajeshkamal5050 merged 4 commits intomainfrom
copilot/prepare-new-patch-release-yet-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 18, 2026

Original prompt

This section details on the original issue you should resolve

<issue_title>Prepare new patch release for azure.ai.agents</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

…7181)

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Copilot AI changed the title [WIP] Prepare new patch release for azure.ai.agents Prepare azure.ai.agents 0.1.16-preview patch release Mar 18, 2026
Copilot AI requested a review from rajeshkamal5050 March 18, 2026 20:07
@rajeshkamal5050
Copy link
Copy Markdown
Contributor

@copilot remove updates to the registry.json. Has to be done once we have the builds generated

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 18, 2026

@copilot remove updates to the registry.json. Has to be done once we have the builds generated

Done — reverted the registry.json changes in commit 9605684. The registry update can be added back once the release builds are available with their SHA-256 checksums.

@rajeshkamal5050 rajeshkamal5050 marked this pull request as ready for review March 18, 2026 20:13
Copilot AI review requested due to automatic review settings March 18, 2026 20:13
Copy link
Copy Markdown
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

Prepares the azure.ai.agents extension for the 0.1.16-preview patch release by updating the extension version metadata and documenting the included changes since 0.1.15-preview.

Changes:

  • Bump extension version to 0.1.16-preview in version.txt and extension.yaml.
  • Add a 0.1.16-preview (2026-03-18) entry to the extension changelog summarizing the three included PRs.

Reviewed changes

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

File Description
cli/azd/extensions/azure.ai.agents/version.txt Updates the extension release version to 0.1.16-preview.
cli/azd/extensions/azure.ai.agents/extension.yaml Keeps extension manifest version in sync with version.txt.
cli/azd/extensions/azure.ai.agents/CHANGELOG.md Documents the 0.1.16-preview release contents and references the merged PRs.

You can also share your feedback on Copilot code review. Take the survey.

@rajeshkamal5050
Copy link
Copy Markdown
Contributor

@copilot can you add ### Breaking Changes section in the changelog.md and move #7181 under it?

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 18, 2026

@copilot can you add ### Breaking Changes section in the changelog.md and move #7181 under it?

Done in commit 601a130. Added a ### Breaking Changes subsection under 0.1.16-preview and moved #7181 under it.

@rajeshkamal5050 rajeshkamal5050 enabled auto-merge (squash) March 18, 2026 20:58
@rajeshkamal5050
Copy link
Copy Markdown
Contributor

/check-enforcer override

@rajeshkamal5050 rajeshkamal5050 merged commit ff7ed0c into main Mar 18, 2026
17 checks passed
wbreza pushed a commit to wbreza/azure-dev that referenced this pull request Mar 18, 2026
* Initial plan

* Prepare azure.ai.agents 0.1.16-preview patch release (Azure#7141, Azure#7175, Azure#7181)

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Remove registry.json changes - to be updated after builds are generated

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Add Breaking Changes section in CHANGELOG.md and move Azure#7181 under it

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
wbreza pushed a commit to wbreza/azure-dev that referenced this pull request Mar 18, 2026
* Initial plan

* Prepare azure.ai.agents 0.1.16-preview patch release (Azure#7141, Azure#7175, Azure#7181)

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Remove registry.json changes - to be updated after builds are generated

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Add Breaking Changes section in CHANGELOG.md and move Azure#7181 under it

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
github-actions bot added a commit to weikanglim/azure-dev that referenced this pull request Mar 24, 2026
- Update cli/version.txt to 1.23.12 (released 2026-03-24)
- Add 1.23.12 changelog entry: revert -e flag regression, telemetry fixes (Azure#7276)
- Add 1.23.11 changelog entry: --timeout flag, Copilot init improvements,
  security fixes, CopilotService gRPC extension (Azure#7221)
- Update azure.ai.agents to 0.1.18-preview
- Add 0.1.18-preview changelog: azd ai agent init from template (Azure#7147/Azure#7256)
- Add 0.1.17-preview changelog: banner, container settings (Azure#7225)
- Add 0.1.16-preview changelog: files command group, security hardening,
  breaking change to show/monitor commands (Azure#7190)
- Create cli/azd/extensions/azure.ai.agents/AGENTS.md with contributor
  guidance, error handling conventions, and release preparation steps (Azure#7111/Azure#7225)
- Update azure.ai.models to 0.0.5-preview
- Add 0.0.5-preview changelog: improved 403 error handling (Azure#7279)
- Add Error Handling in Extensions section to extensions-style-guide.md (Azure#7111)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jongio pushed a commit to jongio/azure-dev that referenced this pull request Mar 27, 2026
* Initial plan

* Prepare azure.ai.agents 0.1.16-preview patch release (Azure#7141, Azure#7175, Azure#7181)

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Remove registry.json changes - to be updated after builds are generated

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Add Breaking Changes section in CHANGELOG.md and move Azure#7181 under it

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
jongio pushed a commit to jongio/azure-dev that referenced this pull request Mar 27, 2026
* Initial plan

* Prepare azure.ai.agents 0.1.16-preview patch release (Azure#7141, Azure#7175, Azure#7181)

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Remove registry.json changes - to be updated after builds are generated

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Add Breaking Changes section in CHANGELOG.md and move Azure#7181 under it

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
jongio pushed a commit to jongio/azure-dev that referenced this pull request Mar 27, 2026
* Initial plan

* Prepare azure.ai.agents 0.1.16-preview patch release (Azure#7141, Azure#7175, Azure#7181)

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Remove registry.json changes - to be updated after builds are generated

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Add Breaking Changes section in CHANGELOG.md and move Azure#7181 under it

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
jongio pushed a commit to jongio/azure-dev that referenced this pull request Mar 27, 2026
* Initial plan

* Prepare azure.ai.agents 0.1.16-preview patch release (Azure#7141, Azure#7175, Azure#7181)

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Remove registry.json changes - to be updated after builds are generated

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Add Breaking Changes section in CHANGELOG.md and move Azure#7181 under it

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
jongio pushed a commit to jongio/azure-dev that referenced this pull request Mar 27, 2026
* Initial plan

* Prepare azure.ai.agents 0.1.16-preview patch release (Azure#7141, Azure#7175, Azure#7181)

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Remove registry.json changes - to be updated after builds are generated

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Add Breaking Changes section in CHANGELOG.md and move Azure#7181 under it

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
achauhan-scc pushed a commit to achauhan-scc/azure-dev that referenced this pull request Apr 2, 2026
* Initial plan

* Prepare azure.ai.agents 0.1.16-preview patch release (Azure#7141, Azure#7175, Azure#7181)

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Remove registry.json changes - to be updated after builds are generated

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

* Add Breaking Changes section in CHANGELOG.md and move Azure#7181 under it

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
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.

Prepare new patch release for azure.ai.agents

5 participants