March 26th, 2026
0 reactions

Azure SDK Release (March 2026)

Ronnie Geraghty
Product Manager

Thank you for your interest in the new Azure SDKs! We release new features, improvements, and bug fixes every month. Subscribe to our Azure SDK Blog RSS Feed to get notified when a new release is available.

You can find links to packages, code, and docs on our Azure SDK Releases page.

Release highlights

Azure Identity 1.19.0 for .NET

The Azure Identity library for .NET now supports specifying a certificate path in the form of cert:/StoreLocation/StoreName/Thumbprint when using ClientCertificateCredential. This feature allows you to reference a certificate directly from the platform certificate store, such as the Windows Certificate Store or the macOS KeyChain, instead of requiring a file on disk. For example, to load a certificate from the “My” store in the “CurrentUser” location, use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870.

Cosmos DB 0.31.0 for Rust

The Azure Cosmos DB client library for Rust adds several significant features and breaking changes in this release. New capabilities include basic multi-region writes support, transactional batch support for executing multiple operations atomically within the same partition key, and fault injection support for testing in disaster scenarios. The client construction API was redesigned with a new CosmosClientBuilder, and query methods now return a FeedItemIterator<T> implementing Stream<Item = Result<T>>. Note that wasm32-unknown-unknown support was removed across the Rust SDK.

Content Understanding 1.0.0 for .NET

Azure AI Content Understanding reaches general availability for .NET, JavaScript, and Python. This library provides a ContentUnderstandingClient for analyzing documents, audio, and video content, as well as creating, managing, and configuring analyzers. The .NET release includes strongly typed Value properties on ContentField subclasses, a ContentSource hierarchy for strongly typed parsing of grounding source strings, and ContentRange value type with static factory methods for specifying content ranges.

Initial stable releases

Initial beta releases

Release notes

Category
Azure SDK

Author

Ronnie Geraghty
Product Manager

Product Manager for the Azure SDK covering C/C++, Rust, Event Grid, Event Hubs, Schema Registry and Service Bus.

0 comments