From 2326b470f4cc07b33bea75dba9268ca5969c4b8e Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 21 Jun 2019 01:13:38 -0700 Subject: [PATCH] Generated from 12961606912ec207e52ab186e4a2e73aac424827 (#5069) Merge remote-tracking branch 'azure/master' --- services/eventgrid/2018-01-01/eventgrid/models.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.