fix(agent): correct AGENT_MODEL_CONFIG versions for gpt-5.1+ [hotfix/v5.970]#9323
Merged
rllyy97 merged 1 commit intoJun 26, 2026
Merged
Conversation
fix(agent): correct AGENT_MODEL_CONFIG versions for gpt-5.1+ models Update model version strings to match the official Azure OpenAI / Foundry model catalog for all existing gpt-5.1 and newer entries. No models added or removed; only version values are corrected. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
✅ Contributors
✅ Screenshots/Videos
Summary Table
Approved as submitted. The advised risk level is Low and matches the submitter's estimate. Last updated: Fri, 26 Jun 2026 20:59:33 GMT |
lambrianmsft
approved these changes
Jun 26, 2026
Contributor
📊 Coverage CheckNo source files changed in this PR. |
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.
Commit Type
Risk Level
What & Why
Cherry-pick of #9321 (
46488af) ontohotfix/v5.970. Corrects theversionstrings inAGENT_MODEL_CONFIGfor existinggpt-5.1+ entries to match the official Azure OpenAI / Foundry model catalog. Stale versions (e.g.gpt-5.4-nanowas2025-08-01) causedDeploymentModelNotSupported400 errors when creating Cognitive Services deployments. No models added or removed.Impact of Change
Test Plan
Contributors
@rllyy97