1.20.0 (2021-10-01)
Features Added
- Added the static
DelegatedTokenCredential
type with aCreate
method, which returns an instance ofTokenCredential
that uses the supplied delgates to produce anAccessToken
. This would most typically be used when an token has previously been obtained from some other source and that token needs to be returned by aTokenCredential
instance. - Added
ResponseError
type to represent an Azure error type. - Added an experimental
ActivitySource
support.
Bugs Fixed
- Fixed an exception during EventSource creation on Xamarin.