2.5.0 (2022-05-06)
Features Added
- Added
ProxyOptions.fromConfiguration(Configuration)
to enable creation ofProxyOptions
from an environment
configuration.
Bugs Fixed
- Fixed proxy authentication type not being read from configuration. (#28073)
- Updated ProxyOptions.SYSTEM_DEFAULTS to use
ProxyAuthenticationType.NONE
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.27.0
to1.28.0
.