Skip to content

Commit

Permalink
Generated from 7f85cd9eb76ab96bab808b151e23dc230ad7a0d0 (#2275) (#2283)
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Jul 23, 2018
1 parent c609f98 commit b02689f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 16 deletions.
4 changes: 4 additions & 0 deletions profiles/latest/eventgrid/eventgrid/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ type ContainerRegistryEventSource = original.ContainerRegistryEventSource
type ContainerRegistryEventTarget = original.ContainerRegistryEventTarget
type ContainerRegistryImageDeletedEventData = original.ContainerRegistryImageDeletedEventData
type ContainerRegistryImagePushedEventData = original.ContainerRegistryImagePushedEventData
type DeviceConnectionStateEventInfo = original.DeviceConnectionStateEventInfo
type DeviceConnectionStateEventProperties = original.DeviceConnectionStateEventProperties
type DeviceLifeCycleEventProperties = original.DeviceLifeCycleEventProperties
type DeviceTwinInfo = original.DeviceTwinInfo
type DeviceTwinInfoProperties = original.DeviceTwinInfoProperties
Expand All @@ -49,8 +51,10 @@ type DeviceTwinMetadata = original.DeviceTwinMetadata
type DeviceTwinProperties = original.DeviceTwinProperties
type Event = original.Event
type EventHubCaptureFileCreatedEventData = original.EventHubCaptureFileCreatedEventData
type IotHubDeviceConnectedEventData = original.IotHubDeviceConnectedEventData
type IotHubDeviceCreatedEventData = original.IotHubDeviceCreatedEventData
type IotHubDeviceDeletedEventData = original.IotHubDeviceDeletedEventData
type IotHubDeviceDisconnectedEventData = original.IotHubDeviceDisconnectedEventData
type MediaJobStateChangeEventData = original.MediaJobStateChangeEventData
type ResourceDeleteCancelData = original.ResourceDeleteCancelData
type ResourceDeleteFailureData = original.ResourceDeleteFailureData
Expand Down
4 changes: 4 additions & 0 deletions profiles/preview/eventgrid/eventgrid/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ type ContainerRegistryEventSource = original.ContainerRegistryEventSource
type ContainerRegistryEventTarget = original.ContainerRegistryEventTarget
type ContainerRegistryImageDeletedEventData = original.ContainerRegistryImageDeletedEventData
type ContainerRegistryImagePushedEventData = original.ContainerRegistryImagePushedEventData
type DeviceConnectionStateEventInfo = original.DeviceConnectionStateEventInfo
type DeviceConnectionStateEventProperties = original.DeviceConnectionStateEventProperties
type DeviceLifeCycleEventProperties = original.DeviceLifeCycleEventProperties
type DeviceTwinInfo = original.DeviceTwinInfo
type DeviceTwinInfoProperties = original.DeviceTwinInfoProperties
Expand All @@ -49,8 +51,10 @@ type DeviceTwinMetadata = original.DeviceTwinMetadata
type DeviceTwinProperties = original.DeviceTwinProperties
type Event = original.Event
type EventHubCaptureFileCreatedEventData = original.EventHubCaptureFileCreatedEventData
type IotHubDeviceConnectedEventData = original.IotHubDeviceConnectedEventData
type IotHubDeviceCreatedEventData = original.IotHubDeviceCreatedEventData
type IotHubDeviceDeletedEventData = original.IotHubDeviceDeletedEventData
type IotHubDeviceDisconnectedEventData = original.IotHubDeviceDisconnectedEventData
type MediaJobStateChangeEventData = original.MediaJobStateChangeEventData
type ResourceDeleteCancelData = original.ResourceDeleteCancelData
type ResourceDeleteFailureData = original.ResourceDeleteFailureData
Expand Down
63 changes: 47 additions & 16 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 b02689f

Please sign in to comment.