Skip to content
Closed
Show file tree
Hide file tree
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
31 changes: 24 additions & 7 deletions schemas/2019-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@
{
"type": "array",
"items": {
"$ref": "#/definitions/LibraryResourceProperties"
"$ref": "#/definitions/LibraryInfo"
}
},
{
Expand Down Expand Up @@ -2793,6 +2793,28 @@
},
"description": "Key properties"
},
"LibraryInfo": {
"type": "object",
"properties": {
"containerName": {
"type": "string",
"description": "Storage blob container name."
},
"name": {
"type": "string",
"description": "Name of the library."
},
"path": {
"type": "string",
"description": "Storage blob path of library."
},
"type": {
"type": "string",
"description": "Type of the library."
}
},
"description": "Library/package information of a Big Data pool powered by Apache Spark"
},
"LibraryRequirements": {
"type": "object",
"properties": {
Expand All @@ -2807,11 +2829,6 @@
},
"description": "Library requirements for a Big Data pool powered by Apache Spark"
},
"LibraryResourceProperties": {
"type": "object",
"properties": {},
"description": "Library/package properties"
},
"LicensedComponentSetupTypeProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -5298,4 +5315,4 @@
"description": "Microsoft.Synapse/workspaces/vulnerabilityAssessments"
}
}
}
}
31 changes: 29 additions & 2 deletions schemas/2020-04-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,35 @@
},
"SqlPoolProperties": {
"type": "object",
"properties": {},
"properties": {
"autoPauseTimer": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The period of inactivity in minutes before automatically pausing the sql pool."
},
"autoResume": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicates whether the sql pool can automatically resume when connection attempts are made."
},
"maxServiceObjectiveName": {
"type": "string",
"description": "The max service level objective name of the sql pool."
}
},
"description": "The sql pool's properties."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-12-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -5451,4 +5451,4 @@
"description": "Microsoft.Synapse/workspaces/vulnerabilityAssessments"
}
}
}
}