From 7db46a74df11350bae2378405f23730d031885b2 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 25 Oct 2019 10:08:27 +0000 Subject: [PATCH] Generated from a71df15a587ec060147aaef2dcfc12d19500fdc8 Fix json format by prettier --- services/consumption/mgmt/2018-05-31/consumption/models.go | 3 +-- services/consumption/mgmt/2018-05-31/consumption/version.go | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/services/consumption/mgmt/2018-05-31/consumption/models.go b/services/consumption/mgmt/2018-05-31/consumption/models.go index ba5a6fdb7f95..ea7f67e61d30 100644 --- a/services/consumption/mgmt/2018-05-31/consumption/models.go +++ b/services/consumption/mgmt/2018-05-31/consumption/models.go @@ -20,14 +20,13 @@ package consumption import ( "context" "encoding/json" - "net/http" - "github.com/Azure/go-autorest/autorest" "github.com/Azure/go-autorest/autorest/date" "github.com/Azure/go-autorest/autorest/to" "github.com/Azure/go-autorest/tracing" "github.com/satori/go.uuid" "github.com/shopspring/decimal" + "net/http" ) // The package's fully qualified name. diff --git a/services/consumption/mgmt/2018-05-31/consumption/version.go b/services/consumption/mgmt/2018-05-31/consumption/version.go index 566f73361b05..eb9cdbc689fd 100644 --- a/services/consumption/mgmt/2018-05-31/consumption/version.go +++ b/services/consumption/mgmt/2018-05-31/consumption/version.go @@ -19,12 +19,12 @@ package consumption // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { - return "Azure-SDK-For-Go/1.0.0 consumption/2018-05-31" + return "Azure-SDK-For-Go/1.0.1 consumption/2018-05-31" } // Version returns the semantic version (see http://semver.org) of the client. func Version() string { - return "1.0.0" + return "1.0.1" } -// tag: services/consumption/mgmt/2018-05-31/consumption/v1.0.0 +// tag: services/consumption/mgmt/2018-05-31/consumption/v1.0.1