Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

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

Changelog

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

2.4.0 (2026-08-04)

Breaking Changes

  • Changed the beta job creation operations project.beta.agents.createOptimizationJob, project.beta.datasets.createGenerationJob, and project.beta.evaluators.createGenerationJob into long-running operations. Each now returns a poller instead of a promise, and resolves to the job result (OptimizationJobResult, DataGenerationJobResult, and EvaluatorVersion respectively) rather than the queued job. Call pollUntilDone() to await completion, or submitted() to continue once the job is queued. Each operation also accepts a new updateIntervalInMs option to control the polling interval. The queued job's id is available as poller.operationState?.jobId once submitted() resolves, so it can still be passed to the paired get, cancel, and delete operations.

Features Added

  • Added JobOperationState and JobPoller types, exposing the jobId of a queued job on the pollers returned by the beta job creation operations.
  • Added project.agents.patchAgentObject for merge-patching agent endpoint configuration and agent card metadata.
  • Added ToolSearchToolboxTool as a generally available toolbox_search tool type on project.toolboxes, letting an agent discover a toolbox's tools at run time instead of binding every tool up front.
  • Added status property and AgentIdentityStatus type on AgentIdentity to report whether an agent instance identity or agent blueprint is active or disabled.
  • Added TaskGenerationDataGenerationJobOptions as a task_generation job type on project.beta.datasets for generating multiturn evaluation test cases.
  • Added max_stalls to OptimizationOptions to cap the number of consecutive reflective minibatch rejections before an optimization job stops early.
  • Added generation provenance and input-quality advisories to project.beta.evaluators: generation_job_id and warnings on EvaluatorVersion, and input_quality_warnings on EvaluatorGenerationJob. The advisories are surfaced as RubricGenerationInputQualityWarning values.

Other Changes

  • Added the toolboxes/toolboxToolSearch.ts sample demonstrating the toolbox search tool end to end.

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

... (truncated)

Commits
  • 59f464f [ai-projects] Regenerate from azure-rest-api-specs@16c414e (#39237)
  • 7170977 [EngSys] bump @opentelemetry/* dependencies' versions (#39464)
  • d6b804c [monitor-opentelemetry] Release 1.19.0 distro and 1.0.0-beta.44 exporter (#39...
  • 7ce3c45 add first notebook for agent basic sample (#39347)
  • 509787f [EngSys] automatic pnpm update (#39251)
  • f7e9279 Fix stale and broken //metadata version mappings (#39243)
  • 595dd36 [ai-projects] Clean up weather OpenAPI sample assets (#39236)
  • c455228 [ai-projects] Add per-user hosted agent identity isolation sample (#39168)
  • b2428e3 add and clean samples (#39202)
  • 2621e31 add samples and update changelog (#39158)
  • Additional commits viewable in compare view

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.4.0.
- [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.4.0/sdk/ai/ai-projects)

---
updated-dependencies:
- dependency-name: "@azure/ai-projects"
  dependency-version: 2.4.0
  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 11, 2026
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