Prepare azure.ai.agents 0.1.22-preview release#7658
Merged
Conversation
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/c140f0aa-67af-4e2e-8ec0-98c8bb4906c8 Co-authored-by: trangevi <26490000+trangevi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Prepare new release for azure.ai.agents
Prepare azure.ai.agents 0.1.22-preview release
Apr 10, 2026
rajeshkamal5050
approved these changes
Apr 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the azure.ai.agents azd extension for the 0.1.22-preview release by updating the extension version metadata and documenting the included changes in the extension changelog.
Changes:
- Bump extension version from
0.1.21-previewto0.1.22-preview. - Update
extension.yamlto keep the declared version in sync withversion.txt. - Add
0.1.22-preview (2026-04-10)release notes, including a Breaking Changes subsection, to the extension changelog.
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’s version string to 0.1.22-preview. |
cli/azd/extensions/azure.ai.agents/extension.yaml |
Updates the extension manifest version: field to match version.txt. |
cli/azd/extensions/azure.ai.agents/CHANGELOG.md |
Adds the 0.1.22-preview release notes, including breaking changes. |
Member
|
/check-enforcer override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
azure.ai.agentsfrom0.1.21-preview→0.1.22-preview(2026-04-10).Changes included
AZURE_AI_MODEL_DEPLOYMENT_NAMEnot being set when initializing from a manifest, template, or--model/--model-deploymentflags (only the from-code path was writing it)azd ai agent invoke --session-idnot persisting the explicit session ID, causingazd ai agent monitorto fail with "run invoke first"azd ai agent init— a URL, manifest path, or source directory is auto-disambiguated as--manifestor--srcazd ai agent init -min existing projects: reuse Foundry project from env, surface a message when an existing azd project is detected, prompt on service name collisionBreaking changes
{account}-{project}-AgentIdentityto per-agent{account}-{project}-{agentName}-AgentIdentity; Cognitive Services OpenAI User and Monitoring Metrics Publisher role assignments are removed (only Azure AI User is assigned on the Foundry Project scope); developer RBAC pre-flight checks run before deploy. SetAZD_AGENT_SKIP_ROLE_ASSIGNMENTS=trueto opt out in CI/CD.Files updated
CHANGELOG.md0.1.22-previewsectionversion.txt0.1.21-preview→0.1.22-previewextension.yamlversion:field updated to match