diff --git a/services/preview/provisioningservices/mgmt/2017-08-21-preview/iothub/models.go b/services/preview/provisioningservices/mgmt/2017-08-21-preview/iothub/models.go index a3c9afd64b1f..0e6de610210b 100644 --- a/services/preview/provisioningservices/mgmt/2017-08-21-preview/iothub/models.go +++ b/services/preview/provisioningservices/mgmt/2017-08-21-preview/iothub/models.go @@ -233,7 +233,7 @@ type IotDpsPropertiesDescription struct { State State `json:"state,omitempty"` // ProvisioningState - The ARM provisioning state of the provisioning service. ProvisioningState *string `json:"provisioningState,omitempty"` - // IotHubs - List of IoT hubs assosciated with this provisioning service. + // IotHubs - List of IoT hubs associated with this provisioning service. IotHubs *[]DefinitionDescription `json:"iotHubs,omitempty"` // AllocationPolicy - Allocation policy to be used by this provisioning service. Possible values include: 'Hashed', 'GeoLatency', 'Static' AllocationPolicy AllocationPolicy `json:"allocationPolicy,omitempty"` @@ -449,7 +449,7 @@ func NewIotDpsSkuDefinitionListResultPage(getNextPage func(context.Context, IotD return IotDpsSkuDefinitionListResultPage{fn: getNextPage} } -// IotDpsSkuInfo list of possible provisoning service SKUs. +// IotDpsSkuInfo list of possible provisioning service SKUs. type IotDpsSkuInfo struct { // Name - Possible values include: 'S1' Name IotDpsSku `json:"name,omitempty"` diff --git a/services/provisioningservices/mgmt/2017-11-15/iothub/dpscertificate.go b/services/provisioningservices/mgmt/2017-11-15/iothub/dpscertificate.go index 9f1e9b7e87fc..2166315866e1 100644 --- a/services/provisioningservices/mgmt/2017-11-15/iothub/dpscertificate.go +++ b/services/provisioningservices/mgmt/2017-11-15/iothub/dpscertificate.go @@ -136,7 +136,7 @@ func (client DpsCertificateClient) CreateOrUpdateResponder(resp *http.Response) return } -// Delete deletes the specified certificate assosciated with the Provisioning Service +// Delete deletes the specified certificate associated with the Provisioning Service // Parameters: // resourceGroupName - resource group identifier. // ifMatch - eTag of the certificate diff --git a/services/provisioningservices/mgmt/2017-11-15/iothub/models.go b/services/provisioningservices/mgmt/2017-11-15/iothub/models.go index e7ca58af1be2..51adfe1d70eb 100644 --- a/services/provisioningservices/mgmt/2017-11-15/iothub/models.go +++ b/services/provisioningservices/mgmt/2017-11-15/iothub/models.go @@ -238,14 +238,14 @@ type ErrorMesssage struct { Details *string `json:"details,omitempty"` } -// IotDpsPropertiesDescription the service specific properties of a provisoning service, including keys, +// IotDpsPropertiesDescription the service specific properties of a provisioning service, including keys, // linked iot hubs, current state, and system generated properties such as hostname and idScope type IotDpsPropertiesDescription struct { // State - Current state of the provisioning service. Possible values include: 'Activating', 'Active', 'Deleting', 'Deleted', 'ActivationFailed', 'DeletionFailed', 'Transitioning', 'Suspending', 'Suspended', 'Resuming', 'FailingOver', 'FailoverFailed' State State `json:"state,omitempty"` // ProvisioningState - The ARM provisioning state of the provisioning service. ProvisioningState *string `json:"provisioningState,omitempty"` - // IotHubs - List of IoT hubs assosciated with this provisioning service. + // IotHubs - List of IoT hubs associated with this provisioning service. IotHubs *[]DefinitionDescription `json:"iotHubs,omitempty"` // AllocationPolicy - Allocation policy to be used by this provisioning service. Possible values include: 'Hashed', 'GeoLatency', 'Static' AllocationPolicy AllocationPolicy `json:"allocationPolicy,omitempty"` @@ -340,7 +340,7 @@ func (future *IotDpsResourceUpdateFuture) Result(client IotDpsResourceClient) (p return } -// IotDpsSkuDefinition available SKU's of tier and units. +// IotDpsSkuDefinition available SKUs of tier and units. type IotDpsSkuDefinition struct { // Name - SKU name. Possible values include: 'S1' Name IotDpsSku `json:"name,omitempty"` @@ -349,7 +349,7 @@ type IotDpsSkuDefinition struct { // IotDpsSkuDefinitionListResult list of available SKUs. type IotDpsSkuDefinitionListResult struct { autorest.Response `json:"-"` - // Value - The list of SKU's + // Value - The list of SKUs Value *[]IotDpsSkuDefinition `json:"value,omitempty"` // NextLink - The next link. NextLink *string `json:"nextLink,omitempty"` @@ -493,7 +493,7 @@ func NewIotDpsSkuDefinitionListResultPage(getNextPage func(context.Context, IotD return IotDpsSkuDefinitionListResultPage{fn: getNextPage} } -// IotDpsSkuInfo list of possible provisoning service SKUs. +// IotDpsSkuInfo list of possible provisioning service SKUs. type IotDpsSkuInfo struct { // Name - Sku name. Possible values include: 'S1' Name IotDpsSku `json:"name,omitempty"` @@ -510,7 +510,7 @@ type NameAvailabilityInfo struct { NameAvailable *bool `json:"nameAvailable,omitempty"` // Reason - specifies the reason a name is unavailable. Possible values include: 'Invalid', 'AlreadyExists' Reason NameUnavailabilityReason `json:"reason,omitempty"` - // Message - message containing a etailed reason name is unavailable + // Message - message containing a detailed reason name is unavailable Message *string `json:"message,omitempty"` } diff --git a/services/provisioningservices/mgmt/2018-01-22/iothub/dpscertificate.go b/services/provisioningservices/mgmt/2018-01-22/iothub/dpscertificate.go index f97c46f2450e..a2e75d559fd1 100644 --- a/services/provisioningservices/mgmt/2018-01-22/iothub/dpscertificate.go +++ b/services/provisioningservices/mgmt/2018-01-22/iothub/dpscertificate.go @@ -136,7 +136,7 @@ func (client DpsCertificateClient) CreateOrUpdateResponder(resp *http.Response) return } -// Delete deletes the specified certificate assosciated with the Provisioning Service +// Delete deletes the specified certificate associated with the Provisioning Service // Parameters: // resourceGroupName - resource group identifier. // ifMatch - eTag of the certificate diff --git a/services/provisioningservices/mgmt/2018-01-22/iothub/models.go b/services/provisioningservices/mgmt/2018-01-22/iothub/models.go index df70d0be67b1..a0d5da3d8ef6 100644 --- a/services/provisioningservices/mgmt/2018-01-22/iothub/models.go +++ b/services/provisioningservices/mgmt/2018-01-22/iothub/models.go @@ -238,14 +238,14 @@ type ErrorMesssage struct { Details *string `json:"details,omitempty"` } -// IotDpsPropertiesDescription the service specific properties of a provisoning service, including keys, +// IotDpsPropertiesDescription the service specific properties of a provisioning service, including keys, // linked iot hubs, current state, and system generated properties such as hostname and idScope type IotDpsPropertiesDescription struct { // State - Current state of the provisioning service. Possible values include: 'Activating', 'Active', 'Deleting', 'Deleted', 'ActivationFailed', 'DeletionFailed', 'Transitioning', 'Suspending', 'Suspended', 'Resuming', 'FailingOver', 'FailoverFailed' State State `json:"state,omitempty"` // ProvisioningState - The ARM provisioning state of the provisioning service. ProvisioningState *string `json:"provisioningState,omitempty"` - // IotHubs - List of IoT hubs assosciated with this provisioning service. + // IotHubs - List of IoT hubs associated with this provisioning service. IotHubs *[]DefinitionDescription `json:"iotHubs,omitempty"` // AllocationPolicy - Allocation policy to be used by this provisioning service. Possible values include: 'Hashed', 'GeoLatency', 'Static' AllocationPolicy AllocationPolicy `json:"allocationPolicy,omitempty"` @@ -340,7 +340,7 @@ func (future *IotDpsResourceUpdateFuture) Result(client IotDpsResourceClient) (p return } -// IotDpsSkuDefinition available Sku's of tier and units. +// IotDpsSkuDefinition available SKUs of tier and units. type IotDpsSkuDefinition struct { // Name - Sku name. Possible values include: 'S1' Name IotDpsSku `json:"name,omitempty"` @@ -349,7 +349,7 @@ type IotDpsSkuDefinition struct { // IotDpsSkuDefinitionListResult list of available SKUs. type IotDpsSkuDefinitionListResult struct { autorest.Response `json:"-"` - // Value - The list of SKU's + // Value - The list of SKUs Value *[]IotDpsSkuDefinition `json:"value,omitempty"` // NextLink - The next link. NextLink *string `json:"nextLink,omitempty"` @@ -493,7 +493,7 @@ func NewIotDpsSkuDefinitionListResultPage(getNextPage func(context.Context, IotD return IotDpsSkuDefinitionListResultPage{fn: getNextPage} } -// IotDpsSkuInfo list of possible provisoning service SKUs. +// IotDpsSkuInfo list of possible provisioning service SKUs. type IotDpsSkuInfo struct { // Name - Sku name. Possible values include: 'S1' Name IotDpsSku `json:"name,omitempty"` @@ -510,7 +510,7 @@ type NameAvailabilityInfo struct { NameAvailable *bool `json:"nameAvailable,omitempty"` // Reason - specifies the reason a name is unavailable. Possible values include: 'Invalid', 'AlreadyExists' Reason NameUnavailabilityReason `json:"reason,omitempty"` - // Message - message containing a etailed reason name is unavailable + // Message - message containing a detailed reason name is unavailable Message *string `json:"message,omitempty"` }