From 4f342709ca66faadad81d985f40ea42c5e7f7fcb Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 12 Jun 2020 06:44:31 +0000 Subject: [PATCH] Generated from 514385a93d7b0adfc986a274d563bc7cb8d0402b format fix --- .../mgmt/2016-03-30/containerservice/containerservices.go | 5 ----- .../mgmt/2016-03-30/containerservice/version.go | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/services/containerservice/mgmt/2016-03-30/containerservice/containerservices.go b/services/containerservice/mgmt/2016-03-30/containerservice/containerservices.go index d9ad5faed914..526519e5feae 100644 --- a/services/containerservice/mgmt/2016-03-30/containerservice/containerservices.go +++ b/services/containerservice/mgmt/2016-03-30/containerservice/containerservices.go @@ -138,7 +138,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()) @@ -217,7 +216,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 @@ -294,7 +292,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()) @@ -366,7 +363,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()) @@ -442,7 +438,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/2016-03-30/containerservice/version.go b/services/containerservice/mgmt/2016-03-30/containerservice/version.go index bb2359c0a113..26845ca375b7 100644 --- a/services/containerservice/mgmt/2016-03-30/containerservice/version.go +++ b/services/containerservice/mgmt/2016-03-30/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/2016-03-30" + return "Azure-SDK-For-Go/" + Version() + " containerservice/2016-03-30" } // Version returns the semantic version (see http://semver.org) of the client.