Regenerate Azure AI Agents and Projects models - #50308
Open
Mike Guo (guotuofeng) wants to merge 1 commit into
Open
Regenerate Azure AI Agents and Projects models#50308Mike Guo (guotuofeng) wants to merge 1 commit into
Mike Guo (guotuofeng) wants to merge 1 commit into
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
Mike Guo (guotuofeng)
requested a review
from Darren Cohen (dargilco)
as a code owner
September 1, 2026 09:04
Mike Guo (guotuofeng)
requested review from
a team,
Gerardo Lecaros (glecaros),
Jose Alvarez (jpalvarezl) and
Kaylie (kaylieee)
as code owners
September 1, 2026 09:04
|
Azure Pipelines: Successfully started running 1 pipeline(s). 35 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Member
Author
|
/azp run |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
Contributor
There was a problem hiding this comment.
Pull request overview
Regenerates the azure-ai-agents and azure-ai-projects generated model surfaces to align with updated TypeSpec definitions, including a tool-parameter rename and new web search configuration support.
Changes:
- Renames
ProgrammaticToolCallingParametertoProgrammaticToolCallingParamin the agents models/deserialization path. - Adds
external_web_accessserialization/deserialization support for web search tools. - Refreshes generated metadata JSON for both
azure-ai-agentsandazure-ai-projects.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sdk/ai/azure-ai-projects/src/main/resources/META-INF/azure-ai-projects_metadata.json | Regenerated package metadata and cross-language mapping/version. |
| sdk/ai/azure-ai-projects/src/main/java/com/azure/ai/projects/models/SimulationSeedDataGenerationJobOptions.java | Updates generated JavaDoc text for the simulation seed job options model. |
| sdk/ai/azure-ai-agents/src/main/resources/META-INF/azure-ai-agents_metadata.json | Regenerated package metadata and cross-language mapping/version. |
| sdk/ai/azure-ai-agents/src/main/java/com/azure/ai/agents/models/WebSearchToolboxTool.java | Adds external_web_access JSON support and exposes externalWebAccess property. |
| sdk/ai/azure-ai-agents/src/main/java/com/azure/ai/agents/models/WebSearchTool.java | Adds external_web_access JSON support and exposes externalWebAccess property. |
| sdk/ai/azure-ai-agents/src/main/java/com/azure/ai/agents/models/Tool.java | Updates discriminator handling to instantiate ProgrammaticToolCallingParam. |
| sdk/ai/azure-ai-agents/src/main/java/com/azure/ai/agents/models/ProgrammaticToolCallingParam.java | Renames the generated model class to match the new ProgrammaticToolCallingParam name. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| /** | ||
| * The options for a simulation seed data generation job. Use with multiturn evaluation scenarios and with prompt, file, | ||
| * The options for a task generation data generation job. Use with multiturn evaluation scenarios and with prompt, file, |
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.
Summary
ProgrammaticToolCallingParametertoProgrammaticToolCallingParamValidation
azure-ai-agentsandazure-ai-projects🤖 Generated with Claude Code