Skip to content

Commit

Permalink
CodeGen from PR 20147 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
swagger correctness (#20147)

* swagger correctness

* Resolved review comments
  • Loading branch information
SDKAuto committed Aug 23, 2022
1 parent c67150d commit 2c882fb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
11 changes: 11 additions & 0 deletions schemas/2021-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2232,6 +2232,17 @@
],
"description": "Dynamic Executor Allocation Properties"
},
"isAutotuneEnabled": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Whether autotune is required or not."
},
"isComputeIsolationEnabled": {
"oneOf": [
{
Expand Down
16 changes: 16 additions & 0 deletions schemas/2021-06-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -1808,6 +1808,17 @@
],
"description": "Dynamic Executor Allocation Properties"
},
"isAutotuneEnabled": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Whether autotune is required or not."
},
"isComputeIsolationEnabled": {
"oneOf": [
{
Expand Down Expand Up @@ -3114,6 +3125,11 @@
"type": {
"type": "string",
"description": "Type of the library."
},
"uploadedTimestamp": {
"type": "string",
"format": "date-time",
"description": "The last update time of the library."
}
},
"description": "Library/package information of a Big Data pool powered by Apache Spark"
Expand Down

0 comments on commit 2c882fb

Please sign in to comment.