Skip to content

Commit

Permalink
Swagger Correctness BigDataPool (#22303)
Browse files Browse the repository at this point in the history
* Swagger Correctness BigDataPool

* WorkspaceAadAdmins 2021-06-01-preview update

* Resolve Model Validaiton Error
  • Loading branch information
sparatala authored Feb 2, 2023
1 parent 3d7a384 commit c43ca61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@
"cacheSize": {
"type": "integer",
"format": "int32",
"description": "The cache size"
"description": "The cache size",
"readOnly": true
},
"dynamicExecutorAllocation": {
"$ref": "#/definitions/DynamicExecutorAllocation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@
"cacheSize": {
"type": "integer",
"format": "int32",
"description": "The cache size"
"description": "The cache size",
"readOnly": true
},
"dynamicExecutorAllocation": {
"$ref": "#/definitions/DynamicExecutorAllocation",
Expand Down Expand Up @@ -576,22 +577,12 @@
"minExecutors": {
"type": "integer",
"format": "int32",
"description": "The minimum number of executors alloted",
"x-ms-mutability": [
"create",
"read",
"update"
]
"description": "The minimum number of executors alloted"
},
"maxExecutors": {
"type": "integer",
"format": "int32",
"description": "The maximum number of executors alloted",
"x-ms-mutability": [
"create",
"read",
"update"
]
"description": "The maximum number of executors alloted"
}
}
},
Expand Down

0 comments on commit c43ca61

Please sign in to comment.