Skip to content

Commit c0b1ba7

Browse files
author
SDKAuto
committed
CodeGen from PR 19556 in Azure/azure-rest-api-specs
Merge 93b96fd2e9b0968bba46009c8395f6f95ab1d835 into d0188b838d6d338a688707c714803fdb3c1384ec
1 parent 82a50b9 commit c0b1ba7

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

schemas/2020-03-01-preview/Microsoft.StreamAnalytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
{
155155
"type": "integer",
156156
"minimum": 36,
157-
"maximum": 216
157+
"maximum": 396
158158
},
159159
{
160160
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2020-03-01/Microsoft.StreamAnalytics.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@
12721272
{
12731273
"type": "integer",
12741274
"minimum": 36,
1275-
"maximum": 216
1275+
"maximum": 396
12761276
},
12771277
{
12781278
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -3065,7 +3065,8 @@
30653065
"streamingUnits": {
30663066
"oneOf": [
30673067
{
3068-
"type": "integer"
3068+
"type": "integer",
3069+
"default": "3"
30693070
},
30703071
{
30713072
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -880,9 +880,7 @@
880880
"enum": [
881881
"Static",
882882
"RefreshPeriodicallyWithFull",
883-
"RefreshPeriodicallyWithDelta",
884-
"Blocking",
885-
"Nonblocking"
883+
"RefreshPeriodicallyWithDelta"
886884
]
887885
},
888886
{
@@ -2944,9 +2942,6 @@
29442942
{
29452943
"type": "string",
29462944
"enum": [
2947-
"Static",
2948-
"RefreshPeriodicallyWithFull",
2949-
"RefreshPeriodicallyWithDelta",
29502945
"Blocking",
29512946
"Nonblocking"
29522947
]
@@ -3693,7 +3688,8 @@
36933688
"streamingUnits": {
36943689
"oneOf": [
36953690
{
3696-
"type": "integer"
3691+
"type": "integer",
3692+
"default": "3"
36973693
},
36983694
{
36993695
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)