Skip to content

Commit 43b324b

Browse files
author
msftbot[bot]
authored
2 parents 85fc39d + fbf006e commit 43b324b

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

schemas/2020-04-01-preview/Microsoft.Synapse.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,34 @@
175175
},
176176
"SqlPoolProperties": {
177177
"type": "object",
178-
"properties": {},
178+
"properties": {
179+
"autoPauseTimer": {
180+
"oneOf": [
181+
{
182+
"type": "integer"
183+
},
184+
{
185+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
186+
}
187+
],
188+
"description": "The period of inactivity in minutes before automatically pausing the sql pool."
189+
},
190+
"autoResume": {
191+
"oneOf": [
192+
{
193+
"type": "boolean"
194+
},
195+
{
196+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
197+
}
198+
],
199+
"description": "Indicates whether the sql pool can automatically resume when connection attempts are made."
200+
},
201+
"maxServiceObjectiveName": {
202+
"type": "string",
203+
"description": "The max service level objective name of the sql pool."
204+
}
205+
},
179206
"description": "The sql pool's properties."
180207
}
181208
}

0 commit comments

Comments
 (0)