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

EventHub: removed messaging plan from namespace #2807

Merged
merged 1 commit into from
Apr 4, 2018
Merged
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 @@ -392,38 +392,7 @@
}
}
},
"/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": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/AuthorizationRules": {
"get": {
"tags": [
"Namespaces"
Expand Down Expand Up @@ -1795,7 +1764,7 @@
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/sku/{sku}/regions": {
"/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/sku/{sku}/regions": {
"get": {
"tags": [
"Regions"
Expand Down Expand Up @@ -2494,7 +2463,7 @@
},
"description": "The result of the List Alias(Disaster Recovery configuration) operation."
},
"MessagingRegions": {
"MessagingRegions": {
"properties": {
"properties": {
"properties": {
Expand Down Expand Up @@ -2534,47 +2503,6 @@
}
},
"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 @@ -2650,7 +2578,7 @@
"x-ms-parameter-location": "method",
"description": "The consumer group name"
},
"skuNameParameter": {
"skuNameParameter": {
"name": "sku",
"in": "path",
"required": true,
Expand Down