You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/identity/identity/CHANGELOG.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,10 @@
1
1
# Release History
2
2
3
-
## 4.9.2 (Unreleased)
4
-
5
-
### Features Added
6
-
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
3
+
## 4.9.2 (2025-05-14)
10
4
11
5
### Other Changes
12
6
7
+
- Added support for the `AZURE_TOKEN_CREDENTIALS` environment variable to `DefaultAzureCredential`, which allows for choosing between 'deployed service' and 'developer tools' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.
13
8
- Added deprecation warnings for username password usage in `EnvironmentCredential` constructor to warn the users. `UsernamePassword` authentication doesn't support Multi-Factor Authentication (MFA), and MFA will enabled soon on all tenants. For more details, see [Planning for mandatory MFA](https://aka.ms/mfaforazure).
// DefaultCredential constructors should not throw, instead throwing on getToken() which is handled by ChainedTokenCredential.
246
-
276
+
// Errors from individual credentials should not be thrown in the DefaultAzureCredential constructor, instead throwing on getToken() which is handled by ChainedTokenCredential.
247
277
// When adding new credentials to the default chain, consider:
248
278
// 1. Making the constructor parameters required and explicit
249
279
// 2. Validating any required parameters in the factory function
0 commit comments