Skip to content

Bump Azure.AI.Projects from 1.2.0-beta.5 to 2.0.1#73

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/website/chatui/Azure.AI.Projects-2.0.1
Open

Bump Azure.AI.Projects from 1.2.0-beta.5 to 2.0.1#73
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/website/chatui/Azure.AI.Projects-2.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Updated Azure.AI.Projects from 1.2.0-beta.5 to 2.0.1.

Release notes

Sourced from Azure.AI.Projects's releases.

2.0.1

2.0.1 (2026-04-22)

Other Changes

  • Adopted Azure.Core 1.53.0, which type-forwards the Azure.Identity namespace. The explicit Azure.Identity package dependency has been removed; the Azure.Identity types remain available transitively through Azure.Core.

1.54.0

1.54.0 (2026-04-23)

Bugs Fixed

  • Removed duplicate top-level required: ["CredentialSource"] from the credential definition in ConfigurationSchema.json to prevent duplicate entries when the schema is merged with System.ClientModel's schema.

1.53.0

1.53.0 (2026-04-09)

Other Changes

  • Azure.Identity credential types are now included in Azure.Core, enabling SDK libraries to provide configuration-driven DI extensions (e.g., AddAzureSecretClient) without requiring a direct dependency on Azure.Identity.

1.21.0

1.21.0 (2026-04-10)

Other Changes

  • All Azure.Identity types have been moved to Azure.Core and are now available through TypeForwardedTo attributes. This is a non-breaking change — existing code continues to work transparently. The library's version number now aligns with that of Azure.Core. See the Migration Guide for details.

1.17.2

1.17.2 (2026-04-15)

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.

1.15.0-beta.1

1.15.0-beta.1 (2026-04-24)

Features Added

  • Upgraded api-version tag to package-2025-11-01-with-cloudservice.
  • Added new resource type VmScaleSetLifecycleHookEvent along with its corresponding VmScaleSetLifecycleHookEventResource, VmScaleSetLifecycleHookEventCollection, and VmScaleSetLifecycleHookEventData classes for managing Virtual Machine Scale Set lifecycle hook events.
  • Added new classes to support lifecycle hooks on Virtual Machine Scale Sets: LifecycleHook, LifecycleHooksProfile, VmScaleSetLifecycleHookEventProperties, VmScaleSetLifecycleHookEventAdditionalContext, VirtualMachineScaleSetLifecycleHookEventTarget, and VirtualMachineScaleSetLifecycleHookEventPatch.
  • Added new enums LifecycleHookAction, LifecycleHookActionState, VmScaleSetLifecycleHookEventType, and VmScaleSetLifecycleHookEventState.
  • Added new classes ResiliencyProfile, OperationRecoverySettings, ReimageRecoveryPolicy, RestartRecoveryPolicy, StartRecoveryPolicy, and ZoneMovement for configuring VM Scale Set resiliency and recovery behavior.
  • Added new class ExternalHealthPolicy.
  • Added new enums StorageFaultDomainAlignmentType and StorageAlignmentStatus.
  • Added LifecycleHooks and ExternalHealthPolicy properties to VirtualMachineScaleSetProperties class.
  • Added LifecycleHooks property to VirtualMachineScaleSetPatchProperties class.
  • Added Placement property to VirtualMachineScaleSetPatch class.
  • Added VirtualMachineResourceId read-only property to VirtualMachineScaleSetVmProperties class.
  • Added IsEnabled property to VirtualMachineData and VirtualMachinePatch classes.
  • Added StorageFaultDomainAlignment property to VirtualMachineDataDisk, VirtualMachineOSDisk, VirtualMachineScaleSetDataDisk, VirtualMachineScaleSetOSDisk, and VirtualMachineScaleSetUpdateOSDisk classes.
  • Added EnableFullCaching property to DiffDiskSettings class.
  • Added new forceDeallocate optional parameter to the VirtualMachineResource.Deallocate and VirtualMachineResource.DeallocateAsync methods.
  • Added BestEffortAligned value to ZonalPlatformFaultDomainAlignMode enum.
  • Added Standard value to SecurityType enum.

1.14.0

1.14.0 (2026-04-22)

Other Changes

  • Adopted the new Azure.Core version that includes the identity types moved from Azure.Identity.

1.10.1

1.10.1 (2026-04-24)

Bugs Fixed

  • Fix NullPointerException with custom connection name.

1.6.0

1.6.0 (2026-04-14)

Other Changes

  • Updated dependency from Azure.Identity to Azure.Core directly, as the Azure.Identity types moved to Azure.Core.
  • This version is required when using Azure.Identity 1.21.0 or later (or Azure.Core 1.53.0 or later). Older Azure.Identity.Broker versions are not compatible with the type consolidation. See the migration guide for details.

1.6.0-beta.1

1.6.0-beta.1 (2026-04-17)

Features Added

  • Upgraded api-version to 2026-01-15-preview.

Other Changes

  • Upgraded dependent Azure.Core to 1.53.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.4.0

1.4.0 (2026-04-17)

Features Added

  • Upgraded to API version 2025-12-01.
    • Added support for S3 with HMAC authentication endpoints (S3WithHmacEndpointProperties).
    • Added support for Azure Multi-Cloud Connector endpoints (AzureMultiCloudConnectorEndpointProperties).
    • Added support for Azure Storage NFS File Share endpoints (AzureStorageNfsFileShareEndpointProperties).
    • Added job definition scheduling support (StorageMoverScheduleInfo, StorageMoverScheduleFrequency).
    • Added data integrity validation for job definitions (StorageMoverDataIntegrityValidation).
    • Added IsPermissionsPreserved property on job definitions.
    • Added StorageMoverJobTriggerType and ScheduledExecutionOn properties on job runs.
    • Added StorageMoverEndpointKind property on endpoints.
    • Added Connections property on job definitions.

1.4.0-beta.1

1.4.0-beta.1 (2026-04-09)

Features Added

  • Upgraded API version to 2026-01-01-preview.
  • Added SessionHostConfigurationResource for managing session host configurations on a host pool.
  • Added SessionHostManagementResource for managing session host lifecycle, including initiating updates and controlling provisioning and updates.
  • Added ActiveSessionHostConfigurationResource for retrieving the active session host configuration.
  • Added GetRegistrationTokens and GetSingleSessionHostRegistrationTokens operations on HostPoolResource and SessionHostCollection.
  • Added RetryProvisioning operation on SessionHostResource.
  • Migrated SDK from Swagger/AutoRest to TypeSpec-based code generation.

1.3.2

1.3.2 (2026-04-23)

Other Changes

  • Upgraded dependent Azure.Core to 1.53.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.3.1

1.3.1 (2026-04-17)

Other Changes

  • Upgraded dependent Azure.Core to 1.53.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.3.0-beta.1

1.3.0-beta.1 (2026-04-23)

Features Added

  • Upgraded API version to 2026-04-01-preview
  • Migrated from Swagger/AutoRest to TypeSpec-based generation
  • Added support for new resource types and operations from the latest API version

Breaking Changes

  • This version is a major migration from AutoRest to TypeSpec-based code generation.
  • Some property types changed (e.g., ConnectivityProperties from BinaryData to a typed model).
  • Some resource collection and extension method signatures changed.
  • Some model factory overloads changed signatures.

Other Changes

  • Backward-compatible type aliases (e.g., OfferResource, PublisherResource, UpdateData) are preserved but may be removed in a future release.

1.2.2

1.2.2 (2026-04-20)

Other Changes

  • Upgraded dependent Azure.Core to 1.53.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.2.1

1.2.1 (2026-04-27)

Features Added

  • Enable the new model serialization by using the System.ClientModel, refer this document for more details.
  • Exposed JsonModelWriteCore for model serialization procedure.

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

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)

---
updated-dependencies:
- dependency-name: Azure.AI.Projects
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 27, 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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants