fix(designer): Restore Azure OpenAI as agent model source option#9207
Merged
Elaina-Lee merged 2 commits intoMay 22, 2026
Merged
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 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 | Add credits if applicable | |
| Screenshots/Videos | Optional; add only if helpful |
This PR passes review for title and body compliance. The advised risk level is not higher than the submitter’s estimate.
Last updated: Thu, 21 May 2026 22:04:13 GMT
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