From 6c56e3e0fcfa085b8f559cd248afa3c460011d86 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 26 Nov 2018 10:50:12 -0800 Subject: [PATCH] Generated from 6353a74b9cd74d3b127bdd51373d3388b3e962b4 (#2649) 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/v2017_04_01/DisasterRecoveryConfigs.java | 2 +- .../management/eventhub/v2017_04_01/ErrorResponse.java | 4 ++-- .../v2017_04_01/RegenerateAccessKeyParameters.java | 2 +- .../azure/management/eventhub/v2017_04_01/Sku.java | 6 +++--- .../implementation/ArmDisasterRecoveryInner.java | 6 +++--- .../v2017_04_01/implementation/ConsumerGroupInner.java | 6 +++--- .../v2017_04_01/implementation/ConsumerGroupsInner.java | 8 ++++---- .../implementation/DisasterRecoveryConfigsInner.java | 8 ++++---- .../v2017_04_01/implementation/EHNamespaceInner.java | 6 +++--- .../management/eventhub/v2018_01_01_preview/Sku.java | 6 +++--- .../implementation/EHNamespaceInner.java | 6 +++--- 11 files changed, 30 insertions(+), 30 deletions(-) diff --git a/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/DisasterRecoveryConfigs.java b/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/DisasterRecoveryConfigs.java index 37b67e7dd51a2..6425d7ce48cf1 100644 --- a/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/DisasterRecoveryConfigs.java +++ b/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/DisasterRecoveryConfigs.java @@ -42,7 +42,7 @@ public interface DisasterRecoveryConfigs extends SupportsCreating> call(Response createOrUpdateAsync(String resourceGrou * @param namespaceName The Namespace name * @param eventHubName The Event Hub name * @param consumerGroupName The consumer group name - * @param 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. + * @param 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. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ConsumerGroupInner object */ @@ -238,7 +238,7 @@ public ConsumerGroupInner call(ServiceResponse response) { * @param namespaceName The Namespace name * @param eventHubName The Event Hub name * @param consumerGroupName The consumer group name - * @param 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. + * @param 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. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ConsumerGroupInner object */ diff --git a/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/implementation/DisasterRecoveryConfigsInner.java b/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/implementation/DisasterRecoveryConfigsInner.java index a90cfc95614ae..6c21f787c732f 100644 --- a/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/implementation/DisasterRecoveryConfigsInner.java +++ b/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/implementation/DisasterRecoveryConfigsInner.java @@ -711,7 +711,7 @@ private ServiceResponse breakPairingDelegate(Response respon } /** - * envokes GEO DR failover and reconfigure the alias to point to the secondary namespace. + * Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace. * * @param resourceGroupName Name of the resource group within the azure subscription. * @param namespaceName The Namespace name @@ -725,7 +725,7 @@ public void failOver(String resourceGroupName, String namespaceName, String alia } /** - * envokes GEO DR failover and reconfigure the alias to point to the secondary namespace. + * Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace. * * @param resourceGroupName Name of the resource group within the azure subscription. * @param namespaceName The Namespace name @@ -739,7 +739,7 @@ public ServiceFuture failOverAsync(String resourceGroupName, String namesp } /** - * envokes GEO DR failover and reconfigure the alias to point to the secondary namespace. + * Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace. * * @param resourceGroupName Name of the resource group within the azure subscription. * @param namespaceName The Namespace name @@ -757,7 +757,7 @@ public Void call(ServiceResponse response) { } /** - * envokes GEO DR failover and reconfigure the alias to point to the secondary namespace. + * Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace. * * @param resourceGroupName Name of the resource group within the azure subscription. * @param namespaceName The Namespace name diff --git a/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/implementation/EHNamespaceInner.java b/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/implementation/EHNamespaceInner.java index 90fc46e7c6e0a..b998d38cf329b 100644 --- a/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/implementation/EHNamespaceInner.java +++ b/eventhub/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/eventhub/v2017_04_01/implementation/EHNamespaceInner.java @@ -65,7 +65,7 @@ public class EHNamespaceInner extends Resource { private Boolean isAutoInflateEnabled; /** - * Upper limit of throughput units when AutoInflate is enabled, vaule + * Upper limit of throughput units when AutoInflate is enabled, value * should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = * true). */ @@ -164,7 +164,7 @@ public EHNamespaceInner withIsAutoInflateEnabled(Boolean isAutoInflateEnabled) { } /** - * Get upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true). + * Get upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true). * * @return the maximumThroughputUnits value */ @@ -173,7 +173,7 @@ public Integer maximumThroughputUnits() { } /** - * Set upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true). + * Set upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true). * * @param maximumThroughputUnits the maximumThroughputUnits value to set * @return the EHNamespaceInner object itself. diff --git a/eventhub/resource-manager/v2018_01_01_preview/src/main/java/com/microsoft/azure/management/eventhub/v2018_01_01_preview/Sku.java b/eventhub/resource-manager/v2018_01_01_preview/src/main/java/com/microsoft/azure/management/eventhub/v2018_01_01_preview/Sku.java index dde478180c504..4d782dd05d85c 100644 --- a/eventhub/resource-manager/v2018_01_01_preview/src/main/java/com/microsoft/azure/management/eventhub/v2018_01_01_preview/Sku.java +++ b/eventhub/resource-manager/v2018_01_01_preview/src/main/java/com/microsoft/azure/management/eventhub/v2018_01_01_preview/Sku.java @@ -28,7 +28,7 @@ public class Sku { private SkuTier tier; /** - * The Event Hubs throughput units, vaule should be 0 to 20 throughput + * The Event Hubs throughput units, value should be 0 to 20 throughput * units. */ @JsonProperty(value = "capacity") @@ -75,7 +75,7 @@ public Sku withTier(SkuTier tier) { } /** - * Get the Event Hubs throughput units, vaule should be 0 to 20 throughput units. + * Get the Event Hubs throughput units, value should be 0 to 20 throughput units. * * @return the capacity value */ @@ -84,7 +84,7 @@ public Integer capacity() { } /** - * Set the Event Hubs throughput units, vaule should be 0 to 20 throughput units. + * Set the Event Hubs throughput units, value should be 0 to 20 throughput units. * * @param capacity the capacity value to set * @return the Sku object itself. diff --git a/eventhub/resource-manager/v2018_01_01_preview/src/main/java/com/microsoft/azure/management/eventhub/v2018_01_01_preview/implementation/EHNamespaceInner.java b/eventhub/resource-manager/v2018_01_01_preview/src/main/java/com/microsoft/azure/management/eventhub/v2018_01_01_preview/implementation/EHNamespaceInner.java index 43a3a5885ac0b..6fc3667cfc3e6 100644 --- a/eventhub/resource-manager/v2018_01_01_preview/src/main/java/com/microsoft/azure/management/eventhub/v2018_01_01_preview/implementation/EHNamespaceInner.java +++ b/eventhub/resource-manager/v2018_01_01_preview/src/main/java/com/microsoft/azure/management/eventhub/v2018_01_01_preview/implementation/EHNamespaceInner.java @@ -65,7 +65,7 @@ public class EHNamespaceInner extends Resource { private Boolean isAutoInflateEnabled; /** - * Upper limit of throughput units when AutoInflate is enabled, vaule + * Upper limit of throughput units when AutoInflate is enabled, value * should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = * true). */ @@ -171,7 +171,7 @@ public EHNamespaceInner withIsAutoInflateEnabled(Boolean isAutoInflateEnabled) { } /** - * Get upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true). + * Get upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true). * * @return the maximumThroughputUnits value */ @@ -180,7 +180,7 @@ public Integer maximumThroughputUnits() { } /** - * Set upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true). + * Set upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true). * * @param maximumThroughputUnits the maximumThroughputUnits value to set * @return the EHNamespaceInner object itself.