Azure Identity July Beta Release (#6652)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2025-07-15 08:19:04 -07:00 committed by GitHub
parent 71769537a5
commit 95b9f6e538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,17 +1,11 @@
# Release History
## 1.13.0-beta.1 (Unreleased)
## 1.13.0-beta.1 (2025-07-15)
### Features Added
- 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.
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.12.0 (2025-07-10)
### Features Added