github Azure/azure-sdk-for-net Azure.AI.Projects_1.0.0-beta.11

latest releases: Azure.Provisioning.Kusto_1.0.0-beta.1, Azure.Provisioning.Network_1.0.0-beta.1, Azure.ResourceManager.Playwright_1.0.0...
pre-release15 days ago

1.0.0-beta.11 (2025-08-20)

Features Added

  • Added a constructor for AIProjectClient which takes a System.ClientModel.AuthenticationTokenProvider object for authentication. We will be switching away from Azure.Core.TokenCredential with the upcoming stable release.

Breaking Changes

  • Class changes:
    • AIDeployment has been renamed AssetDeployment
    • AssetCredentialResponse has been renamed DatasetCredential
    • DatasetIndex has been renamed SearchIndex
    • PendingUploadRequest has been renamed PendingUploadConfiguration
    • PendingUploadResponse has been renamed PendingUploadResult
  • In Datasets, methods PendingUpload and PendingUploadAsync, argument body was replaced with configuration
  • GetAzureOpenAIChatClient and GetAzureOpenAIEmbeddingClient methods have been removed and replaced with a single GetOpenAIClient method. This method returns an OpenAI client which has properties for accessing individual operation clients. More information is available in the Inference samples.
  • All operations methods have been renamed to include the object the operation is for. For example, Connections.GetDefault has been renamed to Connections.GetDefaultConnection, and Datasets.Get has been renamed to Datasets.GetDatasets.
  • Deployments.GetModelDeployment and Deployments.GetModelDeploymentAsync methods have been removed. Use Deployments.GetDeployment and Deployments.GetDeploymentAsync instead.`

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.