Azure SDK for C++ (October 2025)
The Azure SDK team is pleased to announce our October 2025 client library releases.
1 packages released this month.
Patch Updates (1)
- Identity
Release highlights
Identity 1.13.2 Changelog
Breaking Changes
- By default,
ManagedIdentityCredential
does not send a probe request, unless it is a part of credential chain inDefaultAzureCredential
.
Features Added
- When
AZURE_TOKEN_CREDENTIALS
environment variable is configured toManagedIdentityCredential
, theDefaultAzureCredential
does not issue a probe request and performs retries with exponential backoff.
Latest Releases
View all the latest versions of C++ packages here.
Installation Instructions
To install the packages, copy and paste the following commands into a terminal:
$> vcpkg add port azure-identity-cpp
You can also install the packages from source:
# From Source
git clone https://github.com/Azure/azure-sdk-for-cpp
# git checkout <tag_name>
# For example:
git checkout azure-storage-blobs_12.0.0
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.