Skip to content

Commit c43ca61

Browse files
authored
Swagger Correctness BigDataPool (#22303)
* Swagger Correctness BigDataPool * WorkspaceAadAdmins 2021-06-01-preview update * Resolve Model Validaiton Error
1 parent 3d7a384 commit c43ca61

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/bigDataPool.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,8 @@
433433
"cacheSize": {
434434
"type": "integer",
435435
"format": "int32",
436-
"description": "The cache size"
436+
"description": "The cache size",
437+
"readOnly": true
437438
},
438439
"dynamicExecutorAllocation": {
439440
"$ref": "#/definitions/DynamicExecutorAllocation",

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/bigDataPool.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,8 @@
433433
"cacheSize": {
434434
"type": "integer",
435435
"format": "int32",
436-
"description": "The cache size"
436+
"description": "The cache size",
437+
"readOnly": true
437438
},
438439
"dynamicExecutorAllocation": {
439440
"$ref": "#/definitions/DynamicExecutorAllocation",
@@ -576,22 +577,12 @@
576577
"minExecutors": {
577578
"type": "integer",
578579
"format": "int32",
579-
"description": "The minimum number of executors alloted",
580-
"x-ms-mutability": [
581-
"create",
582-
"read",
583-
"update"
584-
]
580+
"description": "The minimum number of executors alloted"
585581
},
586582
"maxExecutors": {
587583
"type": "integer",
588584
"format": "int32",
589-
"description": "The maximum number of executors alloted",
590-
"x-ms-mutability": [
591-
"create",
592-
"read",
593-
"update"
594-
]
585+
"description": "The maximum number of executors alloted"
595586
}
596587
}
597588
},

0 commit comments

Comments
 (0)