From 4a704fdf09f48f63ff7089d44ed4434402c29d4f Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 10 Dec 2018 13:18:27 -0800 Subject: [PATCH] Generated from 2c306cd7514787d582fbd4e935898dc3f946ff35 (#3523) typo: powerbidedicated/resource-manager/Microsoft.PowerBIdedicated - PowerBI capitialization - availibility -> availability - Dedicatedresource -> Dedicated resource - Trim trailing space --- .../mgmt/2017-10-01/powerbidedicated/models.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/powerbidedicated/mgmt/2017-10-01/powerbidedicated/models.go b/services/powerbidedicated/mgmt/2017-10-01/powerbidedicated/models.go index ea88f6db89b5..7ca72cddaf53 100644 --- a/services/powerbidedicated/mgmt/2017-10-01/powerbidedicated/models.go +++ b/services/powerbidedicated/mgmt/2017-10-01/powerbidedicated/models.go @@ -244,14 +244,14 @@ func (future *CapacitiesUpdateFuture) Result(client CapacitiesClient) (dc Dedica type CheckCapacityNameAvailabilityParameters struct { // Name - Name for checking availability. Name *string `json:"name,omitempty"` - // Type - The resource type of powerbi dedicated. + // Type - The resource type of PowerBI dedicated. Type *string `json:"type,omitempty"` } -// CheckCapacityNameAvailabilityResult the checking result of capacity name availibility. +// CheckCapacityNameAvailabilityResult the checking result of capacity name availability. type CheckCapacityNameAvailabilityResult struct { autorest.Response `json:"-"` - // NameAvailable - Indicator of availablity of the capacity name. + // NameAvailable - Indicator of availability of the capacity name. NameAvailable *bool `json:"nameAvailable,omitempty"` // Reason - The reason of unavailability. Reason *string `json:"reason,omitempty"` @@ -407,7 +407,7 @@ type DedicatedCapacityMutableProperties struct { type DedicatedCapacityProperties struct { // State - The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning. Possible values include: 'StateDeleting', 'StateSucceeded', 'StateFailed', 'StatePaused', 'StateSuspended', 'StateProvisioning', 'StateUpdating', 'StateSuspending', 'StatePausing', 'StateResuming', 'StatePreparing', 'StateScaling' State State `json:"state,omitempty"` - // ProvisioningState - The current deployment state of PowerBI Dedicatedresource. The provisioningState is to indicate states for resource provisioning. Possible values include: 'Deleting', 'Succeeded', 'Failed', 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing', 'Resuming', 'Preparing', 'Scaling' + // ProvisioningState - The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning. Possible values include: 'Deleting', 'Succeeded', 'Failed', 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing', 'Resuming', 'Preparing', 'Scaling' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Administration - A collection of Dedicated capacity administrators Administration *DedicatedCapacityAdministrators `json:"administration,omitempty"`