github Azure/azure-sdk-for-js @azure/eventgrid_4.3.0

latest releases: @azure/identity_4.5.0-beta.3, @azure/openai_1.0.0-beta.13, @azure/openai-assistants_1.0.0-beta.6...
3 years ago

4.3.0 (2021-06-08)

New Features

  • Added new System Event: Microsoft.Storage.BlobInventoryPolicyCompleted

Key Bug Fixes

  • The Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners event was incorrectly listed with the name of Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListener.
    This has been corrected. When using TypeScript, you will need to replace any calls to isSystemEvent("Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListener") with
    isSystemEvent("Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners").

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.