Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,11 @@
"isAutotuneEnabled": {
"type": "boolean",
"title": "Enable Autotune",
"description": "Whether autotune is required or not."
"description": "Whether autotune is required or not.",
"x-ms-mutability": [
"create",
"read"
]
},
"sessionLevelPackagesEnabled": {
"type": "boolean",
Expand Down Expand Up @@ -514,7 +518,11 @@
"minNodeCount": {
"type": "integer",
"format": "int32",
"description": "The minimum number of nodes the Big Data pool can support."
"description": "The minimum number of nodes the Big Data pool can support.",
"x-ms-mutability": [
"create",
"read"
]
},
"enabled": {
"type": "boolean",
Expand All @@ -523,7 +531,11 @@
"maxNodeCount": {
"type": "integer",
"format": "int32",
"description": "The maximum number of nodes the Big Data pool can support."
"description": "The maximum number of nodes the Big Data pool can support.",
"x-ms-mutability": [
"create",
"read"
]
}
}
},
Expand Down Expand Up @@ -613,7 +625,11 @@
"x-ms-enum": {
"name": "ConfigurationType",
"modelAsString": true
}
},
"x-ms-mutability": [
"create",
"read"
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,11 @@
"isAutotuneEnabled": {
"type": "boolean",
"title": "Enable Autotune",
"description": "Whether autotune is required or not."
"description": "Whether autotune is required or not.",
"x-ms-mutability": [
"create",
"read"
]
},
"sessionLevelPackagesEnabled": {
"type": "boolean",
Expand Down Expand Up @@ -514,7 +518,11 @@
"minNodeCount": {
"type": "integer",
"format": "int32",
"description": "The minimum number of nodes the Big Data pool can support."
"description": "The minimum number of nodes the Big Data pool can support.",
"x-ms-mutability": [
"create",
"read"
]
},
"enabled": {
"type": "boolean",
Expand All @@ -523,7 +531,11 @@
"maxNodeCount": {
"type": "integer",
"format": "int32",
"description": "The maximum number of nodes the Big Data pool can support."
"description": "The maximum number of nodes the Big Data pool can support.",
"x-ms-mutability": [
"create",
"read"
]
}
}
},
Expand Down Expand Up @@ -613,7 +625,11 @@
"x-ms-enum": {
"name": "ConfigurationType",
"modelAsString": true
}
},
"x-ms-mutability": [
"create",
"read"
]
}
}
}
Expand Down