Skip to content

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

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

fix(agent): correct AGENT_MODEL_CONFIG versions for gpt-5.1+ [hotfix/v5.961]#9322
rllyy97 merged 1 commit into
hotfix/v5.961from
rllyy97/hotfix-v5.961-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.961. 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/20260514.

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.961]
  • Issue: None — the title is specific, descriptive, and clearly indicates the affected area and intent.
  • Recommendation: No change needed.

Commit Type

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

Risk Level

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

What & Why

  • Current: Clear explanation of the cherry-pick source, the config correction, the failure mode, and that no models were added or removed.
  • Issue: None.
  • Recommendation: No change needed.

Impact of Change

  • The impact section is well aligned with the diff and explains user, developer, and system effects appropriately.
  • Recommendation:
    • Users: Correctly notes deployment version fixes.
    • Developers: Correctly notes no API/shape changes.
    • System: Correctly notes a data-only config map change.

Test Plan

  • The PR includes manual testing and a clear explanation that versions were cross-checked against the official Microsoft Learn model catalog.
  • For this config-only change, that is sufficient.

Contributors

  • Contributor credit is present.
  • No action needed.

Screenshots/Videos

  • Not required for this non-visual 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

This PR passes review. The submitted risk level matches the change, and the PR body contains the required context and sufficient testing explanation for a config-only update.


Last updated: Fri, 26 Jun 2026 20:58:23 GMT

@github-actions

Copy link
Copy Markdown
Contributor

📊 Coverage Check

No source files changed in this PR.

@rllyy97 rllyy97 merged commit ca5e795 into hotfix/v5.961 Jun 26, 2026
13 of 14 checks passed
@rllyy97 rllyy97 deleted the rllyy97/hotfix-v5.961-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.

3 participants