File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
specification/synapse/resource-manager/Microsoft.Synapse
preview/2021-06-01-preview Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 433
433
"cacheSize" : {
434
434
"type" : " integer" ,
435
435
"format" : " int32" ,
436
- "description" : " The cache size"
436
+ "description" : " The cache size" ,
437
+ "readOnly" : true
437
438
},
438
439
"dynamicExecutorAllocation" : {
439
440
"$ref" : " #/definitions/DynamicExecutorAllocation" ,
Original file line number Diff line number Diff line change 433
433
"cacheSize" : {
434
434
"type" : " integer" ,
435
435
"format" : " int32" ,
436
- "description" : " The cache size"
436
+ "description" : " The cache size" ,
437
+ "readOnly" : true
437
438
},
438
439
"dynamicExecutorAllocation" : {
439
440
"$ref" : " #/definitions/DynamicExecutorAllocation" ,
576
577
"minExecutors" : {
577
578
"type" : " integer" ,
578
579
"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"
585
581
},
586
582
"maxExecutors" : {
587
583
"type" : " integer" ,
588
584
"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"
595
586
}
596
587
}
597
588
},
You can’t perform that action at this time.
0 commit comments