Azure Identity August GA Release (#6681)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
1391436f9c
commit
6aea93d041
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 1.13.0-beta.2 (Unreleased)
|
||||
## 1.13.0 (2025-08-05)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- 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.
|
||||
|
||||
## 1.13.0-beta.1 (2025-07-15)
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_IDENTITY_VERSION_MAJOR 1
|
||||
#define AZURE_IDENTITY_VERSION_MINOR 13
|
||||
#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