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

latest releases: Azure.Search.Documents_11.7.0-beta.7, Azure.AI.Agents.Persistent_1.2.0-beta.4, Azure.Provisioning.Kusto_1.0.0-beta.1...
pre-releaseone month ago

1.0.0-beta.10 (2025-07-11)

Features Added

  • Support for generating embeddings through Azure OpenAI using GetAzureOpenAIEmbeddingClient.

Breaking Changes

  • Name changes:
    • In Datasets methods PendingUpload and PendingUploadAsync, argument body was replaced with pendingUploadRequest
    • Connection has been renamed ConnectionProperties
    • Deployment has been renamed AIDeployment
    • Index has been renamed DatasetIndex
    • SasCredential has been renamed BlobReferenceSasCredential
    • Sku has been renamed ModelDeploymentSku
  • Removing GetChatCompletionsClient, GetEmbeddingsClient, and GetImageEmbeddingsClient methods from AIProjectClient. The Inference client should be used directly instead.
  • Replacing GetConnectionsClient, GetDatasetsClient, GetDeploymentsClient, andGetIndexesClient with Connections, Datasets, Deployments, and Indexes properties.

Bugs Fixed

  • Fix getting model deployed on the Azure Open AI resource, if the resource is authenticated using Entra ID. see GitHub issue 49064
  • Fix dataset uploading datasets.

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

NewReleases is sending notifications on new releases.