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 isStandard
which creates a client for an Event Grid Namespace Resource.
- Added a kwarg
- EventGridClient
Breaking Changes
- Removed the
AcknowledgeOptions
,ReleaseOptions
,RejectOptions
, andRenewLockOptions
models.lock_tokens
can now be specified as akwarg
on the operation. - Renamed
publish_cloud_events
tosend
.