Skip to content

Commit 6aea93d

Browse files
authored
Azure Identity August GA Release (#6681)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent 1391436 commit 6aea93d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

sdk/identity/azure-identity/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.13.0-beta.2 (Unreleased)
3+
## 1.13.0 (2025-08-05)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Added support for more `AZURE_TOKEN_CREDENTIALS` environment variable values to specify a single credential type to use in `DefaultAzureCredential`. In addition to `dev` and `prod`, possible values now include `EnvironmentCredential`, `WorkloadIdentityCredential`, `ManagedIdentityCredential`, and `AzureCliCredential` - each for the corresponding credential type.
128

139
## 1.13.0-beta.1 (2025-07-15)
1410

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 13
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)