Skip to content

build(deps): bump @azure/ai-projects from 2.1.0 to 2.3.1 in /api - #17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/api/azure/ai-projects-2.3.1
Closed

build(deps): bump @azure/ai-projects from 2.1.0 to 2.3.1 in /api#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/api/azure/ai-projects-2.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown

Bumps @azure/ai-projects from 2.1.0 to 2.3.1.

Changelog

Sourced from @​azure/ai-projects's changelog.

2.3.1 (2026-07-09)

Other Changes

  • The project.beta.datasets data generation job operations now always send the foundry-features: DataGenerationJobs=V1Preview header instead of deriving it from the caller-supplied foundryFeatures option.
  • Added hosted agent samples:
    • agents/hostedAgents/agentUserIdentityIsolation.ts
    • agents/hostedAgents/createHostedAgentFromImage.ts
    • agents/hostedAgents/sessionsCrud.ts
    • agents/hostedAgents/sessionsFilesUploadDownload.ts
    • agents/hostedAgents/toolboxWithSkill.ts

2.3.0 (2026-07-01)

Features Added

  • Changed GenAI tracing from a process-wide setting to a per-client configuration via tracingOptions on AIProjectClientOptionalParams. Tracing is now enabled by passing tracingOptions: { experimental: true } when constructing the client instead of calling the global enableGenAITracing() function.
  • Added ProtocolConfiguration and per-protocol configuration types (ActivityProtocolConfiguration, ResponsesProtocolConfiguration, A2AProtocolConfiguration, McpProtocolConfiguration, InvocationsProtocolConfiguration, InvocationsWsProtocolConfiguration) on the agent endpoint.
  • Added BotServiceTenantAuthorizationScheme as a new AgentEndpointAuthorizationScheme subtype.
  • Added VersionSelectionRuleType type alias.
  • Added draft property on AgentVersion to indicate whether a version is a draft candidate rather than a release.
  • Added isRestError and NodeReadableStream exports.
  • Added enable and disable methods on project.agents to control agent operational state.
  • Added AgentState type and state property on Agent to reflect whether an agent endpoint is enabled or disabled.
  • Promoted session operations (createSession, getSession, deleteSession, stopSession, listSessions, getSessionLogStream, listSessionFiles, downloadSessionFile, uploadSessionFile, deleteSessionFile) from project.beta.agents to project.agents.
  • Promoted createVersionFromCode, downloadAgentCode, and updateAgentObject from project.beta.agents to project.agents.
  • Promoted project.beta.toolboxes operations to project.toolboxes. Toolbox tool types now use ToolboxToolUnion and its subtypes (CodeInterpreterToolboxTool, FileSearchToolboxTool, WebSearchToolboxTool, MCPToolboxTool).

Breaking Changes

  • Removed the global enableGenAITracing() and disableGenAITracing() functions. Use tracingOptions on AIProjectClientOptionalParams instead.
  • Removed ToolboxSearchPreviewTool from the ToolUnion.
  • Removed name, description, and tool_configs properties from MicrosoftFabricPreviewTool, SharepointPreviewTool, and other preview tool interfaces. On BingGroundingTool, these properties are deprecated.
  • Removed tools property from HostedAgentDefinition.
  • Removed AgentEndpointProtocol type alias; replaced by ProtocolConfiguration on the agent endpoint.
  • Removed beta agent optimization candidate operations, including listOptimizationCandidates, getOptimizationCandidate, getOptimizationCandidateConfig, getOptimizationCandidateResults, getCandidateFile, and promoteCandidate.
  • Removed related beta agent optimization candidate response and metadata types, including AgentsPagedResultOptimizationCandidate, CandidateMetadata, CandidateFileInfo, CandidateDeployConfig, CandidateResults, PromoteCandidateRequest, PromoteCandidateResponse, and BetaAgentsGetCandidateFileResponse.
  • Changed project.beta.agents.createOptimizationJob to accept an OptimizationJob request body instead of OptimizationJobInputs.
  • Changed project.beta.agents.listOptimizationJobs to return OptimizationJobListItem values.
  • Changed AgentVersion.metadata from required to optional.
  • Renamed optimization model types from AgentIdentifier and DatasetRef to the new Optimization* model names (e.g., OptimizationAgentIdentifier, OptimizationDatasetInput, OptimizationEvaluatorRef).
  • Renamed BetaAgentsCreateAgentVersionFromCodeOptionalParams to AgentsCreateVersionFromCodeOptionalParams.
  • Renamed the project.beta.models.update request parameter from body to modelVersionUpdate.
  • Renamed BetaToolboxesOperations to ToolboxesOperations and moved toolbox option types from api/beta/toolboxes to api/toolboxes.
  • Renamed beta skills option types to include BetaSkills prefix (e.g., DeleteVersionOptionalParamsBetaSkillsDeleteVersionOptionalParams, ListVersionsOptionalParamsBetaSkillsListVersionsOptionalParams).
  • Renamed VersionSelectorType to VersionSelectionRuleType.
  • Removed SystemDataV3 from the public API surface.
  • Removed the implicit foundry-features header injection for agent endpoints.

Bugs Fixed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@azure/ai-projects](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/ai/ai-projects) from 2.1.0 to 2.3.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/ai/ai-projects/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/ai-projects_2.3.1/sdk/ai/ai-projects)

---
updated-dependencies:
- dependency-name: "@azure/ai-projects"
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Author

Superseded by #38.

@dependabot dependabot Bot closed this Aug 11, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/api/azure/ai-projects-2.3.1 branch August 11, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants