You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/eventgrid/azure-eventgrid/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
-`EventGridConsumer` is now renamed to `EventGridDeserializer`.
8
8
-`decode_cloud_event` is renamed to `deserialize_cloud_events`.
9
9
-`decode_eventgrid_event` is renamed to `deserialize_eventgrid_events`.
10
-
-The system events now exist in the `azure.eventgrid.systemevents` namespace instead of `azure.eventgrid.models` namespace.
10
+
-`azure.eventgrid.models` namespace along with all the models in it are now removed. `azure.eventgrid.SystemEventMappings` can be used to get the event model type mapping.
11
11
-`topic_hostname` is renamed to `endpoint` in the `EventGridPublisherClient`.
12
12
-`data` is now a required param for `CloudEvent`.
13
13
-`azure.eventgrid.generate_shared_access_signature` method is now renamed to `generate_sas`.
0 commit comments