1.6.0-beta.1 (2022-08-12)
Features Added
EnvironmentCredential
will read the environment variableAZURE_CLIENT_CERTIFICATE_PASSWORD
for apem
/pfx
certificate specified byAZURE_CLIENT_CERTIFICATE_PATH
.- Added support for in-memory token caching in
ManagedIdentityCredential
.
Breaking Changes
- Removed
VisualStudioCodeCredential
fromDefaultAzureCredential
token chain. Issue 27364 tracks this.
Other Changes
Dependency Updates
- Upgraded
msal4j
from1.12.0
to version1.13.0
.