Azure SDK for C++ (April 2025)
The Azure SDK team is pleased to announce our April 2025 client library releases.
4 packages released this month.
Stable Packages (1)
- Identity
Beta Packages (3)
-
Key Vault - Certificates
-
Key Vault - Keys
-
Key Vault - Secrets
Release highlights
Identity 1.11.0 Changelog
Features Added
- Added
Subscription
toAzureCliCredentialOptions
which allows the caller to specify an Azure subscription that does not match the current Azure CLI subscription. - [#6321] Log Client ID used in
ManagedIdentityCredential
.
Bugs Fixed
- [#5235] Warnings in
azure/identity.hpp
cause strict builds to fail.
Key Vault - Certificates 4.3.0-beta.3 Changelog
Bugs Fixed
- Allow the
ApiVersion
field withinCertificateClientOptions
to be settable.
Key Vault - Keys 4.5.0-beta.3 Changelog
Bugs Fixed
- Allow the
ApiVersion
field withinKeyClientOptions
to be settable.
Key Vault - Secrets 4.3.0-beta.4 Changelog
Bugs Fixed
- Allow the
ApiVersion
field withinSecretClientOptions
to be settable.
Latest Releases
View all the latest versions of C++ packages here.
Installation Instructions
To install any of our packages, copy and paste the following commands into a terminal:
# 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.