diff --git a/services/resources/mgmt/2016-09-01/links/operations.go b/services/resources/mgmt/2016-09-01/links/operations.go index 2f8d9c076cf6..6626917f761c 100644 --- a/services/resources/mgmt/2016-09-01/links/operations.go +++ b/services/resources/mgmt/2016-09-01/links/operations.go @@ -96,8 +96,7 @@ func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, // ListSender sends the List request. The method will close the // http.Response Body if it receives an error. func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) { - sd := autorest.GetSendDecorators(req.Context(), autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - return autorest.SendWithSender(client, req, sd...) + return client.Send(req, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } // ListResponder handles the response to the List request. The method always diff --git a/services/resources/mgmt/2016-09-01/links/resourcelinks.go b/services/resources/mgmt/2016-09-01/links/resourcelinks.go index 071d2272e9ea..b0f9981358c2 100644 --- a/services/resources/mgmt/2016-09-01/links/resourcelinks.go +++ b/services/resources/mgmt/2016-09-01/links/resourcelinks.go @@ -118,8 +118,7 @@ func (client ResourceLinksClient) CreateOrUpdatePreparer(ctx context.Context, li // CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the // http.Response Body if it receives an error. func (client ResourceLinksClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { - sd := autorest.GetSendDecorators(req.Context(), autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - return autorest.SendWithSender(client, req, sd...) + return client.Send(req, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } // CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always @@ -195,8 +194,7 @@ func (client ResourceLinksClient) DeletePreparer(ctx context.Context, linkID str // DeleteSender sends the Delete request. The method will close the // http.Response Body if it receives an error. func (client ResourceLinksClient) DeleteSender(req *http.Request) (*http.Response, error) { - sd := autorest.GetSendDecorators(req.Context(), autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - return autorest.SendWithSender(client, req, sd...) + return client.Send(req, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } // DeleteResponder handles the response to the Delete request. The method always @@ -269,8 +267,7 @@ func (client ResourceLinksClient) GetPreparer(ctx context.Context, linkID string // GetSender sends the Get request. The method will close the // http.Response Body if it receives an error. func (client ResourceLinksClient) GetSender(req *http.Request) (*http.Response, error) { - sd := autorest.GetSendDecorators(req.Context(), autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - return autorest.SendWithSender(client, req, sd...) + return client.Send(req, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } // GetResponder handles the response to the Get request. The method always @@ -351,8 +348,7 @@ func (client ResourceLinksClient) ListAtSourceScopePreparer(ctx context.Context, // ListAtSourceScopeSender sends the ListAtSourceScope request. The method will close the // http.Response Body if it receives an error. func (client ResourceLinksClient) ListAtSourceScopeSender(req *http.Request) (*http.Response, error) { - sd := autorest.GetSendDecorators(req.Context(), autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - return autorest.SendWithSender(client, req, sd...) + return client.Send(req, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } // ListAtSourceScopeResponder handles the response to the ListAtSourceScope request. The method always @@ -467,8 +463,7 @@ func (client ResourceLinksClient) ListAtSubscriptionPreparer(ctx context.Context // ListAtSubscriptionSender sends the ListAtSubscription request. The method will close the // http.Response Body if it receives an error. func (client ResourceLinksClient) ListAtSubscriptionSender(req *http.Request) (*http.Response, error) { - sd := autorest.GetSendDecorators(req.Context(), azure.DoRetryWithRegistration(client.Client)) - return autorest.SendWithSender(client, req, sd...) + return client.Send(req, azure.DoRetryWithRegistration(client.Client)) } // ListAtSubscriptionResponder handles the response to the ListAtSubscription request. The method always