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
methodsPendingUpload
andPendingUploadAsync
, argumentbody
was replaced withpendingUploadRequest
Connection
has been renamedConnectionProperties
Deployment
has been renamedAIDeployment
Index
has been renamedDatasetIndex
SasCredential
has been renamedBlobReferenceSasCredential
Sku
has been renamedModelDeploymentSku
- In
- Removing
GetChatCompletionsClient
,GetEmbeddingsClient
, andGetImageEmbeddingsClient
methods fromAIProjectClient
. The Inference client should be used directly instead. - Replacing
GetConnectionsClient
,GetDatasetsClient
,GetDeploymentsClient
, andGetIndexesClient
withConnections
,Datasets
,Deployments
, andIndexes
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.