From 7837151ca098d81f4251ecf80e8923351815fc51 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 22 Jan 2019 13:31:32 -0800 Subject: [PATCH] Generated from 92aebb8a17ec8a8bf1d687656af3b9c58222230f (#2792) typo: servicebus/resource-manager/Microsoft.ServiceBus - Porperties -> Properties - SKU capitalization - reponse -> response - authorizatio -> authorization - Tpoic -> Topic - namespce -> namespace - authorizationrule -> authorization rule - Autorization -> Authorization - Regenrate -> Regenerate - Namepsace -> Namespace - envokes -> Invokes - enties -> entities - SqlFilter capitalization - Corelation -> Correlation - neeeds -> needs - deatils -> details - acrchive -> archive - pairning -> pairing --- .../v2015_08_01/CheckNameAvailability.java | 6 +- .../servicebus/v2015_08_01/Namespaces.java | 10 +-- .../servicebus/v2015_08_01/Queues.java | 10 +-- .../servicebus/v2015_08_01/Topics.java | 10 +-- .../implementation/NamespacesInner.java | 56 ++++++++-------- .../implementation/QueuesInner.java | 56 ++++++++-------- .../implementation/TopicsInner.java | 64 +++++++++---------- .../v2017_04_01/ArmDisasterRecovery.java | 8 +-- .../v2017_04_01/CheckNameAvailability.java | 6 +- .../v2017_04_01/DisasterRecoveryConfigs.java | 8 +-- .../servicebus/v2017_04_01/ErrorResponse.java | 2 +- .../v2017_04_01/MigrationConfigs.java | 2 +- .../servicebus/v2017_04_01/Namespaces.java | 10 +-- .../servicebus/v2017_04_01/Queues.java | 8 +-- .../RegenerateAccessKeyParameters.java | 2 +- .../servicebus/v2017_04_01/SBNamespace.java | 4 +- .../SBNamespaceUpdateParameters.java | 6 +- .../servicebus/v2017_04_01/Topics.java | 8 +-- .../ArmDisasterRecoveryInner.java | 12 ++-- .../DisasterRecoveryConfigsInner.java | 32 +++++----- .../implementation/MigrationConfigsInner.java | 24 +++---- .../implementation/NamespacesInner.java | 48 +++++++------- .../implementation/QueuesInner.java | 40 ++++++------ .../implementation/SBNamespaceInner.java | 6 +- .../implementation/SBTopicInner.java | 4 +- .../implementation/TopicsInner.java | 48 +++++++------- 26 files changed, 245 insertions(+), 245 deletions(-) diff --git a/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/CheckNameAvailability.java b/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/CheckNameAvailability.java index b66888e8a707..abc67f1f3b22 100644 --- a/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/CheckNameAvailability.java +++ b/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/CheckNameAvailability.java @@ -15,7 +15,7 @@ */ public class CheckNameAvailability { /** - * The Name to check the namespce name availability and The namespace name + * The Name to check the namespace name availability and The namespace name * can contain only letters, numbers, and hyphens. The namespace must start * with a letter, and it must end with a letter or number. */ @@ -23,7 +23,7 @@ public class CheckNameAvailability { private String name; /** - * Get the Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * Get the Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * * @return the name value */ @@ -32,7 +32,7 @@ public String name() { } /** - * Set the Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * Set the Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * * @param name the name value to set * @return the CheckNameAvailability object itself. diff --git a/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/Namespaces.java b/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/Namespaces.java index fc43c8f19136..630bf48e94b6 100644 --- a/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/Namespaces.java +++ b/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/Namespaces.java @@ -34,7 +34,7 @@ public interface Namespaces extends SupportsCreating checkNameAvailabilityMeth /** * Check the give namespace name availability. * - * @param name The Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * @param name The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the CheckNameAvailabilityResultInner object */ @@ -190,7 +190,7 @@ public CheckNameAvailabilityResultInner call(ServiceResponse> li * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters The shared access authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server @@ -1103,7 +1103,7 @@ public SharedAccessAuthorizationRuleResourceInner createOrUpdateAuthorizationRul * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters The shared access authorization rule. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -1118,7 +1118,7 @@ public ServiceFuture createOrUpdateA * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters The shared access authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SharedAccessAuthorizationRuleResourceInner object @@ -1137,7 +1137,7 @@ public SharedAccessAuthorizationRuleResourceInner call(ServiceResponse createOrUpda * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -1202,7 +1202,7 @@ public void deleteAuthorizationRule(String resourceGroupName, String namespaceNa * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -1216,7 +1216,7 @@ public ServiceFuture deleteAuthorizationRuleAsync(String resourceGroupName * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -1234,7 +1234,7 @@ public Void call(ServiceResponse response) { * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -1281,7 +1281,7 @@ private ServiceResponse deleteAuthorizationRuleDelegate(Response getAuthorizatio * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SharedAccessAuthorizationRuleResourceInner object */ @@ -1328,7 +1328,7 @@ public SharedAccessAuthorizationRuleResourceInner call(ServiceResponse getAuthoriza * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -1389,7 +1389,7 @@ public ResourceListKeysInner listKeys(String resourceGroupName, String namespace * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -1403,7 +1403,7 @@ public ServiceFuture listKeysAsync(String resourceGroupNa * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1421,7 +1421,7 @@ public ResourceListKeysInner call(ServiceResponse respons * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1467,7 +1467,7 @@ private ServiceResponse listKeysDelegate(Response regenerateKeysAsync(String resourceG * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1514,7 +1514,7 @@ public ResourceListKeysInner call(ServiceResponse respons * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1556,7 +1556,7 @@ public Observable> call(Response regenerateKeysAsync(String resourceG * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param policykey Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey' * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object @@ -1606,7 +1606,7 @@ public ResourceListKeysInner call(ServiceResponse respons * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param policykey Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey' * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object diff --git a/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/implementation/QueuesInner.java b/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/implementation/QueuesInner.java index 2c0ba115e53a..2a266c3c2ee3 100644 --- a/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/implementation/QueuesInner.java +++ b/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/implementation/QueuesInner.java @@ -667,7 +667,7 @@ private ServiceResponse> li * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters The shared access authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server @@ -684,7 +684,7 @@ public SharedAccessAuthorizationRuleResourceInner createOrUpdateAuthorizationRul * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters The shared access authorization rule. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -700,7 +700,7 @@ public ServiceFuture createOrUpdateA * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters The shared access authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SharedAccessAuthorizationRuleResourceInner object @@ -720,7 +720,7 @@ public SharedAccessAuthorizationRuleResourceInner call(ServiceResponse createOrUpda * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -791,7 +791,7 @@ public SharedAccessAuthorizationRuleResourceInner postAuthorizationRule(String r * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -806,7 +806,7 @@ public ServiceFuture postAuthorizati * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SharedAccessAuthorizationRuleResourceInner object */ @@ -825,7 +825,7 @@ public SharedAccessAuthorizationRuleResourceInner call(ServiceResponse postAuthoriz * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -890,7 +890,7 @@ public void deleteAuthorizationRule(String resourceGroupName, String namespaceNa * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -905,7 +905,7 @@ public ServiceFuture deleteAuthorizationRuleAsync(String resourceGroupName * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -924,7 +924,7 @@ public Void call(ServiceResponse response) { * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -975,7 +975,7 @@ private ServiceResponse deleteAuthorizationRuleDelegate(Response getAuthorizatio * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SharedAccessAuthorizationRuleResourceInner object */ @@ -1025,7 +1025,7 @@ public SharedAccessAuthorizationRuleResourceInner call(ServiceResponse getAuthoriza * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -1091,7 +1091,7 @@ public ResourceListKeysInner listKeys(String resourceGroupName, String namespace * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -1106,7 +1106,7 @@ public ServiceFuture listKeysAsync(String resourceGroupNa * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1125,7 +1125,7 @@ public ResourceListKeysInner call(ServiceResponse respons * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1175,7 +1175,7 @@ private ServiceResponse listKeysDelegate(Response regenerateKeysAsync(String resourceG * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1225,7 +1225,7 @@ public ResourceListKeysInner call(ServiceResponse respons * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1271,7 +1271,7 @@ public Observable> call(Response regenerateKeysAsync(String resourceG * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param policykey Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey' * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object @@ -1324,7 +1324,7 @@ public ResourceListKeysInner call(ServiceResponse respons * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param policykey Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey' * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object diff --git a/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/implementation/TopicsInner.java b/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/implementation/TopicsInner.java index 56c626321712..5305ce032b94 100644 --- a/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/implementation/TopicsInner.java +++ b/servicebus/resource-manager/v2015_08_01/src/main/java/com/microsoft/azure/management/servicebus/v2015_08_01/implementation/TopicsInner.java @@ -662,12 +662,12 @@ private ServiceResponse> li } /** - * Creates an authorizatio rule for the specified topic. + * Creates an authorization rule for the specified topic. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters The shared access authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server @@ -679,12 +679,12 @@ public SharedAccessAuthorizationRuleResourceInner createOrUpdateAuthorizationRul } /** - * Creates an authorizatio rule for the specified topic. + * Creates an authorization rule for the specified topic. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters The shared access authorization rule. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -695,12 +695,12 @@ public ServiceFuture createOrUpdateA } /** - * Creates an authorizatio rule for the specified topic. + * Creates an authorization rule for the specified topic. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters The shared access authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SharedAccessAuthorizationRuleResourceInner object @@ -715,12 +715,12 @@ public SharedAccessAuthorizationRuleResourceInner call(ServiceResponse createOrUpda * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -791,7 +791,7 @@ public SharedAccessAuthorizationRuleResourceInner postAuthorizationRule(String r * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -806,7 +806,7 @@ public ServiceFuture postAuthorizati * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SharedAccessAuthorizationRuleResourceInner object */ @@ -825,7 +825,7 @@ public SharedAccessAuthorizationRuleResourceInner call(ServiceResponse postAuthoriz * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -891,7 +891,7 @@ public SharedAccessAuthorizationRuleResourceInner getAuthorizationRule(String re * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -906,7 +906,7 @@ public ServiceFuture getAuthorizatio * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SharedAccessAuthorizationRuleResourceInner object */ @@ -925,7 +925,7 @@ public SharedAccessAuthorizationRuleResourceInner call(ServiceResponse getAuthoriza * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -990,7 +990,7 @@ public void deleteAuthorizationRule(String resourceGroupName, String namespaceNa * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -1005,7 +1005,7 @@ public ServiceFuture deleteAuthorizationRuleAsync(String resourceGroupName * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -1024,7 +1024,7 @@ public Void call(ServiceResponse response) { * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -1075,7 +1075,7 @@ private ServiceResponse deleteAuthorizationRuleDelegate(Response listKeysAsync(String resourceGroupNa * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1125,7 +1125,7 @@ public ResourceListKeysInner call(ServiceResponse respons * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1175,7 +1175,7 @@ private ServiceResponse listKeysDelegate(Response regenerateKeysAsync(String resourceG * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1225,7 +1225,7 @@ public ResourceListKeysInner call(ServiceResponse respons * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object */ @@ -1271,7 +1271,7 @@ public Observable> call(Response regenerateKeysAsync(String resourceG * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param policykey Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey' * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object @@ -1324,7 +1324,7 @@ public ResourceListKeysInner call(ServiceResponse respons * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param policykey Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey' * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ResourceListKeysInner object diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/ArmDisasterRecovery.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/ArmDisasterRecovery.java index 3d2b477f5268..89ed69c00a18 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/ArmDisasterRecovery.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/ArmDisasterRecovery.java @@ -97,7 +97,7 @@ interface WithNamespace { interface WithAlternateName { /** * Specifies alternateName. - * @param alternateName Primary/Secondary eventhub namespace name, which is part of GEO DR pairning + * @param alternateName Primary/Secondary eventhub namespace name, which is part of GEO DR pairing * @return the next definition stage */ WithCreate withAlternateName(String alternateName); @@ -109,7 +109,7 @@ interface WithAlternateName { interface WithPartnerNamespace { /** * Specifies partnerNamespace. - * @param partnerNamespace ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairning + * @param partnerNamespace ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing * @return the next definition stage */ WithCreate withPartnerNamespace(String partnerNamespace); @@ -139,7 +139,7 @@ interface UpdateStages { interface WithAlternateName { /** * Specifies alternateName. - * @param alternateName Primary/Secondary eventhub namespace name, which is part of GEO DR pairning + * @param alternateName Primary/Secondary eventhub namespace name, which is part of GEO DR pairing * @return the next update stage */ Update withAlternateName(String alternateName); @@ -151,7 +151,7 @@ interface WithAlternateName { interface WithPartnerNamespace { /** * Specifies partnerNamespace. - * @param partnerNamespace ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairning + * @param partnerNamespace ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing * @return the next update stage */ Update withPartnerNamespace(String partnerNamespace); diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/CheckNameAvailability.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/CheckNameAvailability.java index a58e17a88851..cecad7bc7f9b 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/CheckNameAvailability.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/CheckNameAvailability.java @@ -15,7 +15,7 @@ */ public class CheckNameAvailability { /** - * The Name to check the namespce name availability and The namespace name + * The Name to check the namespace name availability and The namespace name * can contain only letters, numbers, and hyphens. The namespace must start * with a letter, and it must end with a letter or number. */ @@ -23,7 +23,7 @@ public class CheckNameAvailability { private String name; /** - * Get the Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * Get the Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * * @return the name value */ @@ -32,7 +32,7 @@ public String name() { } /** - * Set the Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * Set the Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * * @param name the name value to set * @return the CheckNameAvailability object itself. diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/DisasterRecoveryConfigs.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/DisasterRecoveryConfigs.java index ce03af5ad4fe..cb198b540759 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/DisasterRecoveryConfigs.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/DisasterRecoveryConfigs.java @@ -24,7 +24,7 @@ public interface DisasterRecoveryConfigs extends SupportsCreating, HasInner { /** - * This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any enties created after the operation will be under Premium Namespace. CompleteMigration operation will fail when entity migration is in-progress. + * This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any entities created after the operation will be under Premium Namespace. CompleteMigration operation will fail when entity migration is in-progress. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/Namespaces.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/Namespaces.java index 4c92e22c04ba..dc493f41d59f 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/Namespaces.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/Namespaces.java @@ -45,7 +45,7 @@ public interface Namespaces extends SupportsCreating * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */ @@ -87,7 +87,7 @@ public interface Queues extends SupportsCreating * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */ @@ -99,7 +99,7 @@ public interface Queues extends SupportsCreating * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */ @@ -111,7 +111,7 @@ public interface Queues extends SupportsCreating * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/RegenerateAccessKeyParameters.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/RegenerateAccessKeyParameters.java index 6b279ae1dd36..adfaeffadead 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/RegenerateAccessKeyParameters.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/RegenerateAccessKeyParameters.java @@ -12,7 +12,7 @@ /** * Parameters supplied to the Regenerate Authorization Rule operation, - * specifies which key neeeds to be reset. + * specifies which key needs to be reset. */ public class RegenerateAccessKeyParameters { /** diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/SBNamespace.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/SBNamespace.java index cee610bbcdfe..d4fbb56da91c 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/SBNamespace.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/SBNamespace.java @@ -83,7 +83,7 @@ interface WithGroup extends GroupableResourceCore.DefinitionStages.WithGroup * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */ @@ -87,7 +87,7 @@ public interface Topics extends SupportsCreating * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */ @@ -99,7 +99,7 @@ public interface Topics extends SupportsCreating * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */ @@ -111,7 +111,7 @@ public interface Topics extends SupportsCreating * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/ArmDisasterRecoveryInner.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/ArmDisasterRecoveryInner.java index 7e3eb281849f..0226e57e50f8 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/ArmDisasterRecoveryInner.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/ArmDisasterRecoveryInner.java @@ -35,14 +35,14 @@ public class ArmDisasterRecoveryInner extends ProxyResource { /** * ARM Id of the Primary/Secondary eventhub namespace name, which is part - * of GEO DR pairning. + * of GEO DR pairing. */ @JsonProperty(value = "properties.partnerNamespace") private String partnerNamespace; /** * Primary/Secondary eventhub namespace name, which is part of GEO DR - * pairning. + * pairing. */ @JsonProperty(value = "properties.alternateName") private String alternateName; @@ -74,7 +74,7 @@ public Long pendingReplicationOperationsCount() { } /** - * Get aRM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairning. + * Get aRM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing. * * @return the partnerNamespace value */ @@ -83,7 +83,7 @@ public String partnerNamespace() { } /** - * Set aRM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairning. + * Set aRM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing. * * @param partnerNamespace the partnerNamespace value to set * @return the ArmDisasterRecoveryInner object itself. @@ -94,7 +94,7 @@ public ArmDisasterRecoveryInner withPartnerNamespace(String partnerNamespace) { } /** - * Get primary/Secondary eventhub namespace name, which is part of GEO DR pairning. + * Get primary/Secondary eventhub namespace name, which is part of GEO DR pairing. * * @return the alternateName value */ @@ -103,7 +103,7 @@ public String alternateName() { } /** - * Set primary/Secondary eventhub namespace name, which is part of GEO DR pairning. + * Set primary/Secondary eventhub namespace name, which is part of GEO DR pairing. * * @param alternateName the alternateName value to set * @return the ArmDisasterRecoveryInner object itself. diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/DisasterRecoveryConfigsInner.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/DisasterRecoveryConfigsInner.java index 1c026c9bbf50..bfccb7183780 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/DisasterRecoveryConfigsInner.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/DisasterRecoveryConfigsInner.java @@ -118,7 +118,7 @@ interface DisasterRecoveryConfigsService { * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param name The Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * @param name The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -133,7 +133,7 @@ public CheckNameAvailabilityResultInner checkNameAvailabilityMethod(String resou * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param name The Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * @param name The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -147,7 +147,7 @@ public ServiceFuture checkNameAvailabilityMeth * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param name The Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * @param name The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the CheckNameAvailabilityResultInner object */ @@ -165,7 +165,7 @@ public CheckNameAvailabilityResultInner call(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 @@ -939,7 +939,7 @@ private ServiceResponse> listAuthorizationRul * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param alias The Disaster Recovery configuration name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -955,7 +955,7 @@ public SBAuthorizationRuleInner getAuthorizationRule(String resourceGroupName, S * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param alias The Disaster Recovery configuration name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -970,7 +970,7 @@ public ServiceFuture getAuthorizationRuleAsync(String * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param alias The Disaster Recovery configuration name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object */ @@ -989,7 +989,7 @@ public SBAuthorizationRuleInner call(ServiceResponse r * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param alias The Disaster Recovery configuration name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object */ @@ -1039,7 +1039,7 @@ private ServiceResponse getAuthorizationRuleDelegate(R * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param alias The Disaster Recovery configuration name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -1055,7 +1055,7 @@ public AccessKeysInner listKeys(String resourceGroupName, String namespaceName, * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param alias The Disaster Recovery configuration name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -1070,7 +1070,7 @@ public ServiceFuture listKeysAsync(String resourceGroupName, St * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param alias The Disaster Recovery configuration name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object */ @@ -1089,7 +1089,7 @@ public AccessKeysInner call(ServiceResponse response) { * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param alias The Disaster Recovery configuration name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object */ diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/MigrationConfigsInner.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/MigrationConfigsInner.java index 96c7ac11fd55..a3ea21552db5 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/MigrationConfigsInner.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/MigrationConfigsInner.java @@ -221,7 +221,7 @@ private ServiceResponse> listDelegate(R } /** - * Creates Migration configuration and starts migration of enties from Standard to Premium namespace. + * Creates Migration configuration and starts migration of entities from Standard to Premium namespace. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name @@ -236,7 +236,7 @@ public MigrationConfigPropertiesInner createAndStartMigration(String resourceGro } /** - * Creates Migration configuration and starts migration of enties from Standard to Premium namespace. + * Creates Migration configuration and starts migration of entities from Standard to Premium namespace. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name @@ -250,7 +250,7 @@ public ServiceFuture createAndStartMigrationAsyn } /** - * Creates Migration configuration and starts migration of enties from Standard to Premium namespace. + * Creates Migration configuration and starts migration of entities from Standard to Premium namespace. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name @@ -268,7 +268,7 @@ public MigrationConfigPropertiesInner call(ServiceResponse> createAndStar } /** - * Creates Migration configuration and starts migration of enties from Standard to Premium namespace. + * Creates Migration configuration and starts migration of entities from Standard to Premium namespace. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name @@ -314,7 +314,7 @@ public MigrationConfigPropertiesInner beginCreateAndStartMigration(String resour } /** - * Creates Migration configuration and starts migration of enties from Standard to Premium namespace. + * Creates Migration configuration and starts migration of entities from Standard to Premium namespace. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name @@ -328,7 +328,7 @@ public ServiceFuture beginCreateAndStartMigratio } /** - * Creates Migration configuration and starts migration of enties from Standard to Premium namespace. + * Creates Migration configuration and starts migration of entities from Standard to Premium namespace. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name @@ -346,7 +346,7 @@ public MigrationConfigPropertiesInner call(ServiceResponse getDelegate(Response completeMigrationAsync(String resourceGroupName, Stri } /** - * This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any enties created after the operation will be under Premium Namespace. CompleteMigration operation will fail when entity migration is in-progress. + * This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any entities created after the operation will be under Premium Namespace. CompleteMigration operation will fail when entity migration is in-progress. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name @@ -612,7 +612,7 @@ public Void call(ServiceResponse response) { } /** - * This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any enties created after the operation will be under Premium Namespace. CompleteMigration operation will fail when entity migration is in-progress. + * This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any entities created after the operation will be under Premium Namespace. CompleteMigration operation will fail when entity migration is in-progress. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/NamespacesInner.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/NamespacesInner.java index 8973343a0052..647896a93f59 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/NamespacesInner.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/NamespacesInner.java @@ -153,7 +153,7 @@ interface NamespacesService { /** * Check the give namespace name availability. * - * @param name The Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * @param name The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -166,7 +166,7 @@ public CheckNameAvailabilityResultInner checkNameAvailabilityMethod(String name) /** * Check the give namespace name availability. * - * @param name The Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * @param name The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -178,7 +178,7 @@ public ServiceFuture checkNameAvailabilityMeth /** * Check the give namespace name availability. * - * @param name The Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. + * @param name The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the CheckNameAvailabilityResultInner object */ @@ -194,7 +194,7 @@ public CheckNameAvailabilityResultInner call(ServiceResponse> listAuthorizationRul * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server @@ -1107,7 +1107,7 @@ public SBAuthorizationRuleInner createOrUpdateAuthorizationRule(String resourceG * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -1122,7 +1122,7 @@ public ServiceFuture createOrUpdateAuthorizationRuleAs * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object @@ -1141,7 +1141,7 @@ public SBAuthorizationRuleInner call(ServiceResponse r * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object @@ -1194,7 +1194,7 @@ private ServiceResponse createOrUpdateAuthorizationRul * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -1208,7 +1208,7 @@ public void deleteAuthorizationRule(String resourceGroupName, String namespaceNa * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -1222,7 +1222,7 @@ public ServiceFuture deleteAuthorizationRuleAsync(String resourceGroupName * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -1240,7 +1240,7 @@ public Void call(ServiceResponse response) { * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -1287,7 +1287,7 @@ private ServiceResponse deleteAuthorizationRuleDelegate(Response getAuthorizationRuleAsync(String * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object */ @@ -1334,7 +1334,7 @@ public SBAuthorizationRuleInner call(ServiceResponse r * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object */ @@ -1380,7 +1380,7 @@ private ServiceResponse getAuthorizationRuleDelegate(R * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -1395,7 +1395,7 @@ public AccessKeysInner listKeys(String resourceGroupName, String namespaceName, * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -1409,7 +1409,7 @@ public ServiceFuture listKeysAsync(String resourceGroupName, St * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object */ @@ -1427,7 +1427,7 @@ public AccessKeysInner call(ServiceResponse response) { * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object */ @@ -1473,7 +1473,7 @@ private ServiceResponse listKeysDelegate(Response * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server @@ -1489,7 +1489,7 @@ public AccessKeysInner regenerateKeys(String resourceGroupName, String namespace * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -1504,7 +1504,7 @@ public ServiceFuture regenerateKeysAsync(String resourceGroupNa * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object @@ -1523,7 +1523,7 @@ public AccessKeysInner call(ServiceResponse response) { * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/QueuesInner.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/QueuesInner.java index 66df548ea4ec..f25949363da2 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/QueuesInner.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/QueuesInner.java @@ -789,7 +789,7 @@ private ServiceResponse> listAuthorizationRul * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server @@ -806,7 +806,7 @@ public SBAuthorizationRuleInner createOrUpdateAuthorizationRule(String resourceG * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -822,7 +822,7 @@ public ServiceFuture createOrUpdateAuthorizationRuleAs * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object @@ -842,7 +842,7 @@ public SBAuthorizationRuleInner call(ServiceResponse r * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object @@ -899,7 +899,7 @@ private ServiceResponse createOrUpdateAuthorizationRul * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -914,7 +914,7 @@ public void deleteAuthorizationRule(String resourceGroupName, String namespaceNa * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -929,7 +929,7 @@ public ServiceFuture deleteAuthorizationRuleAsync(String resourceGroupName * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -948,7 +948,7 @@ public Void call(ServiceResponse response) { * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -999,7 +999,7 @@ private ServiceResponse deleteAuthorizationRuleDelegate(Response getAuthorizationRuleAsync(String * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object */ @@ -1049,7 +1049,7 @@ public SBAuthorizationRuleInner call(ServiceResponse r * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object */ @@ -1099,7 +1099,7 @@ private ServiceResponse getAuthorizationRuleDelegate(R * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -1115,7 +1115,7 @@ public AccessKeysInner listKeys(String resourceGroupName, String namespaceName, * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -1130,7 +1130,7 @@ public ServiceFuture listKeysAsync(String resourceGroupName, St * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object */ @@ -1149,7 +1149,7 @@ public AccessKeysInner call(ServiceResponse response) { * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object */ @@ -1199,7 +1199,7 @@ private ServiceResponse listKeysDelegate(Response * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server @@ -1216,7 +1216,7 @@ public AccessKeysInner regenerateKeys(String resourceGroupName, String namespace * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -1232,7 +1232,7 @@ public ServiceFuture regenerateKeysAsync(String resourceGroupNa * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object @@ -1252,7 +1252,7 @@ public AccessKeysInner call(ServiceResponse response) { * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param queueName The queue name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/SBNamespaceInner.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/SBNamespaceInner.java index 38b04cf850b8..70d1a80ab3c7 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/SBNamespaceInner.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/SBNamespaceInner.java @@ -20,7 +20,7 @@ @JsonFlatten public class SBNamespaceInner extends Resource { /** - * Porperties of Sku. + * Properties of Sku. */ @JsonProperty(value = "sku") private SBSku sku; @@ -56,7 +56,7 @@ public class SBNamespaceInner extends Resource { private String metricId; /** - * Get porperties of Sku. + * Get properties of Sku. * * @return the sku value */ @@ -65,7 +65,7 @@ public SBSku sku() { } /** - * Set porperties of Sku. + * Set properties of Sku. * * @param sku the sku value to set * @return the SBNamespaceInner object itself. diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/SBTopicInner.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/SBTopicInner.java index 1df7194d4196..2b344a751339 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/SBTopicInner.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/SBTopicInner.java @@ -53,7 +53,7 @@ public class SBTopicInner extends ProxyResource { private Integer subscriptionCount; /** - * Message count deatils. + * Message count details. */ @JsonProperty(value = "properties.countDetails", access = JsonProperty.Access.WRITE_ONLY) private MessageCountDetails countDetails; @@ -176,7 +176,7 @@ public Integer subscriptionCount() { } /** - * Get message count deatils. + * Get message count details. * * @return the countDetails value */ diff --git a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/TopicsInner.java b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/TopicsInner.java index 3425c66bcb89..9b25e5d91861 100644 --- a/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/TopicsInner.java +++ b/servicebus/resource-manager/v2017_04_01/src/main/java/com/microsoft/azure/management/servicebus/v2017_04_01/implementation/TopicsInner.java @@ -784,12 +784,12 @@ private ServiceResponse> listAuthorizationRul } /** - * Creates an authorizatio rule for the specified topic. + * Creates an authorization rule for the specified topic. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server @@ -801,12 +801,12 @@ public SBAuthorizationRuleInner createOrUpdateAuthorizationRule(String resourceG } /** - * Creates an authorizatio rule for the specified topic. + * Creates an authorization rule for the specified topic. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -817,12 +817,12 @@ public ServiceFuture createOrUpdateAuthorizationRuleAs } /** - * Creates an authorizatio rule for the specified topic. + * Creates an authorization rule for the specified topic. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object @@ -837,12 +837,12 @@ public SBAuthorizationRuleInner call(ServiceResponse r } /** - * Creates an authorizatio rule for the specified topic. + * Creates an authorization rule for the specified topic. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param rights The rights associated with the rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object @@ -899,7 +899,7 @@ private ServiceResponse createOrUpdateAuthorizationRul * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -915,7 +915,7 @@ public SBAuthorizationRuleInner getAuthorizationRule(String resourceGroupName, S * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -930,7 +930,7 @@ public ServiceFuture getAuthorizationRuleAsync(String * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object */ @@ -949,7 +949,7 @@ public SBAuthorizationRuleInner call(ServiceResponse r * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the SBAuthorizationRuleInner object */ @@ -999,7 +999,7 @@ private ServiceResponse getAuthorizationRuleDelegate(R * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -1014,7 +1014,7 @@ public void deleteAuthorizationRule(String resourceGroupName, String namespaceNa * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -1029,7 +1029,7 @@ public ServiceFuture deleteAuthorizationRuleAsync(String resourceGroupName * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -1048,7 +1048,7 @@ public Void call(ServiceResponse response) { * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -1099,7 +1099,7 @@ private ServiceResponse deleteAuthorizationRuleDelegate(Response listKeysAsync(String resourceGroupName, St * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object */ @@ -1149,7 +1149,7 @@ public AccessKeysInner call(ServiceResponse response) { * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object */ @@ -1199,7 +1199,7 @@ private ServiceResponse listKeysDelegate(Response * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server @@ -1216,7 +1216,7 @@ public AccessKeysInner regenerateKeys(String resourceGroupName, String namespace * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -1232,7 +1232,7 @@ public ServiceFuture regenerateKeysAsync(String resourceGroupNa * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object @@ -1252,7 +1252,7 @@ public AccessKeysInner call(ServiceResponse response) { * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param namespaceName The namespace name * @param topicName The topic name. - * @param authorizationRuleName The authorizationrule name. + * @param authorizationRuleName The authorization rule name. * @param parameters Parameters supplied to regenerate the authorization rule. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the AccessKeysInner object