Skip to content

Prepare azure.ai.agents 0.1.17-preview patch release#7225

Merged
rajeshkamal5050 merged 3 commits intomainfrom
copilot/prepare-new-patch-release-one-more-time
Mar 20, 2026
Merged

Prepare azure.ai.agents 0.1.17-preview patch release#7225
rajeshkamal5050 merged 3 commits intomainfrom
copilot/prepare-new-patch-release-one-more-time

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 20, 2026

Bumps azure.ai.agents from 0.1.16-preview to 0.1.17-preview, picking up two changes merged since the last release.

Changes

  • version.txt / extension.yaml — version bump to 0.1.17-preview
  • CHANGELOG.md — new 0.1.17-preview (2026-03-20) entry:
    • #7214 ASCII art banner with Foundry branding and version info at startup
    • #7217 Discrete CPU/memory options for container settings; remove min/max replicas prompts
  • AGENTS.md — added explicit "Release preparation" section documenting which files to update during a patch release and calling out that registry.json must not be edited manually (checksums and artifact URLs are generated by CI after the release build)

Note: registry.json is intentionally not updated in this PR. The new version entry will be added automatically by the release pipeline once the binaries are built and published.

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.

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/a44ad833-09a6-4143-a8d4-8a1becb22410
Copilot AI changed the title [WIP] Prepare new patch release for azure.ai.agents Prepare azure.ai.agents 0.1.17-preview patch release Mar 20, 2026
Copilot AI requested a review from rajeshkamal5050 March 20, 2026 19:06
@rajeshkamal5050
Copy link
Copy Markdown
Contributor

@copilot Why did you modify registry.json in this PR? The changelog-extension agent instructions explicitly say "DO NOT update registry.json." What instructions or reasoning led you to include it? What change to the repo's instructions (AGENTS.md or .github/agents/) would reliably prevent you from touching registry.json in future release prep tasks?

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/e8801340-0cf2-4006-bf54-189b0961a23a
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 20, 2026

@copilot Why did you modify registry.json in this PR? The changelog-extension agent instructions explicitly say "DO NOT update registry.json." What instructions or reasoning led you to include it? W...

Good catch. Two things happened:

  1. Why it ended up in the PR — the changelog-extension agent was invoked with a broad prompt that asked it to add the new version entry to registry.json. Even though the agent's own instructions say "DO NOT update registry.json", my delegated prompt overrode that by explicitly asking for the registry update. That was my mistake in the prompt I wrote.

  2. Fixregistry.json has been reverted to its pre-PR state (commit b73c59e4). The registry entries (checksums + artifact URLs) are generated automatically by CI after the release build produces the binaries, so editing them manually always results in wrong or placeholder values.

  3. Guard added — I added an explicit "Release preparation" section to cli/azd/extensions/azure.ai.agents/AGENTS.md (same commit) that says exactly which three files to touch during a patch release and ends with a bolded "Do NOT update cli/azd/extensions/registry.json" rule with the reason. This makes the instruction visible to any agent (or human) working on this extension in the future.

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 azd extension for a 0.1.17-preview patch release by bumping the extension version, recording the release notes, and documenting the patch-release workflow to avoid manual registry edits.

Changes:

  • Bump azure.ai.agents version from 0.1.16-preview to 0.1.17-preview (version.txt, extension.yaml).
  • Add 0.1.17-preview (2026-03-20) release notes to the top of CHANGELOG.md referencing #7214 and #7217.
  • Document patch release preparation steps in AGENTS.md, including a warning not to manually edit cli/azd/extensions/registry.json.

Reviewed changes

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

File Description
cli/azd/extensions/azure.ai.agents/version.txt Updates extension version string to 0.1.17-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 Adds new release entry for 0.1.17-preview with PR references.
cli/azd/extensions/azure.ai.agents/AGENTS.md Adds explicit patch release preparation guidance (incl. CI-owned registry.json).

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

/check-enforcer override

@rajeshkamal5050 rajeshkamal5050 merged commit 8a12ac2 into main Mar 20, 2026
21 checks passed
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

* feat: prepare azure.ai.agents 0.1.17-preview patch release

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/a44ad833-09a6-4143-a8d4-8a1becb22410

* fix: revert registry.json; add release-prep guard to AGENTS.md

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/e8801340-0cf2-4006-bf54-189b0961a23a

---------

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

* feat: prepare azure.ai.agents 0.1.17-preview patch release

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/a44ad833-09a6-4143-a8d4-8a1becb22410

* fix: revert registry.json; add release-prep guard to AGENTS.md

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/e8801340-0cf2-4006-bf54-189b0961a23a

---------

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

* feat: prepare azure.ai.agents 0.1.17-preview patch release

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/a44ad833-09a6-4143-a8d4-8a1becb22410

* fix: revert registry.json; add release-prep guard to AGENTS.md

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/e8801340-0cf2-4006-bf54-189b0961a23a

---------

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

* feat: prepare azure.ai.agents 0.1.17-preview patch release

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/a44ad833-09a6-4143-a8d4-8a1becb22410

* fix: revert registry.json; add release-prep guard to AGENTS.md

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/e8801340-0cf2-4006-bf54-189b0961a23a

---------

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

* feat: prepare azure.ai.agents 0.1.17-preview patch release

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/a44ad833-09a6-4143-a8d4-8a1becb22410

* fix: revert registry.json; add release-prep guard to AGENTS.md

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/e8801340-0cf2-4006-bf54-189b0961a23a

---------

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

* feat: prepare azure.ai.agents 0.1.17-preview patch release

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/a44ad833-09a6-4143-a8d4-8a1becb22410

* fix: revert registry.json; add release-prep guard to AGENTS.md

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/e8801340-0cf2-4006-bf54-189b0961a23a

---------

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