Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR servicebus/resource-manager] typo: servicebus/resource-manager/Microsoft.ServiceBus #2792

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
*/
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.
*/
@JsonProperty(value = "name", required = true)
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
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public interface Namespaces extends SupportsCreating<NamespaceResource.Definitio
/**
* 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 for the request
*/
Expand All @@ -45,7 +45,7 @@ public interface Namespaces extends SupportsCreating<NamespaceResource.Definitio
*
* @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 for the request
*/
Expand All @@ -66,7 +66,7 @@ public interface Namespaces extends SupportsCreating<NamespaceResource.Definitio
*
* @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 for the request
*/
Expand All @@ -77,7 +77,7 @@ public interface Namespaces extends SupportsCreating<NamespaceResource.Definitio
*
* @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 for the request
*/
Expand All @@ -88,7 +88,7 @@ public interface Namespaces extends SupportsCreating<NamespaceResource.Definitio
*
* @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 for the request
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public interface Queues extends SupportsCreating<QueueResource.DefinitionStages.
* @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
*/
Expand All @@ -87,7 +87,7 @@ public interface Queues extends SupportsCreating<QueueResource.DefinitionStages.
* @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
*/
Expand All @@ -99,7 +99,7 @@ public interface Queues extends SupportsCreating<QueueResource.DefinitionStages.
* @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
*/
Expand All @@ -111,7 +111,7 @@ public interface Queues extends SupportsCreating<QueueResource.DefinitionStages.
* @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
*/
Expand All @@ -123,7 +123,7 @@ public interface Queues extends SupportsCreating<QueueResource.DefinitionStages.
* @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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public interface Topics extends SupportsCreating<TopicResource.DefinitionStages.
* @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
*/
Expand All @@ -87,7 +87,7 @@ public interface Topics extends SupportsCreating<TopicResource.DefinitionStages.
* @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
*/
Expand All @@ -99,7 +99,7 @@ public interface Topics extends SupportsCreating<TopicResource.DefinitionStages.
* @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
*/
Expand All @@ -111,7 +111,7 @@ public interface Topics extends SupportsCreating<TopicResource.DefinitionStages.
* @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
*/
Expand All @@ -123,7 +123,7 @@ public interface Topics extends SupportsCreating<TopicResource.DefinitionStages.
* @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
*/
Expand Down
Loading