1.0.0 (2021-11-09)
Breaking Changes
- Move output binding object to namespace
Microsoft.Azure.WebJobs.Extensions.WebPubSub
. - Add a few static create methods under
WebPubSubAction
to easily discover available actions. - Add dependency
Azure.Messageing.WebPubSub
for service calls. - Rename output binding from
WebPubSubOperation
toWebPubSubAction
, and addAction
as suffix for derived classes. - Rename
operationKind
toactionName
in output binding for javascript to deserialize. - Changed the name and type of the
Uri
properties inWebPubSubConnection
to match other libraries in the Azure SDK for .NET.