1.0.0 (2025-10-01)
Features Added
- Added convenience
CreateOrUpdate
methods forAIProjectIndex
objects
Breaking Changes
- Name changes:
AssetDeployment
has been renamed toAIProjectDeployment
BlobReference
has been renamed toAIProjectBlobReference
ConnectionProperties
has been renamed toAIProjectConnection
FileDatasetVersion
has been renamed toFileDataset
FolderDatasetVersion
has been renamed toFolderDataset
SasCredential
has been renamed toBlobReferenceSasCredential
SearchIndex
has been renamed toAIProjectIndex
- Removed
GetOpenAIClient
method. Look at Inference samples for how to get the client now. - All other
Get*Client
methods have been removed. Use theAIProjectClient
propertiesConnections
,Datasets
,Deployments
, andIndexes
instead.
Bugs Fixed
- Properly handle secret key population for
AIProjectConnectionCustomCredential
, see GitHub issue 52355.