Skip to content

build(deps): bump @azure/ai-projects from 2.1.1 to 2.2.0 in /reference-architectures/app/api/typescript/foundry-agent-service#456

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/reference-architectures/app/api/typescript/foundry-agent-service/azure/ai-projects-2.2.0
Open

build(deps): bump @azure/ai-projects from 2.1.1 to 2.2.0 in /reference-architectures/app/api/typescript/foundry-agent-service#456
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/reference-architectures/app/api/typescript/foundry-agent-service/azure/ai-projects-2.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps @azure/ai-projects from 2.1.1 to 2.2.0.

Changelog

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

2.2.0 (2026-05-29)

Breaking Changes

  • Removed the isolationKey positional parameter from project.beta.agents.createSession and project.beta.agents.deleteSession.
  • Removed IsolationKeySource, IsolationKeySourceUnion, IsolationKeySourceKind, EntraIsolationKeySource, and HeaderIsolationKeySource from the public API surface.
  • Removed TaskDataGenerationJobOptions and the "task" member from DataGenerationJobType / DataGenerationJobOptionsUnion.
  • Renamed body parameters to job for beta data generation jobs and evaluator generation jobs.
  • Renamed body parameters to taxonomy for beta evaluation taxonomy create/update operations.
  • Renamed body parameters to content for beta agent code upload operations.
  • Renamed CreateAgentVersionFromCodeRequest to CreateAgentVersionFromCodeMetadata.
  • Renamed evaluation target model types from Target, TargetUnion, TargetConfig, and TargetConfigUnion to EvaluationTarget, EvaluationTargetUnion, RedTeamTargetConfig, and RedTeamTargetConfigUnion.
  • Changed FabricIQPreviewTool and WorkIQPreviewTool configuration fields to live directly on the tool instead of nested parameter objects.
  • Changed PendingUploadRequest.pendingUploadType and PendingUploadResponse.pendingUploadType from "BlobReference" to "TemporaryBlobReference".
  • Changed DataGenerationTokenUsage token count properties from optional to required.
  • Changed Insight response properties insight_id, metadata, and state from optional to required.
  • Changed ModelSamplingParams sampling properties from required to optional.
  • Renamed UpdateToolboxRequest.toolbox_name to name.
  • Changed project.beta.agents.downloadAgentCode to use the agentVersion option instead of the version-specific overload and BetaAgentsDownloadAgentVersionCode* types.
  • Changed project.beta.models.create to return the create response body.
  • Changed project.beta.models.pendingUpload to use ModelPendingUploadRequest and ModelPendingUploadResponse.
  • Renamed body parameter to packageData for project.beta.skills.createFromPackage.

Features Added

  • Added FabricIQPreviewTool as a new agent tool kind ("fabric_iq_preview") usable through project.agents.createVersion and the ToolUnion type.
  • Added WorkIQPreviewTool as a new agent tool kind ("work_iq_preview") usable through project.agents.createVersion and the ToolUnion type.
  • Added getSessionLogStream and listSessionFiles operations on project.beta.agents.
  • Added createAgentVersionFromCode and downloadAgentCode operations on project.beta.agents for code-based hosted agents, plus the "CodeAgents=V1Preview" opt-in value on AgentDefinitionOptInKeys.
  • Added project.beta.models route for listing, creating, updating, deleting, and retrieving credentials for model versions.
  • Added async model version creation and pending upload support on project.beta.models.
  • Added CodeDependencyResolution and dependency_resolution on CodeConfiguration for code-based hosted agent dependency resolution.
  • Added AgentVersionStatus type alias and surfaced status?: AgentVersionStatus on AgentVersion.
  • Added telemetry endpoint configuration support for hosted agents.
  • Added foundryFeatures opt-in flag ("Insights=V1Preview") on project.beta.insights list operations.
  • Added evaluator generation support on project.beta.evaluators.
  • Added evaluation suite version, run, and generation suite job operations on project.beta.evaluators.
  • Added createGenerationJob, getGenerationJob, listGenerationJobs, cancelGenerationJob, and deleteGenerationJob operations on project.beta.datasets.
  • Added memory item CRUD operations on project.beta.memoryStores.
  • Added createFromPackage operation on project.beta.skills.
  • Added agent optimization job and candidate model types for beta agent optimization scenarios.
  • Added tool call status and output item models for agent tool responses.
  • Added BlobReferenceSasCredential model type (renamed from spec-level SasCredential).
  • Added AgentEndpointConfig model type (renamed from AgentEndpoint; AgentEndpoint is retained as a deprecated alias).
  • Added ToolboxSearchPreviewTool as a new agent tool kind ("toolbox_search_preview") usable through project.agents.createVersion and the ToolUnion type.
  • Added force option to project.agents.delete and project.agents.deleteVersion for force-deleting hosted agents with active sessions.
  • Added project.beta.routines operations for creating, updating, listing, enabling, disabling, and deleting routines.
  • Added convenience create method on project.beta.models that wraps pendingUpload, file upload, and async creation with polling into a single call.

Bugs Fixed

... (truncated)

Commits
  • 39edf95 update release date (#38748)
  • 4edeeae update broken link (#38746)
  • 5ec9b6a [ai-projects] Regenerate from azure-rest-api-specs@d3d0296 (#38454)
  • 19734e9 [monitor] Update @​azure/opentelemetry-instrumentation-azure-sdk dependencies ...
  • ac224e2 [Monitor OpenTelemetry][Monitor OpenTelemetry Exporter] Release Distro 1.17.0...
  • 34bb368 [ai-projects] Regenerate from azure-rest-api-specs@63dc02b (#38400)
  • 3de1abe Add imports field to all warp-built packages (#38391)
  • 0aa0f0f Add react-native devDependency to packages with RN targets (#38392)
  • b28bdd5 Bg/fix list method to main (#38388)
  • 77119bf [ai-projects] Add script creating cloud agent to invoke regen skills … (#38358)
  • 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.1 to 2.2.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.2.0/sdk/ai/ai-projects)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from a team as a code owner June 30, 2026 19:54
Copilot AI review requested due to automatic review settings June 30, 2026 19:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 30, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

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.

1 participant