Skip to content

Commit

Permalink
typo: servicebus/resource-manager/Microsoft.ServiceBus
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
nschonni committed Jan 16, 2019
1 parent aa18874 commit 3648a17
Show file tree
Hide file tree
Showing 32 changed files with 57 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@
"properties": {
"sku": {
"$ref": "#/definitions/SBSku",
"description": "Porperties of Sku"
"description": "Properties of SKU"
},
"properties": {
"x-ms-client-flatten": true,
Expand All @@ -936,7 +936,7 @@
"properties": {
"sku": {
"$ref": "#/definitions/SBSku",
"description": "Porperties of Sku"
"description": "Properties of SKU"
},
"properties": {
"x-ms-client-flatten": true,
Expand Down Expand Up @@ -1077,7 +1077,7 @@
}
},
"ErrorResponse": {
"description": "Error reponse indicates ServiceBus service is not able to process the incoming request. The reason is provided in the error message.",
"description": "Error response indicates ServiceBus service is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"code": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@
"Topics"
],
"operationId": "Topics_CreateOrUpdateAuthorizationRule",
"description": "Creates an authorizatio rule for the specified topic.",
"description": "Creates an authorization rule for the specified topic.",
"externalDocs": {
"url": "https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx"
},
Expand Down Expand Up @@ -2319,7 +2319,7 @@
"description": "The exact time the message was updated."
}
},
"description": "The Tpoic Properties definition."
"description": "The Topic Properties definition."
},
"SubscriptionCreateOrUpdateParameters": {
"properties": {
Expand Down Expand Up @@ -2503,7 +2503,7 @@
"properties": {
"name": {
"type": "string",
"description": "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."
"description": "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."
}
},
"required": [
Expand Down Expand Up @@ -2663,7 +2663,7 @@
"minLength": 1,
"maxLength": 50,
"x-ms-parameter-location": "method",
"description": "The authorizationrule name."
"description": "The authorization rule name."
},
"queueNameParameter": {
"name": "queueName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
],
"operationId": "Namespaces_ListAuthorizationRules",
"x-ms-examples": {
"NameSpaceAutorizationRuleListAll": { "$ref": "./examples/SBNameSpaceAutorizationRuleListAll.json" }
"NameSpaceAuthorizationRuleListAll": { "$ref": "./examples/SBNameSpaceAuthorizationRuleListAll.json" }
},
"description": "Gets the authorization rules for a namespace.",
"externalDocs": {
Expand Down Expand Up @@ -448,7 +448,7 @@
],
"operationId": "Namespaces_DeleteAuthorizationRule",
"x-ms-examples": {
"NameSpaceAutorizationRuleDelete": { "$ref": "./examples/SBNameSpaceAutorizationRuleDelete.json" }
"NameSpaceAuthorizationRuleDelete": { "$ref": "./examples/SBNameSpaceAuthorizationRuleDelete.json" }
},
"description": "Deletes a namespace authorization rule.",
"externalDocs": {
Expand Down Expand Up @@ -486,7 +486,7 @@
],
"operationId": "Namespaces_GetAuthorizationRule",
"x-ms-examples": {
"NameSpaceAutorizationRuleGet": { "$ref": "./examples/SBNameSpaceAutorizationRuleGet.json" }
"NameSpaceAuthorizationRuleGet": { "$ref": "./examples/SBNameSpaceAuthorizationRuleGet.json" }
},
"description": "Gets an authorization rule for a namespace by rule name.",
"externalDocs": {
Expand Down Expand Up @@ -566,7 +566,7 @@
],
"operationId": "Namespaces_RegenerateKeys",
"x-ms-examples": {
"NameSpaceAuthorizationRuleRegenrateKey": { "$ref": "./examples/SBNameSpaceAuthorizationRuleRegenrateKey.json" }
"NameSpaceAuthorizationRuleRegenerateKey": { "$ref": "./examples/SBNameSpaceAuthorizationRuleRegenerateKey.json" }
},
"description": "Regenerates the primary or secondary connection strings for the namespace.",
"externalDocs": {
Expand Down Expand Up @@ -780,7 +780,7 @@
],
"operationId": "Queues_ListAuthorizationRules",
"x-ms-examples": {
"QueueAutorizationRuleListAll": { "$ref": "./examples/SBQueueAutorizationRuleListAll.json" }
"QueueAuthorizationRuleListAll": { "$ref": "./examples/SBQueueAuthorizationRuleListAll.json" }
},
"description": "Gets all authorization rules for a queue.",
"externalDocs": {
Expand Down Expand Up @@ -870,7 +870,7 @@
],
"operationId": "Queues_PostAuthorizationRule",
"x-ms-examples": {
"QueueAutorizationRuleGet": { "$ref": "./examples/SBQueueAutorizationRuleGet.json" }
"QueueAuthorizationRuleGet": { "$ref": "./examples/SBQueueAuthorizationRuleGet.json" }
},
"description": "Gets an authorization rule for a queue by rule name.",
"externalDocs": {
Expand Down Expand Up @@ -911,7 +911,7 @@
],
"operationId": "Queues_DeleteAuthorizationRule",
"x-ms-examples": {
"QueueAutorizationRuleDelete": { "$ref": "./examples/SBQueueAutorizationRuleDelete.json" }
"QueueAuthorizationRuleDelete": { "$ref": "./examples/SBQueueAuthorizationRuleDelete.json" }
},
"description": "Deletes a queue authorization rule.",
"externalDocs": {
Expand Down Expand Up @@ -952,7 +952,7 @@
],
"operationId": "Queues_GetAuthorizationRule",
"x-ms-examples": {
"QueueAutorizationRuleGet": { "$ref": "./examples/SBQueueAutorizationRuleGet.json" }
"QueueAuthorizationRuleGet": { "$ref": "./examples/SBQueueAuthorizationRuleGet.json" }
},
"description": "Gets an authorization rule for a queue by rule name.",
"externalDocs": {
Expand Down Expand Up @@ -1038,7 +1038,7 @@
],
"operationId": "Queues_RegenerateKeys",
"x-ms-examples": {
"QueueAuthorizationRuleRegenrateKey": { "$ref": "./examples/SBQueueAuthorizationRuleRegenrateKey.json" }
"QueueAuthorizationRuleRegenerateKey": { "$ref": "./examples/SBQueueAuthorizationRuleRegenerateKey.json" }
},
"description": "Regenerates the primary or secondary connection strings to the queue.",
"externalDocs": {
Expand Down Expand Up @@ -1255,7 +1255,7 @@
],
"operationId": "Topics_ListAuthorizationRules",
"x-ms-examples": {
"TopicAutorizationRuleListAll": { "$ref": "./examples/SBTopicAutorizationRuleListAll.json" }
"TopicAuthorizationRuleListAll": { "$ref": "./examples/SBTopicAuthorizationRuleListAll.json" }
},
"description": "Gets authorization rules for a topic.",
"externalDocs": {
Expand Down Expand Up @@ -1300,7 +1300,7 @@
"x-ms-examples": {
"TopicAuthorizationRuleCreate": { "$ref": "./examples/SBTopicAuthorizationRuleCreate.json" }
},
"description": "Creates an authorizatio rule for the specified topic.",
"description": "Creates an authorization rule for the specified topic.",
"externalDocs": {
"url": "https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx"
},
Expand Down Expand Up @@ -1348,7 +1348,7 @@
],
"operationId": "Topics_PostAuthorizationRule",
"x-ms-examples": {
"TopicAutorizationRuleGet": { "$ref": "./examples/SBTopicAutorizationRuleGet.json" }
"TopicAuthorizationRuleGet": { "$ref": "./examples/SBTopicAuthorizationRuleGet.json" }
},
"description": "Returns the specified authorization rule.",
"externalDocs": {
Expand Down Expand Up @@ -1389,7 +1389,7 @@
],
"operationId": "Topics_GetAuthorizationRule",
"x-ms-examples": {
"TopicAutorizationRuleGet": { "$ref": "./examples/SBTopicAutorizationRuleGet.json" }
"TopicAuthorizationRuleGet": { "$ref": "./examples/SBTopicAuthorizationRuleGet.json" }
},
"description": "Returns the specified authorization rule.",
"externalDocs": {
Expand Down Expand Up @@ -1430,7 +1430,7 @@
],
"operationId": "Topics_DeleteAuthorizationRule",
"x-ms-examples": {
"TopicAutorizationRuleDelete": { "$ref": "./examples/SBTopicAutorizationRuleDelete.json" }
"TopicAuthorizationRuleDelete": { "$ref": "./examples/SBTopicAuthorizationRuleDelete.json" }
},
"description": "Deletes a topic authorization rule.",
"externalDocs": {
Expand Down Expand Up @@ -1516,7 +1516,7 @@
],
"operationId": "Topics_RegenerateKeys",
"x-ms-examples": {
"TopicAuthorizationRuleRegenrateKey": { "$ref": "./examples/SBTopicAuthorizationRuleRegenrateKey.json" }
"TopicAuthorizationRuleRegenerateKey": { "$ref": "./examples/SBTopicAuthorizationRuleRegenerateKey.json" }
},
"description": "Regenerates primary or secondary connection strings for the topic.",
"externalDocs": {
Expand Down Expand Up @@ -2410,7 +2410,7 @@
"description": "The exact time the message was updated."
}
},
"description": "The Tpoic Properties definition."
"description": "The Topic Properties definition."
},
"SubscriptionCreateOrUpdateParameters": {
"properties": {
Expand Down Expand Up @@ -2594,7 +2594,7 @@
"properties": {
"name": {
"type": "string",
"description": "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."
"description": "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."
}
},
"required": [
Expand Down Expand Up @@ -2713,7 +2713,7 @@
"minLength": 1,
"maxLength": 50,
"x-ms-parameter-location": "method",
"description": "The authorizationrule name."
"description": "The authorization rule name."
},
"queueNameParameter": {
"name": "queueName",
Expand Down
Loading

0 comments on commit 3648a17

Please sign in to comment.