From 6b73d7526adabe56a8029d8d100db8a22d391364 Mon Sep 17 00:00:00 2001 From: Mikhail Shilkov Date: Wed, 11 Aug 2021 15:20:37 +0300 Subject: [PATCH] [eventhubs] Increase MaximumThroughputUnits to 40 --- .../preview/2018-01-01-preview/namespaces-preview.json | 2 +- .../preview/2021-01-01-preview/namespaces-preview.json | 2 +- .../preview/2021-06-01-preview/namespaces-preview.json | 2 +- .../Microsoft.EventHub/stable/2017-04-01/namespaces.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2018-01-01-preview/namespaces-preview.json b/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2018-01-01-preview/namespaces-preview.json index d478155de650..13617fbe3c19 100644 --- a/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2018-01-01-preview/namespaces-preview.json +++ b/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2018-01-01-preview/namespaces-preview.json @@ -653,7 +653,7 @@ "maximumThroughputUnits": { "format": "int32", "type": "integer", - "maximum": 20, + "maximum": 40, "minimum": 0, "description": "Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)" }, diff --git a/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2021-01-01-preview/namespaces-preview.json b/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2021-01-01-preview/namespaces-preview.json index 27229f88fa20..4a2cdde67e4f 100644 --- a/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2021-01-01-preview/namespaces-preview.json +++ b/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2021-01-01-preview/namespaces-preview.json @@ -652,7 +652,7 @@ "maximumThroughputUnits": { "format": "int32", "type": "integer", - "maximum": 20, + "maximum": 40, "minimum": 0, "description": "Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)" }, diff --git a/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2021-06-01-preview/namespaces-preview.json b/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2021-06-01-preview/namespaces-preview.json index 3974547f8d99..69b024b77c64 100644 --- a/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2021-06-01-preview/namespaces-preview.json +++ b/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2021-06-01-preview/namespaces-preview.json @@ -652,7 +652,7 @@ "maximumThroughputUnits": { "format": "int32", "type": "integer", - "maximum": 20, + "maximum": 40, "minimum": 0, "description": "Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)" }, diff --git a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/namespaces.json b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/namespaces.json index 455dbbeea42f..08c08d17f0da 100644 --- a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/namespaces.json +++ b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/namespaces.json @@ -470,7 +470,7 @@ "maximumThroughputUnits": { "format": "int32", "type": "integer", - "maximum": 20, + "maximum": 40, "minimum": 0, "description": "Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)" },