Skip to content

azure-eventgrid_4.20.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 11 Apr 23:57
57c059e

4.20.0b1 (2024-04-11)

Features Added

  • This is a Beta of the EventGridClient
    • EventGridClient send can be used for both Event Grid Namespace Resources and Event Grid Basic Resources.
      • Added a kwarg level in the EventGridClient constructor. The default value is Standard which creates a client for an Event Grid Namespace Resource.

Breaking Changes

  • Removed the AcknowledgeOptions,ReleaseOptions, RejectOptions, and RenewLockOptions models. lock_tokens can now be specified as a kwarg on the operation.
  • Renamed publish_cloud_events to send.