Skip to content

Commit

Permalink
Update BigDataPools_Get properties to x-ms-mutability (#20540)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparatala authored Sep 2, 2022
1 parent c077992 commit f8cc22c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 8 deletions.
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

0 comments on commit f8cc22c

Please sign in to comment.