Skip to content

Commit

Permalink
Revert "remove messaging plan from namespace (Azure#2807)"
Browse files Browse the repository at this point in the history
This reverts commit b5e8859.
  • Loading branch information
Ajit Maruti Navasare (MINDTREE LIMITED) committed Apr 9, 2018
1 parent 88240d8 commit 70c95b8
Showing 1 changed file with 76 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,38 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/AuthorizationRules": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/messagingplan": {
"get": {
"tags": [
"MessagingPlan"
],
"operationId": "MessagingPlan_Get",
"description": "Gets a description for the specified namespace.",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
},
{
"$ref": "#/parameters/namespaceNameParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
],
"responses": {
"200": {
"description": "Messaging Plan successfully returned.",
"schema": {
"$ref": "#/definitions/MessagingPlan"
}
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/AuthorizationRules": {
"get": {
"tags": [
"Namespaces"
Expand Down Expand Up @@ -1764,7 +1795,7 @@
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/sku/{sku}/regions": {
"/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/sku/{sku}/regions": {
"get": {
"tags": [
"Regions"
Expand Down Expand Up @@ -2463,7 +2494,7 @@
},
"description": "The result of the List Alias(Disaster Recovery configuration) operation."
},
"MessagingRegions": {
"MessagingRegions": {
"properties": {
"properties": {
"properties": {
Expand Down Expand Up @@ -2503,6 +2534,47 @@
}
},
"description": "The response of the List MessagingRegions operation."
},
"MessagingPlanproperties": {
"properties": {
"sku": {
"format": "int32",
"type": "integer",
"description": "Sku type"
},
"selectedEventHubUnit": {
"format": "int32",
"type": "integer",
"description": "Selected event hub unit"
},
"updatedAt": {
"type": "string",
"format": "date-time",
"readOnly": true,
"description": "The exact time the messaging plan was updated."
},
"revision": {
"format": "int64",
"type": "integer",
"description": "revision number"
}
},
"description": "Messaging Region"
},
"MessagingPlan": {
"type": "object",
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/MessagingPlanproperties"
}
},
"allOf": [
{
"$ref": "#/definitions/TrackedResource"
}
],
"description": "Messaging"
}
},
"parameters": {
Expand Down Expand Up @@ -2578,7 +2650,7 @@
"x-ms-parameter-location": "method",
"description": "The consumer group name"
},
"skuNameParameter": {
"skuNameParameter": {
"name": "sku",
"in": "path",
"required": true,
Expand Down

0 comments on commit 70c95b8

Please sign in to comment.