From 1ba249ad3d08076566672f49b56b19206efd4cf3 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 9 Dec 2020 10:22:40 +0000 Subject: [PATCH] CodeGen from PR 11906 in Azure/azure-rest-api-specs fix storage account nextLinkName (#11906) --- services/storage/mgmt/2016-05-01/storage/CHANGELOG.md | 4 ++++ services/storage/mgmt/2016-05-01/storage/models.go | 10 ++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 services/storage/mgmt/2016-05-01/storage/CHANGELOG.md diff --git a/services/storage/mgmt/2016-05-01/storage/CHANGELOG.md b/services/storage/mgmt/2016-05-01/storage/CHANGELOG.md new file mode 100644 index 000000000000..8d5d2ab27178 --- /dev/null +++ b/services/storage/mgmt/2016-05-01/storage/CHANGELOG.md @@ -0,0 +1,4 @@ +Generated from https://github.com/Azure/azure-rest-api-specs/tree/3c764635e7d442b3e74caf593029fcd440b3ef82 + +Code generator @microsoft.azure/autorest.go@~2.1.161 + diff --git a/services/storage/mgmt/2016-05-01/storage/models.go b/services/storage/mgmt/2016-05-01/storage/models.go index 1311964de3b0..962202959edb 100644 --- a/services/storage/mgmt/2016-05-01/storage/models.go +++ b/services/storage/mgmt/2016-05-01/storage/models.go @@ -151,8 +151,8 @@ func (a *Account) UnmarshalJSON(body []byte) error { return nil } -// AccountCheckNameAvailabilityParameters the parameters used to check the availability of the storage account -// name. +// AccountCheckNameAvailabilityParameters the parameters used to check the availability of the storage +// account name. type AccountCheckNameAvailabilityParameters struct { Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` @@ -349,7 +349,8 @@ type AccountSasParameters struct { KeyToSign *string `json:"keyToSign,omitempty"` } -// AccountsCreateFuture an abstraction for monitoring and retrieving the results of a long-running operation. +// AccountsCreateFuture an abstraction for monitoring and retrieving the results of a long-running +// operation. type AccountsCreateFuture struct { azure.Future } @@ -377,7 +378,8 @@ func (future *AccountsCreateFuture) Result(client AccountsClient) (a Account, er return } -// AccountUpdateParameters the parameters that can be provided when updating the storage account properties. +// AccountUpdateParameters the parameters that can be provided when updating the storage account +// properties. type AccountUpdateParameters struct { // Sku - Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS or Premium_LRS, nor can accounts of those sku names be updated to any other value. Sku *Sku `json:"sku,omitempty"`