Skip to content

Commit 8cd9334

Browse files
author
msftbot[bot]
authored
[ReleasePR healthcareapis] Removed maximum constraint for offerthroughput (#2450)
Create to sync Azure/azure-rest-api-specs#19537 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/healthcareapis?expand=1)
2 parents bddb999 + 9c3f648 commit 8cd9334

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

schemas/2019-09-16/Microsoft.HealthcareApis.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@
245245
"oneOf": [
246246
{
247247
"type": "integer",
248-
"minimum": 400,
249-
"maximum": 10000
248+
"minimum": 400
250249
},
251250
{
252251
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2020-03-15/Microsoft.HealthcareApis.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@
249249
"oneOf": [
250250
{
251251
"type": "integer",
252-
"minimum": 400,
253-
"maximum": 10000
252+
"minimum": 400
254253
},
255254
{
256255
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2020-03-30/Microsoft.HealthcareApis.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,7 @@
377377
"oneOf": [
378378
{
379379
"type": "integer",
380-
"minimum": 400,
381-
"maximum": 10000
380+
"minimum": 400
382381
},
383382
{
384383
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2021-01-11/Microsoft.HealthcareApis.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,7 @@
408408
"oneOf": [
409409
{
410410
"type": "integer",
411-
"minimum": 400,
412-
"maximum": 10000
411+
"minimum": 400
413412
},
414413
{
415414
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2021-11-01/Microsoft.HealthcareApis.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,8 +1442,7 @@
14421442
"oneOf": [
14431443
{
14441444
"type": "integer",
1445-
"minimum": 400,
1446-
"maximum": 10000
1445+
"minimum": 400
14471446
},
14481447
{
14491448
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2022-05-15/Microsoft.HealthcareApis.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,8 +1525,7 @@
15251525
"oneOf": [
15261526
{
15271527
"type": "integer",
1528-
"minimum": 400,
1529-
"maximum": 10000
1528+
"minimum": 400
15301529
},
15311530
{
15321531
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)