Skip to content

Commit

Permalink
Sqldb serverless (#5760)
Browse files Browse the repository at this point in the history
* Add auto pause delay param to 2017-01-01-preview get/database

* Add minCapacity param to 2017-01-01-preview database
  • Loading branch information
mykolian authored and veronicagg committed Apr 25, 2019
1 parent 04f162b commit 668e107
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,16 @@
"$ref": "../../../common/v1/types.json#/definitions/Sku",
"description": "The name and tier of the SKU.",
"readOnly": true
},
"autoPauseDelay": {
"format": "int32",
"description": "Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled",
"type": "integer"
},
"minCapacity": {
"format": "double",
"description": "Minimal capacity that database will always have allocated, if not paused",
"type": "number"
}
}
},
Expand Down

0 comments on commit 668e107

Please sign in to comment.