1.3.0 (2023-01-06)
Features Added
- Added
BearerTokenOptions.AuthorizationHandler
to enable extendingruntime.BearerTokenPolicy
with custom authorization logic - Added
Client
types and matching constructors to theazcore
andarm
packages. These represent a basic client for HTTP and ARM respectively.
Other Changes
- Updated
internal
module to latest version. policy/Request.SetBody()
allows replacing a request's body with an empty one