diff --git a/services/storage/mgmt/2015-06-15/storage/CHANGELOG.md b/services/storage/mgmt/2015-06-15/storage/CHANGELOG.md new file mode 100644 index 000000000000..8d5d2ab27178 --- /dev/null +++ b/services/storage/mgmt/2015-06-15/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/2015-06-15/storage/models.go b/services/storage/mgmt/2015-06-15/storage/models.go index 01ffc58d8703..8383d496562b 100644 --- a/services/storage/mgmt/2015-06-15/storage/models.go +++ b/services/storage/mgmt/2015-06-15/storage/models.go @@ -129,8 +129,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"` @@ -263,7 +263,8 @@ type AccountRegenerateKeyParameters struct { KeyName *string `json:"keyName,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 }