Skip to content

fix(agent): correct AGENT_MODEL_CONFIG versions for gpt-5.1+ [hotfix/v5.970]#9323

Merged
rllyy97 merged 1 commit into
hotfix/v5.970from
rllyy97/hotfix-v5.970-agent-model-versions
Jun 26, 2026
Merged

fix(agent): correct AGENT_MODEL_CONFIG versions for gpt-5.1+ [hotfix/v5.970]#9323
rllyy97 merged 1 commit into
hotfix/v5.970from
rllyy97/hotfix-v5.970-agent-model-versions

Conversation

@rllyy97

@rllyy97 rllyy97 commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Commit Type

  • fix - Bug fix

Risk Level

  • Low - Minor changes, limited scope

What & Why

Cherry-pick of #9321 (46488af) onto hotfix/v5.970. Corrects the version strings in AGENT_MODEL_CONFIG for existing gpt-5.1+ entries to match the official Azure OpenAI / Foundry model catalog. Stale versions (e.g. gpt-5.4-nano was 2025-08-01) caused DeploymentModelNotSupported 400 errors when creating Cognitive Services deployments. No models added or removed.

Impact of Change

  • Users: Agent model deployments (gpt-5.1+) request the correct model versions; resolves 400 deployment failures.
  • Developers: No API/shape changes; config keys unchanged.
  • System: Data-only change to a config map.

Test Plan

  • Manual testing completed
  • Tested in: versions cross-checked against the official Microsoft Learn "Foundry Models sold by Azure" catalog; to be validated in portal release/20260615.

Contributors

@rllyy97

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>
@github-actions

Copy link
Copy Markdown
Contributor

🤖 AI PR Validation Report

PR Review Results

Thank you for your submission! Here's detailed feedback on your PR title and body compliance:

PR Title

  • Current: fix(agent): correct AGENT_MODEL_CONFIG versions for gpt-5.1+ [hotfix/v5.970]
  • Issue: None — the title is specific, descriptive, and matches the change.
  • Recommendation: No change needed.

Commit Type

  • Properly selected (fix).
  • Only one commit type is checked, which is correct.

Risk Level

  • The submitted risk level is Low, and that matches the scope of the diff: a small data-only config version update with no API/shape changes.

What & Why

  • Current: Clear explanation of the cherry-pick, the affected config entries, and the user-facing error being resolved.
  • Issue: None.
  • Recommendation: No change needed.

Impact of Change

  • The impact section is appropriately filled out and consistent with the diff.
  • Recommendation:
    • Users: Correctly describes the deployment-version fix and the prior 400 failure.
    • Developers: Correctly states there are no shape/API changes.
    • System: Correctly identifies this as a data-only config update.

Test Plan

  • Manual testing is checked, and the PR provides a clear explanation that the versions were cross-checked against the official Microsoft Learn catalog.
  • This is sufficient for a config-only change.

Contributors

  • Contributors are listed (@rllyy97).
  • No issues.

Screenshots/Videos

  • Not applicable for this change.

Summary Table

Section Status Recommendation
Title No change needed
Commit Type No change needed
Risk Level No change needed
What & Why No change needed
Impact of Change No change needed
Test Plan No change needed
Contributors No change needed
Screenshots/Videos No change needed

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

@github-actions

Copy link
Copy Markdown
Contributor

📊 Coverage Check

No source files changed in this PR.

@rllyy97 rllyy97 merged commit 1663005 into hotfix/v5.970 Jun 26, 2026
18 checks passed
@rllyy97 rllyy97 deleted the rllyy97/hotfix-v5.970-agent-model-versions branch June 26, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants