Skip to content

Commit

Permalink
[ReleasePR eventhub] Service Bus and EventHub : 2021-06-01-preview - …
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Aug 31, 2021
2 parents ff35b92 + 86cea55 commit c944ef2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions schemas/2021-06-01-preview/Microsoft.EventHub.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,7 @@
"intervalInSeconds": {
"oneOf": [
{
"type": "integer",
"minimum": 60,
"maximum": 900
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -509,9 +507,7 @@
"sizeLimitInBytes": {
"oneOf": [
{
"type": "integer",
"minimum": 10485760,
"maximum": 524288000
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -663,9 +659,7 @@
"maximumThroughputUnits": {
"oneOf": [
{
"type": "integer",
"minimum": 0,
"maximum": 20
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down

0 comments on commit c944ef2

Please sign in to comment.