Identity April GA Release (#6504)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
65c7ba53c4
commit
170660ff80
@ -1,14 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 1.11.0-beta.2 (Unreleased)
|
||||
## 1.11.0 (2025-04-08)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
- Added `Subscription` to `AzureCliCredentialOptions` which allows the caller to specify an Azure subscription that does not match the current Azure CLI subscription.
|
||||
- [[#6321]](https://github.com/Azure/azure-sdk-for-cpp/issues/6321) Log Client ID used in `ManagedIdentityCredential`.
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- [[#5235]](https://github.com/Azure/azure-sdk-for-cpp/issues/5235) Warnings in `azure/identity.hpp` cause strict builds to fail.
|
||||
|
||||
## 1.11.0-beta.1 (2025-03-11)
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_IDENTITY_VERSION_MAJOR 1
|
||||
#define AZURE_IDENTITY_VERSION_MINOR 11
|
||||
#define AZURE_IDENTITY_VERSION_PATCH 0
|
||||
#define AZURE_IDENTITY_VERSION_PRERELEASE "beta.2"
|
||||
#define AZURE_IDENTITY_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_IDENTITY_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_IDENTITY_VERSION_ITOA(i) AZURE_IDENTITY_VERSION_ITOA_HELPER(i)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user