1.11.0 (2021-03-22)
Added
Operation
base class for operations that do not return a value.- Added
Content
property toResponse
which returns the body of the response as aBinaryData
if the body is buffered. AzureNamedKeyCredential
has been implemented to cover scenarios where services require that a shared key name and the key value be used as a component of the algorithm to form the authorization token.
Key Bug Fixes
- Check the
JsonIgnoreAttribute.Condition
property added in .NET 5 when discovering members withJsonObjectSerializer
. ETag
now returnsstring.Empty
if it is constructed with a null value.- Keep-Alive connections are recycled every 300 seconds to observe DNS changes.