Skip to content

Commit

Permalink
add new sql pool resource properties (Azure#12977)
Browse files Browse the repository at this point in the history
  • Loading branch information
chzachar authored and mkarmark committed Jul 20, 2021
1 parent fb5fc97 commit 6dc2401
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,19 @@
"description": "The requested service level objective name of the sql pool.",
"type": "string",
"readOnly": true
},
"maxServiceObjectiveName": {
"description": "The max service level objective name of the sql pool.",
"type": "string"
},
"autoPauseTimer": {
"format": "int32",
"description": "The period of inactivity in minutes before automatically pausing the sql pool.",
"type": "integer"
},
"autoResume": {
"description": "Indicates whether the sql pool can automatically resume when connection attempts are made.",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 6dc2401

Please sign in to comment.