Skip to content

Commit 2678554

Browse files
authored
add new sql pool resource properties (Azure#12977)
1 parent 76b6531 commit 2678554

File tree

1 file changed

+13
-0
lines changed
  • specification/synapse/resource-manager/Microsoft.Synapse/preview/2020-04-01-preview

1 file changed

+13
-0
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/preview/2020-04-01-preview/sqlPool.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,19 @@
315315
"description": "The requested service level objective name of the sql pool.",
316316
"type": "string",
317317
"readOnly": true
318+
},
319+
"maxServiceObjectiveName": {
320+
"description": "The max service level objective name of the sql pool.",
321+
"type": "string"
322+
},
323+
"autoPauseTimer": {
324+
"format": "int32",
325+
"description": "The period of inactivity in minutes before automatically pausing the sql pool.",
326+
"type": "integer"
327+
},
328+
"autoResume": {
329+
"description": "Indicates whether the sql pool can automatically resume when connection attempts are made.",
330+
"type": "boolean"
318331
}
319332
}
320333
},

0 commit comments

Comments
 (0)