Skip to content

Commit c944ef2

Browse files
author
msftbot[bot]
authored
[ReleasePR eventhub] Service Bus and EventHub : 2021-06-01-preview - Added optional Properties (#1873)
Create to sync Azure/azure-rest-api-specs#15233 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/eventhub?expand=1)
2 parents ff35b92 + 86cea55 commit c944ef2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

schemas/2021-06-01-preview/Microsoft.EventHub.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,7 @@
496496
"intervalInSeconds": {
497497
"oneOf": [
498498
{
499-
"type": "integer",
500-
"minimum": 60,
501-
"maximum": 900
499+
"type": "integer"
502500
},
503501
{
504502
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -509,9 +507,7 @@
509507
"sizeLimitInBytes": {
510508
"oneOf": [
511509
{
512-
"type": "integer",
513-
"minimum": 10485760,
514-
"maximum": 524288000
510+
"type": "integer"
515511
},
516512
{
517513
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -663,9 +659,7 @@
663659
"maximumThroughputUnits": {
664660
"oneOf": [
665661
{
666-
"type": "integer",
667-
"minimum": 0,
668-
"maximum": 20
662+
"type": "integer"
669663
},
670664
{
671665
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)