From 8a511f3be8d49fd51956899045c58eea9c43aff1 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 12 Nov 2020 05:17:35 +0000 Subject: [PATCH] CodeGen from PR 11631 in Azure/azure-rest-api-specs fix example (#11631) Co-authored-by: Ashraf Hamad --- .../mgmt/2017-06-15-preview/eventgrid/models.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/services/preview/eventgrid/mgmt/2017-06-15-preview/eventgrid/models.go b/services/preview/eventgrid/mgmt/2017-06-15-preview/eventgrid/models.go index 02ccbe127ad4..d61ce4408d36 100644 --- a/services/preview/eventgrid/mgmt/2017-06-15-preview/eventgrid/models.go +++ b/services/preview/eventgrid/mgmt/2017-06-15-preview/eventgrid/models.go @@ -224,8 +224,8 @@ func (esp EventSubscriptionProperties) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// EventSubscriptionsCreateFuture an abstraction for monitoring and retrieving the results of a long-running -// operation. +// EventSubscriptionsCreateFuture an abstraction for monitoring and retrieving the results of a +// long-running operation. type EventSubscriptionsCreateFuture struct { azure.Future } @@ -253,8 +253,8 @@ func (future *EventSubscriptionsCreateFuture) Result(client EventSubscriptionsCl return } -// EventSubscriptionsDeleteFuture an abstraction for monitoring and retrieving the results of a long-running -// operation. +// EventSubscriptionsDeleteFuture an abstraction for monitoring and retrieving the results of a +// long-running operation. type EventSubscriptionsDeleteFuture struct { azure.Future } @@ -283,8 +283,8 @@ type EventSubscriptionsListResult struct { Value *[]EventSubscription `json:"value,omitempty"` } -// EventSubscriptionsUpdateFuture an abstraction for monitoring and retrieving the results of a long-running -// operation. +// EventSubscriptionsUpdateFuture an abstraction for monitoring and retrieving the results of a +// long-running operation. type EventSubscriptionsUpdateFuture struct { azure.Future }