From 1dde2c7bb4dfdcdff54fb5f998713701c77a67a0 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 26 Nov 2018 10:49:11 -0800 Subject: [PATCH] Generated from 6353a74b9cd74d3b127bdd51373d3388b3e962b4 (#3392) typo: eventhub/resource-manager/Microsoft.EventHub/EventHub - successfuly -> successfully - vaule -> value - Autorization -> Authorization - Regenrate -> Regenerate - Messagning -> Messaging - envokes -> Invokes - neeeds -> needs - achive -> archive - anme -> name - Usermetadata -> User Metadata - reponse -> response - pairning -> pairing --- .../eventhub/disasterrecoveryconfigs.go | 2 +- .../eventhub/mgmt/2017-04-01/eventhub/models.go | 16 ++++++++-------- .../mgmt/2018-01-01-preview/eventhub/models.go | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/services/eventhub/mgmt/2017-04-01/eventhub/disasterrecoveryconfigs.go b/services/eventhub/mgmt/2017-04-01/eventhub/disasterrecoveryconfigs.go index 8afb9c10fe69..57856c91ec6f 100644 --- a/services/eventhub/mgmt/2017-04-01/eventhub/disasterrecoveryconfigs.go +++ b/services/eventhub/mgmt/2017-04-01/eventhub/disasterrecoveryconfigs.go @@ -411,7 +411,7 @@ func (client DisasterRecoveryConfigsClient) DeleteResponder(resp *http.Response) return } -// FailOver envokes GEO DR failover and reconfigure the alias to point to the secondary namespace +// FailOver invokes GEO DR failover and reconfigure the alias to point to the secondary namespace // Parameters: // resourceGroupName - name of the resource group within the azure subscription. // namespaceName - the Namespace name diff --git a/services/eventhub/mgmt/2017-04-01/eventhub/models.go b/services/eventhub/mgmt/2017-04-01/eventhub/models.go index a639b8a5f53f..d27076d6f4b9 100644 --- a/services/eventhub/mgmt/2017-04-01/eventhub/models.go +++ b/services/eventhub/mgmt/2017-04-01/eventhub/models.go @@ -447,7 +447,7 @@ func NewArmDisasterRecoveryListResultPage(getNextPage func(context.Context, ArmD type ArmDisasterRecoveryProperties struct { // ProvisioningState - Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'. Possible values include: 'Accepted', 'Succeeded', 'Failed' ProvisioningState ProvisioningStateDR `json:"provisioningState,omitempty"` - // PartnerNamespace - ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairning + // PartnerNamespace - ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing PartnerNamespace *string `json:"partnerNamespace,omitempty"` // AlternateName - Alternate name specified when alias and namespace names are same. AlternateName *string `json:"alternateName,omitempty"` @@ -956,7 +956,7 @@ type ConsumerGroupProperties struct { CreatedAt *date.Time `json:"createdAt,omitempty"` // UpdatedAt - The exact time the message was updated. UpdatedAt *date.Time `json:"updatedAt,omitempty"` - // UserMetadata - Usermetadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. + // UserMetadata - User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. UserMetadata *string `json:"userMetadata,omitempty"` } @@ -964,7 +964,7 @@ type ConsumerGroupProperties struct { type Destination struct { // Name - Name for capture destination Name *string `json:"name,omitempty"` - // DestinationProperties - Properties describing the storage account, blob container and acrchive anme format for capture destination + // DestinationProperties - Properties describing the storage account, blob container and archive name format for capture destination *DestinationProperties `json:"properties,omitempty"` } @@ -1013,7 +1013,7 @@ func (d *Destination) UnmarshalJSON(body []byte) error { return nil } -// DestinationProperties properties describing the storage account, blob container and acrchive anme format +// DestinationProperties properties describing the storage account, blob container and archive name format // for capture destination type DestinationProperties struct { // StorageAccountResourceID - Resource id of the storage account to be used to create the blobs @@ -1308,13 +1308,13 @@ type EHNamespaceProperties struct { MetricID *string `json:"metricId,omitempty"` // IsAutoInflateEnabled - Value that indicates whether AutoInflate is enabled for eventhub namespace. IsAutoInflateEnabled *bool `json:"isAutoInflateEnabled,omitempty"` - // MaximumThroughputUnits - Upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true) + // MaximumThroughputUnits - Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true) MaximumThroughputUnits *int32 `json:"maximumThroughputUnits,omitempty"` // KafkaEnabled - Value that indicates whether Kafka is enabled for eventhub namespace. KafkaEnabled *bool `json:"kafkaEnabled,omitempty"` } -// ErrorResponse error reponse indicates EventHub service is not able to process the incoming request. The +// ErrorResponse error response indicates EventHub service is not able to process the incoming request. The // reason is provided in the error message. type ErrorResponse struct { // Code - Error code. @@ -2101,7 +2101,7 @@ type Properties struct { } // RegenerateAccessKeyParameters parameters supplied to the Regenerate Authorization Rule operation, -// specifies which key neeeds to be reset. +// specifies which key needs to be reset. type RegenerateAccessKeyParameters struct { // KeyType - The access key to regenerate. Possible values include: 'PrimaryKey', 'SecondaryKey' KeyType KeyType `json:"keyType,omitempty"` @@ -2125,7 +2125,7 @@ type Sku struct { Name SkuName `json:"name,omitempty"` // Tier - The billing tier of this particular SKU. Possible values include: 'SkuTierBasic', 'SkuTierStandard' Tier SkuTier `json:"tier,omitempty"` - // Capacity - The Event Hubs throughput units, vaule should be 0 to 20 throughput units. + // Capacity - The Event Hubs throughput units, value should be 0 to 20 throughput units. Capacity *int32 `json:"capacity,omitempty"` } diff --git a/services/preview/eventhub/mgmt/2018-01-01-preview/eventhub/models.go b/services/preview/eventhub/mgmt/2018-01-01-preview/eventhub/models.go index ba8a83d25343..e0e0d8c0dccd 100644 --- a/services/preview/eventhub/mgmt/2018-01-01-preview/eventhub/models.go +++ b/services/preview/eventhub/mgmt/2018-01-01-preview/eventhub/models.go @@ -693,7 +693,7 @@ type EHNamespaceProperties struct { MetricID *string `json:"metricId,omitempty"` // IsAutoInflateEnabled - Value that indicates whether AutoInflate is enabled for eventhub namespace. IsAutoInflateEnabled *bool `json:"isAutoInflateEnabled,omitempty"` - // MaximumThroughputUnits - Upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true) + // MaximumThroughputUnits - Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true) MaximumThroughputUnits *int32 `json:"maximumThroughputUnits,omitempty"` // KafkaEnabled - Value that indicates whether Kafka is enabled for eventhub namespace. KafkaEnabled *bool `json:"kafkaEnabled,omitempty"` @@ -1181,7 +1181,7 @@ type Sku struct { Name SkuName `json:"name,omitempty"` // Tier - The billing tier of this particular SKU. Possible values include: 'SkuTierBasic', 'SkuTierStandard' Tier SkuTier `json:"tier,omitempty"` - // Capacity - The Event Hubs throughput units, vaule should be 0 to 20 throughput units. + // Capacity - The Event Hubs throughput units, value should be 0 to 20 throughput units. Capacity *int32 `json:"capacity,omitempty"` }