Skip to content

Commit 170660f

Browse files
authored
Identity April GA Release (#6504)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent 65c7ba5 commit 170660f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

sdk/identity/azure-identity/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Release History
22

3-
## 1.11.0-beta.2 (Unreleased)
3+
## 1.11.0 (2025-04-08)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- Added `Subscription` to `AzureCliCredentialOptions` which allows the caller to specify an Azure subscription that does not match the current Azure CLI subscription.
8+
- [[#6321]](https://github.com/Azure/azure-sdk-for-cpp/issues/6321) Log Client ID used in `ManagedIdentityCredential`.
89

910
### Bugs Fixed
1011

11-
### Other Changes
12+
- [[#5235]](https://github.com/Azure/azure-sdk-for-cpp/issues/5235) Warnings in `azure/identity.hpp` cause strict builds to fail.
1213

1314
## 1.11.0-beta.1 (2025-03-11)
1415

sdk/identity/azure-identity/src/private/package_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define AZURE_IDENTITY_VERSION_MAJOR 1
1414
#define AZURE_IDENTITY_VERSION_MINOR 11
1515
#define AZURE_IDENTITY_VERSION_PATCH 0
16-
#define AZURE_IDENTITY_VERSION_PRERELEASE "beta.2"
16+
#define AZURE_IDENTITY_VERSION_PRERELEASE ""
1717

1818
#define AZURE_IDENTITY_VERSION_ITOA_HELPER(i) #i
1919
#define AZURE_IDENTITY_VERSION_ITOA(i) AZURE_IDENTITY_VERSION_ITOA_HELPER(i)

0 commit comments

Comments
 (0)