From df9247e33ef5c262b7fa758982cb412680a833c3 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 12 Jun 2020 06:44:52 +0000 Subject: [PATCH] Generated from 514385a93d7b0adfc986a274d563bc7cb8d0402b format fix --- .../mgmt/2017-01-31/containerservice/containerservices.go | 5 ----- .../mgmt/2017-01-31/containerservice/version.go | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/services/containerservice/mgmt/2017-01-31/containerservice/containerservices.go b/services/containerservice/mgmt/2017-01-31/containerservice/containerservices.go index 276ff5f932de..3372cc28602a 100644 --- a/services/containerservice/mgmt/2017-01-31/containerservice/containerservices.go +++ b/services/containerservice/mgmt/2017-01-31/containerservice/containerservices.go @@ -146,7 +146,6 @@ func (client ContainerServicesClient) CreateOrUpdateSender(req *http.Request) (f func (client ContainerServicesClient) CreateOrUpdateResponder(resp *http.Response) (result ContainerService, err error) { err = autorest.Respond( resp, - client.ByInspecting(), azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusCreated, http.StatusAccepted), autorest.ByUnmarshallingJSON(&result), autorest.ByClosing()) @@ -225,7 +224,6 @@ func (client ContainerServicesClient) DeleteSender(req *http.Request) (future Co func (client ContainerServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) { err = autorest.Respond( resp, - client.ByInspecting(), azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusAccepted, http.StatusNoContent), autorest.ByClosing()) result.Response = resp @@ -302,7 +300,6 @@ func (client ContainerServicesClient) GetSender(req *http.Request) (*http.Respon func (client ContainerServicesClient) GetResponder(resp *http.Response) (result ContainerService, err error) { err = autorest.Respond( resp, - client.ByInspecting(), azure.WithErrorUnlessStatusCode(http.StatusOK), autorest.ByUnmarshallingJSON(&result), autorest.ByClosing()) @@ -375,7 +372,6 @@ func (client ContainerServicesClient) ListSender(req *http.Request) (*http.Respo func (client ContainerServicesClient) ListResponder(resp *http.Response) (result ListResult, err error) { err = autorest.Respond( resp, - client.ByInspecting(), azure.WithErrorUnlessStatusCode(http.StatusOK), autorest.ByUnmarshallingJSON(&result), autorest.ByClosing()) @@ -489,7 +485,6 @@ func (client ContainerServicesClient) ListByResourceGroupSender(req *http.Reques func (client ContainerServicesClient) ListByResourceGroupResponder(resp *http.Response) (result ListResult, err error) { err = autorest.Respond( resp, - client.ByInspecting(), azure.WithErrorUnlessStatusCode(http.StatusOK), autorest.ByUnmarshallingJSON(&result), autorest.ByClosing()) diff --git a/services/containerservice/mgmt/2017-01-31/containerservice/version.go b/services/containerservice/mgmt/2017-01-31/containerservice/version.go index b426d57191ae..f3fde8446bb5 100644 --- a/services/containerservice/mgmt/2017-01-31/containerservice/version.go +++ b/services/containerservice/mgmt/2017-01-31/containerservice/version.go @@ -21,7 +21,7 @@ import "github.com/Azure/azure-sdk-for-go/version" // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { - return "Azure-SDK-For-Go/" + version.Number + " containerservice/2017-01-31" + return "Azure-SDK-For-Go/" + Version() + " containerservice/2017-01-31" } // Version returns the semantic version (see http://semver.org) of the client.