4.5.0 (2021-07-19)
Features Added
- Added constructor for
EventGridPublisherClient
that takes aTokenCredential
to enable Azure Active Directory authentication. - Added
Metadata
property toAcsChatMessageEditedEventData
,AcsChatMessageEditedInThreadEventData
,AcsChatMessageReceivedEventData
, andAcsChatMessageReceivedInThreadEventData
. - Added custom converter for
EventGridEvent
that allows this type to be serialized and deserialized usingSystem.Text.Json
APIs.