1.3.0-beta.5 (2023-04-11)
Breaking Changes
These changes affect only code written against a beta version such as v1.3.0-beta.4
- Moved
NewWorkloadIdentityCredential()
parameters intoWorkloadIdentityCredentialOptions
.
The constructor now reads default configuration from environment variables set by the Azure
workload identity webhook by default.
(#20478) - Removed CAE support. It will return in v1.4.0-beta.1
(#20479)
Bugs Fixed
- Fixed an issue in
DefaultAzureCredential
that could cause the managed identity endpoint check to fail in rare circumstances.