Skip to content
Merged
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 @@ -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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding new properties is a breaking change and requires new api version

"type": "number"
}
}
},
Expand Down