Azure Identity March Beta Release (#6451)

* Azure Identity March Beta Release

* Remove empty sections

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2025-03-11 11:36:46 -07:00 committed by GitHub
parent 23df1f63e5
commit 1c1f500eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +1,16 @@
# Release History
## 1.11.0-beta.1 (Unreleased)
## 1.11.0-beta.1 (2025-03-11)
### Features Added
- 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`.
### Breaking Changes
### Bugs Fixed
- [[#5235]](https://github.com/Azure/azure-sdk-for-cpp/issues/5235) Warnings in `azure/identity.hpp` cause strict builds to fail.
### Other Changes
## 1.10.1 (2024-11-08)
### Bugs Fixed