1.13.1 (2024-07-16)
Features Added
- Added support in
EnvironmentCredential
(and thusDefaultAzureCredential
when it choosesEnvironmentCredential
) for using subject name / issuer authentication with client certificates by settingAZURE_CLIENT_SEND_CERTIFICATE_CHAIN
to1
ortrue
. #40013
Bugs Fixed
- Fixed certificate type detection, which fixes using a PFX certificate without a password. #37210
- Fix
PowershellCredential
issue when user had a profile #41030
Dependency Updates
- Upgraded
azure-core
from1.49.1
to1.50.0
- Upgraded
azure-core-http-netty
from1.15.1
to1.15.2
- Upgraded
msal4j
from1.16.0
to1.16.1