diff --git a/services/eventgrid/2018-01-01/eventgrid/models.go b/services/eventgrid/2018-01-01/eventgrid/models.go index 05c9cd24ffac..ce5f2d0042c9 100644 --- a/services/eventgrid/2018-01-01/eventgrid/models.go +++ b/services/eventgrid/2018-01-01/eventgrid/models.go @@ -1986,8 +1986,8 @@ type ServiceBusDeadletterMessagesAvailableWithNoListenersEventData struct { type SignalRServiceClientConnectionConnectedEventData struct { // Timestamp - The time at which the event occurred. Timestamp *date.Time `json:"timestamp,omitempty"` - // Hub - The hub of connected client connection. - Hub *string `json:"hub,omitempty"` + // HubName - The hub of connected client connection. + HubName *string `json:"hubName,omitempty"` // ConnectionID - The connection Id of connected client connection. ConnectionID *string `json:"connectionId,omitempty"` // UserID - The user Id of connected client connection. @@ -1999,8 +1999,8 @@ type SignalRServiceClientConnectionConnectedEventData struct { type SignalRServiceClientConnectionDisconnectedEventData struct { // Timestamp - The time at which the event occurred. Timestamp *date.Time `json:"timestamp,omitempty"` - // Hub - The hub of connected client connection. - Hub *string `json:"hub,omitempty"` + // HubName - The hub of connected client connection. + HubName *string `json:"hubName,omitempty"` // ConnectionID - The connection Id of connected client connection. ConnectionID *string `json:"connectionId,omitempty"` // UserID - The user Id of connected client connection.