fix(designer): Restore Azure OpenAI as agent model source option#9206
Open
Elaina-Lee wants to merge 2 commits into
Open
fix(designer): Restore Azure OpenAI as agent model source option#9206Elaina-Lee wants to merge 2 commits into
Elaina-Lee wants to merge 2 commits into
Conversation
PR #9028 removed the AzureOpenAI option from the agentModelType dropdown in the agent loop manifest and changed the default to MicrosoftFoundry. This re-adds Azure OpenAI as a selectable option while keeping MicrosoftFoundry as the default. AzureOpenAI was only removed from the dropdown; the visibility dependencies and serialization logic already continue to handle it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | No changes needed |
| Commit Type | ✅ | No changes needed |
| Risk Level | ✅ | No changes needed |
| What & Why | ✅ | No changes needed |
| Impact of Change | ✅ | No changes needed |
| Test Plan | ✅ | Unit tests are present in the diff |
| Contributors | Optional to add contributors if applicable | |
| Screenshots/Videos | Not required for this change |
Overall: this PR passes review for title and body compliance. The advised risk level remains low, matching the submitter's selection and the risk:low label.
Last updated: Thu, 21 May 2026 22:04:12 GMT
Contributor
There was a problem hiding this comment.
Pull request overview
Restores AzureOpenAI (“Azure OpenAI”) as a selectable Agent model source in the Standard agent loop operation manifest, while keeping the default model source as MicrosoftFoundry.
Changes:
- Re-added
AzureOpenAIto theagentModelTypedropdown options in the Standard agent loop manifest.
Contributor
📊 Coverage CheckNo source files changed in this PR. |
…nAI option Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rllyy97
approved these changes
May 22, 2026
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
PR #9028 ("fix(designer): Default agent connection type to MicrosoftFoundry") removed
AzureOpenAIfrom theagentModelTypedropdown options in the agent loop manifest (agentloop.ts) and changed the default toMicrosoftFoundry.This restores
AzureOpenAI("Azure OpenAI") as a selectable agent model source. The default remainsMicrosoftFoundry— only the option was re-added, not the default.Note:
AzureOpenAIwas only ever removed from the dropdown. Thex-ms-input-dependenciesvisibility rules and the connection/serialization logic already continue to handle'AzureOpenAI'(see the existingvalues: ['AzureOpenAI', 'MicrosoftFoundry']entries throughout the manifest), so no other changes are needed.Impact of Change
Test Plan
Contributors
Screenshots/Videos