Skip to content

Commit

Permalink
[AutoPR eventgrid/data-plane] [Event-Grid Maps] Add Maps publisher sc…
Browse files Browse the repository at this point in the history
…hema to EventGrid data-plane (#4003)

* Generated from d9d758deedea5c67d4b7d065126b5a1061b17934

[Maps] Updated Event Grid publisher data schema

* Generated from d9d758deedea5c67d4b7d065126b5a1061b17934

[Maps] Updated Event Grid publisher data schema
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Feb 12, 2019
1 parent d10e79f commit 435bb9b
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
5 changes: 5 additions & 0 deletions profiles/latest/eventgrid/eventgrid/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ type IotHubDeviceConnectedEventData = original.IotHubDeviceConnectedEventData
type IotHubDeviceCreatedEventData = original.IotHubDeviceCreatedEventData
type IotHubDeviceDeletedEventData = original.IotHubDeviceDeletedEventData
type IotHubDeviceDisconnectedEventData = original.IotHubDeviceDisconnectedEventData
type MapsGeofenceEnteredEventData = original.MapsGeofenceEnteredEventData
type MapsGeofenceEventProperties = original.MapsGeofenceEventProperties
type MapsGeofenceExitedEventData = original.MapsGeofenceExitedEventData
type MapsGeofenceGeometry = original.MapsGeofenceGeometry
type MapsGeofenceResultEventData = original.MapsGeofenceResultEventData
type MediaJobCanceledEventData = original.MediaJobCanceledEventData
type MediaJobCancelingEventData = original.MediaJobCancelingEventData
type MediaJobError = original.MediaJobError
Expand Down
5 changes: 5 additions & 0 deletions profiles/preview/eventgrid/eventgrid/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ type IotHubDeviceConnectedEventData = original.IotHubDeviceConnectedEventData
type IotHubDeviceCreatedEventData = original.IotHubDeviceCreatedEventData
type IotHubDeviceDeletedEventData = original.IotHubDeviceDeletedEventData
type IotHubDeviceDisconnectedEventData = original.IotHubDeviceDisconnectedEventData
type MapsGeofenceEnteredEventData = original.MapsGeofenceEnteredEventData
type MapsGeofenceEventProperties = original.MapsGeofenceEventProperties
type MapsGeofenceExitedEventData = original.MapsGeofenceExitedEventData
type MapsGeofenceGeometry = original.MapsGeofenceGeometry
type MapsGeofenceResultEventData = original.MapsGeofenceResultEventData
type MediaJobCanceledEventData = original.MediaJobCanceledEventData
type MediaJobCancelingEventData = original.MediaJobCancelingEventData
type MediaJobError = original.MediaJobError
Expand Down
68 changes: 68 additions & 0 deletions services/eventgrid/2018-01-01/eventgrid/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 435bb9b

Please sign in to comment.