From 38a2d04ac416ceec69460fa66cf59c436406286e Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 29 Nov 2018 07:23:14 +0000 Subject: [PATCH] Generated from 4ceb30cba6e5e2e9e91e18b1f2266615ce2002f0 typo: Microsoft.AzureStack - concurency -> concurrency - subcription -> subscription - inclided -> included - regstration -> registration --- .../mgmt/2017-06-01/azurestack/models.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/services/azurestack/mgmt/2017-06-01/azurestack/models.go b/services/azurestack/mgmt/2017-06-01/azurestack/models.go index d6950aea237e..9212ae493458 100644 --- a/services/azurestack/mgmt/2017-06-01/azurestack/models.go +++ b/services/azurestack/mgmt/2017-06-01/azurestack/models.go @@ -102,7 +102,7 @@ type ActivationKeyResult struct { ActivationKey *string `json:"activationKey,omitempty"` } -// CustomerSubscription customer subcription. +// CustomerSubscription customer subscription. type CustomerSubscription struct { autorest.Response `json:"-"` // CustomerSubscriptionProperties - Customer subscription properties. @@ -113,7 +113,7 @@ type CustomerSubscription struct { Name *string `json:"name,omitempty"` // Type - Type of Resource. Type *string `json:"type,omitempty"` - // Etag - The entity tag used for optimistic concurency when modifying the resource. + // Etag - The entity tag used for optimistic concurrency when modifying the resource. Etag *string `json:"etag,omitempty"` } @@ -457,7 +457,7 @@ func (ep *ExtendedProduct) UnmarshalJSON(body []byte) error { // ExtendedProductProperties product information. type ExtendedProductProperties struct { - // ComputeRole - Specifies kind of compute role inclided in the package. Possible values include: 'None', 'IaaS', 'PaaS' + // ComputeRole - Specifies kind of compute role included in the package. Possible values include: 'None', 'IaaS', 'PaaS' ComputeRole ComputeRole `json:"computeRole,omitempty"` // IsSystemExtension - Specifies if product is a Virtual Machine Extension. IsSystemExtension *bool `json:"isSystemExtension,omitempty"` @@ -795,7 +795,7 @@ type Product struct { Name *string `json:"name,omitempty"` // Type - Type of Resource. Type *string `json:"type,omitempty"` - // Etag - The entity tag used for optimistic concurency when modifying the resource. + // Etag - The entity tag used for optimistic concurrency when modifying the resource. Etag *string `json:"etag,omitempty"` } @@ -1093,7 +1093,7 @@ type Registration struct { Location *string `json:"location,omitempty"` // Tags - Custom tags for the resource. Tags map[string]*string `json:"tags"` - // Etag - The entity tag used for optimistic concurency when modifying the resource. + // Etag - The entity tag used for optimistic concurrency when modifying the resource. Etag *string `json:"etag,omitempty"` } @@ -1401,7 +1401,7 @@ func (rp *RegistrationParameter) UnmarshalJSON(body []byte) error { return nil } -// RegistrationParameterProperties properties of the Azure Stack regstration resource +// RegistrationParameterProperties properties of the Azure Stack registration resource type RegistrationParameterProperties struct { // RegistrationToken - The token identifying registered Azure Stack RegistrationToken *string `json:"registrationToken,omitempty"` @@ -1425,7 +1425,7 @@ type Resource struct { Name *string `json:"name,omitempty"` // Type - Type of Resource. Type *string `json:"type,omitempty"` - // Etag - The entity tag used for optimistic concurency when modifying the resource. + // Etag - The entity tag used for optimistic concurrency when modifying the resource. Etag *string `json:"etag,omitempty"` } @@ -1441,7 +1441,7 @@ type TrackedResource struct { Location *string `json:"location,omitempty"` // Tags - Custom tags for the resource. Tags map[string]*string `json:"tags"` - // Etag - The entity tag used for optimistic concurency when modifying the resource. + // Etag - The entity tag used for optimistic concurrency when modifying the resource. Etag *string `json:"etag,omitempty"` } @@ -1477,7 +1477,7 @@ type URI struct { // VirtualMachineExtensionProductProperties product information. type VirtualMachineExtensionProductProperties struct { - // ComputeRole - Specifies kind of compute role inclided in the package. Possible values include: 'None', 'IaaS', 'PaaS' + // ComputeRole - Specifies kind of compute role included in the package. Possible values include: 'None', 'IaaS', 'PaaS' ComputeRole ComputeRole `json:"computeRole,omitempty"` // IsSystemExtension - Specifies if product is a Virtual Machine Extension. IsSystemExtension *bool `json:"isSystemExtension,omitempty"`