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

typo: eventhub/resource-manager/Microsoft.EventHub/EventHub #4553

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 @@ -410,7 +410,7 @@
}
},
"200": {
"description": "Namespace successfuly created.",
"description": "Namespace successfully created.",
"schema": {
"$ref": "#/definitions/EHNamespace"
}
Expand Down Expand Up @@ -453,7 +453,7 @@
"description": "No content."
},
"200": {
"description": "Namespace successfuly deleted."
"description": "Namespace successfully deleted."
},
"202": {
"description": "Namespace delete request accepted."
Expand Down Expand Up @@ -546,7 +546,7 @@
}
},
"200": {
"description": "Namespace successfuly updated.",
"description": "Namespace successfully updated.",
"schema": {
"$ref": "#/definitions/EHNamespace"
}
Expand Down Expand Up @@ -1158,7 +1158,7 @@
"type": "integer",
"maximum": 20,
"minimum": 0,
"description": "Upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)"
"description": "Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)"
},
"kafkaEnabled": {
"type": "boolean",
Expand Down Expand Up @@ -1210,7 +1210,7 @@
"maximum": 20,
"minimum": 0,
"type": "integer",
"description": "The Event Hubs throughput units, vaule should be 0 to 20 throughput units."
"description": "The Event Hubs throughput units, value should be 0 to 20 throughput units."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
}
},
"200": {
"description": "Namespace successfuly created.",
"description": "Namespace successfully created.",
"schema": {
"$ref": "#/definitions/NamespaceResource"
}
Expand Down Expand Up @@ -260,7 +260,7 @@
"description": "No content."
},
"200": {
"description": "Namespace successfuly deleted."
"description": "Namespace successfully deleted."
},
"202": {
"description": "Namespace delete request accepted."
Expand Down Expand Up @@ -340,7 +340,7 @@
}
},
"200": {
"description": "Namespace successfuly updated.",
"description": "Namespace successfully updated.",
"schema": {
"$ref": "#/definitions/NamespaceResource"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
}
},
"200": {
"description": "Namespace successfuly created.",
"description": "Namespace successfully created.",
"schema": {
"$ref": "#/definitions/NamespaceResource"
}
Expand Down Expand Up @@ -244,7 +244,7 @@
"description": "No content."
},
"200": {
"description": "Namespace successfuly deleted."
"description": "Namespace successfully deleted."
},
"202": {
"description": "Namespace delete request accepted."
Expand Down Expand Up @@ -330,7 +330,7 @@
}
},
"200": {
"description": "Namespace successfuly updated.",
"description": "Namespace successfully updated.",
"schema": {
"$ref": "#/definitions/NamespaceResource"
}
Expand All @@ -348,7 +348,7 @@
],
"operationId": "Namespaces_ListAuthorizationRules",
"x-ms-examples": {
"ListAuthorizationRules": { "$ref": "./examples/EHNameSpaceAutorizationRuleListAll.json" }
"ListAuthorizationRules": { "$ref": "./examples/EHNameSpaceAuthorizationRuleListAll.json" }
},
"description": "Gets a list of authorization rules for a Namespace.",
"parameters": [
Expand Down Expand Up @@ -429,7 +429,7 @@
],
"operationId": "Namespaces_DeleteAuthorizationRule",
"x-ms-examples": {
"NameSpaceAutorizationRuleDelete": { "$ref": "./examples/EHNameSpaceAutorizationRuleDelete.json" }
"NameSpaceAuthorizationRuleDelete": { "$ref": "./examples/EHNameSpaceAuthorizationRuleDelete.json" }
},
"description": "Deletes an AuthorizationRule for a Namespace.",
"parameters": [
Expand Down Expand Up @@ -464,7 +464,7 @@
],
"operationId": "Namespaces_GetAuthorizationRule",
"x-ms-examples": {
"NameSpaceAutorizationRuleGet": { "$ref": "./examples/EHNameSpaceAutorizationRuleGet.json" }
"NameSpaceAuthorizationRuleGet": { "$ref": "./examples/EHNameSpaceAuthorizationRuleGet.json" }
},
"description": "Gets an AuthorizationRule for a Namespace by rule name.",
"parameters": [
Expand Down Expand Up @@ -538,7 +538,7 @@
],
"operationId": "Namespaces_RegenerateKeys",
"x-ms-examples": {
"NameSpaceAuthorizationRuleRegenrateKey": { "$ref": "./examples/EHNameSpaceAuthorizationRuleRegenrateKey.json" }
"NameSpaceAuthorizationRuleRegenerateKey": { "$ref": "./examples/EHNameSpaceAuthorizationRuleRegenerateKey.json" }
},
"description": "Regenerates the primary or secondary connection strings for the specified Namespace.",
"parameters": [
Expand Down Expand Up @@ -749,7 +749,7 @@
],
"operationId": "EventHubs_ListAuthorizationRules",
"x-ms-examples": {
"EventHubAutorizationRuleListAll": { "$ref": "./examples/EHEventHubAutorizationRuleListAll.json" }
"EventHubAuthorizationRuleListAll": { "$ref": "./examples/EHEventHubAuthorizationRuleListAll.json" }
},
"description": "Gets the authorization rules for an Event Hub.",
"parameters": [
Expand Down Expand Up @@ -839,7 +839,7 @@
],
"operationId": "EventHubs_GetAuthorizationRule",
"x-ms-examples": {
"EventHubAutorizationRuleGet": { "$ref": "./examples/EHEventHubAutorizationRuleGet.json" }
"EventHubAuthorizationRuleGet": { "$ref": "./examples/EHEventHubAuthorizationRuleGet.json" }
},
"description": "Gets an AuthorizationRule for an Event Hub by rule name.",
"externalDocs": {
Expand Down Expand Up @@ -880,7 +880,7 @@
],
"operationId": "EventHubs_PosttAuthorizationRule",
"x-ms-examples": {
"EventHubAutorizationRuleGet": { "$ref": "./examples/EHEventHubAutorizationRuleGet.json" }
"EventHubAuthorizationRuleGet": { "$ref": "./examples/EHEventHubAuthorizationRuleGet.json" }
},
"description": "Gets an AuthorizationRule for an Event Hub by rule name.",
"externalDocs": {
Expand Down Expand Up @@ -921,7 +921,7 @@
],
"operationId": "EventHubs_DeleteAuthorizationRule",
"x-ms-examples": {
"EventHubAutorizationRuleDelete": { "$ref": "./examples/EHEventHubAutorizationRuleDelete.json" }
"EventHubAuthorizationRuleDelete": { "$ref": "./examples/EHEventHubAuthorizationRuleDelete.json" }
},
"description": "Deletes an Event Hub AuthorizationRule.",
"externalDocs": {
Expand Down Expand Up @@ -1007,7 +1007,7 @@
],
"operationId": "EventHubs_RegenerateKeys",
"x-ms-examples": {
"EventHubAuthorizationRuleRegenrateKey": { "$ref": "./examples/EHEventHubAuthorizationRuleRegenrateKey.json" }
"EventHubAuthorizationRuleRegenerateKey": { "$ref": "./examples/EHEventHubAuthorizationRuleRegenerateKey.json" }
},
"description": "Regenerates the ACS and SAS connection strings for the Event Hub.",
"externalDocs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
}
},
"200": {
"description": "Namespace successfuly created.",
"description": "Namespace successfully created.",
"schema": {
"$ref": "#/definitions/EHNamespace"
}
Expand Down Expand Up @@ -277,7 +277,7 @@
"description": "No content."
},
"200": {
"description": "Namespace successfuly deleted."
"description": "Namespace successfully deleted."
},
"202": {
"description": "Namespace delete request accepted."
Expand Down Expand Up @@ -375,7 +375,7 @@
}
},
"200": {
"description": "Namespace successfuly updated.",
"description": "Namespace successfully updated.",
"schema": {
"$ref": "#/definitions/EHNamespace"
}
Expand All @@ -399,7 +399,7 @@
],
"operationId": "Namespaces_GetMessagingPlan",
"x-ms-examples": {
"GetNamespaceMessagingPlan": { "$ref": "./examples/NameSpaces/EHNameSpaceGetMessagningPlan.json" }
"GetNamespaceMessagingPlan": { "$ref": "./examples/NameSpaces/EHNameSpaceGetMessagingPlan.json" }
},
"description": "Gets messaging plan for specified namespace.",
"parameters": [
Expand Down Expand Up @@ -439,7 +439,7 @@
],
"operationId": "Namespaces_ListAuthorizationRules",
"x-ms-examples": {
"ListAuthorizationRules": { "$ref": "./examples/NameSpaces/EHNameSpaceAutorizationRuleListAll.json" }
"ListAuthorizationRules": { "$ref": "./examples/NameSpaces/EHNameSpaceAuthorizationRuleListAll.json" }
},
"description": "Gets a list of authorization rules for a Namespace.",
"parameters": [
Expand Down Expand Up @@ -532,7 +532,7 @@
],
"operationId": "Namespaces_DeleteAuthorizationRule",
"x-ms-examples": {
"NameSpaceAutorizationRuleDelete": { "$ref": "./examples/NameSpaces/EHNameSpaceAutorizationRuleDelete.json" }
"NameSpaceAuthorizationRuleDelete": { "$ref": "./examples/NameSpaces/EHNameSpaceAuthorizationRuleDelete.json" }
},
"description": "Deletes an AuthorizationRule for a Namespace.",
"parameters": [
Expand Down Expand Up @@ -573,7 +573,7 @@
],
"operationId": "Namespaces_GetAuthorizationRule",
"x-ms-examples": {
"NameSpaceAutorizationRuleGet": { "$ref": "./examples/NameSpaces/EHNameSpaceAutorizationRuleGet.json" }
"NameSpaceAuthorizationRuleGet": { "$ref": "./examples/NameSpaces/EHNameSpaceAuthorizationRuleGet.json" }
},
"description": "Gets an AuthorizationRule for a Namespace by rule name.",
"parameters": [
Expand Down Expand Up @@ -659,7 +659,7 @@
],
"operationId": "Namespaces_RegenerateKeys",
"x-ms-examples": {
"NameSpaceAuthorizationRuleRegenrateKey": { "$ref": "./examples/NameSpaces/EHNameSpaceAuthorizationRuleRegenrateKey.json" }
"NameSpaceAuthorizationRuleRegenerateKey": { "$ref": "./examples/NameSpaces/EHNameSpaceAuthorizationRuleRegenerateKey.json" }
},
"description": "Regenerates the primary or secondary connection strings for the specified Namespace.",
"parameters": [
Expand Down Expand Up @@ -979,7 +979,7 @@
"x-ms-examples": {
"EHAliasFailOver": { "$ref": "./examples/disasterRecoveryConfigs/EHAliasFailOver.json" }
},
"description": "envokes GEO DR failover and reconfigure the alias to point to the secondary namespace",
"description": "Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace",
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
Expand Down Expand Up @@ -1017,7 +1017,7 @@
],
"operationId": "DisasterRecoveryConfigs_ListAuthorizationRules",
"x-ms-examples": {
"ListAuthorizationRules": { "$ref": "./examples/disasterRecoveryConfigs/EHAliasAutorizationRuleListAll.json" }
"ListAuthorizationRules": { "$ref": "./examples/disasterRecoveryConfigs/EHAliasAuthorizationRuleListAll.json" }
},
"description": "Gets a list of authorization rules for a Namespace.",
"parameters": [
Expand Down Expand Up @@ -1063,7 +1063,7 @@
],
"operationId": "DisasterRecoveryConfigs_GetAuthorizationRule",
"x-ms-examples": {
"NameSpaceAutorizationRuleGet": { "$ref": "./examples/disasterRecoveryConfigs/EHAliasAutorizationRuleGet.json" }
"NameSpaceAuthorizationRuleGet": { "$ref": "./examples/disasterRecoveryConfigs/EHAliasAuthorizationRuleGet.json" }
},
"description": "Gets an AuthorizationRule for a Namespace by rule name.",
"parameters": [
Expand Down Expand Up @@ -1338,7 +1338,7 @@
],
"operationId": "EventHubs_ListAuthorizationRules",
"x-ms-examples": {
"EventHubAutorizationRuleListAll": { "$ref": "./examples/EventHubs/EHEventHubAutorizationRuleListAll.json" }
"EventHubAuthorizationRuleListAll": { "$ref": "./examples/EventHubs/EHEventHubAuthorizationRuleListAll.json" }
},
"description": "Gets the authorization rules for an Event Hub.",
"parameters": [
Expand Down Expand Up @@ -1437,7 +1437,7 @@
],
"operationId": "EventHubs_GetAuthorizationRule",
"x-ms-examples": {
"EventHubAutorizationRuleGet": { "$ref": "./examples/EventHubs/EHEventHubAutorizationRuleGet.json" }
"EventHubAuthorizationRuleGet": { "$ref": "./examples/EventHubs/EHEventHubAuthorizationRuleGet.json" }
},
"description": "Gets an AuthorizationRule for an Event Hub by rule name.",
"parameters": [
Expand Down Expand Up @@ -1481,7 +1481,7 @@
],
"operationId": "EventHubs_DeleteAuthorizationRule",
"x-ms-examples": {
"EventHubAutorizationRuleDelete": { "$ref": "./examples/EventHubs/EHEventHubAutorizationRuleDelete.json" }
"EventHubAuthorizationRuleDelete": { "$ref": "./examples/EventHubs/EHEventHubAuthorizationRuleDelete.json" }
},
"description": "Deletes an Event Hub AuthorizationRule.",
"parameters": [
Expand Down Expand Up @@ -1573,7 +1573,7 @@
],
"operationId": "EventHubs_RegenerateKeys",
"x-ms-examples": {
"EventHubAuthorizationRuleRegenrateKey": { "$ref": "./examples/EventHubs/EHEventHubAuthorizationRuleRegenrateKey.json" }
"EventHubAuthorizationRuleRegenerateKey": { "$ref": "./examples/EventHubs/EHEventHubAuthorizationRuleRegenerateKey.json" }
},
"description": "Regenerates the ACS and SAS connection strings for the Event Hub.",
"parameters": [
Expand Down Expand Up @@ -1971,7 +1971,7 @@
"type": "integer",
"maximum": 20,
"minimum": 0,
"description": "Upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)"
"description": "Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)"
},
"kafkaEnabled": {
"type": "boolean",
Expand Down Expand Up @@ -2020,7 +2020,7 @@
"maximum": 20,
"minimum": 0,
"type": "integer",
"description": "The Event Hubs throughput units, vaule should be 0 to 20 throughput units."
"description": "The Event Hubs throughput units, value should be 0 to 20 throughput units."
}
},
"required": [
Expand Down Expand Up @@ -2141,7 +2141,7 @@
"required": [
"keyType"
],
"description": "Parameters supplied to the Regenerate Authorization Rule operation, specifies which key neeeds to be reset."
"description": "Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset."
},
"Eventhub": {
"properties": {
Expand Down Expand Up @@ -2276,7 +2276,7 @@
"description": "Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order"
}
},
"description": "Properties describing the storage account, blob container and acrchive anme format for capture destination"
"description": "Properties describing the storage account, blob container and archive name format for capture destination"
}
},
"description": "Capture storage details for capture description"
Expand Down Expand Up @@ -2316,7 +2316,7 @@
},
"userMetadata": {
"type": "string",
"description": "Usermetadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored."
"description": "User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored."
}
},
"description": "Single item in List or Get Consumer group operation"
Expand Down Expand Up @@ -2441,7 +2441,7 @@
}
},
"ErrorResponse": {
"description": "Error reponse indicates EventHub service is not able to process the incoming request. The reason is provided in the error message.",
"description": "Error response indicates EventHub service is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"code": {
Expand Down Expand Up @@ -2475,7 +2475,7 @@
},
"partnerNamespace": {
"type": "string",
"description": "ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairning"
"description": "ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing"
},
"alternateName": {
"type": "string",
Expand Down