Skip to content

Commit

Permalink
CodeGen from PR 12667 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge c0a8220bb4f25e60c559bc51dbd4d2cea8a029ee into 4abbd233f5be1733ff95dd1ba1993a171a4168f8
  • Loading branch information
SDKAuto committed Feb 5, 2021
1 parent 3805152 commit 6d4f72b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion schemas/2019-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -1614,6 +1614,20 @@
"format": "date-time",
"description": "The time when the Big Data pool was created."
},
"customLibraries": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/LibraryResourceProperties"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "List of custom libraries/packages associated with the spark pool."
},
"defaultSparkLogFolder": {
"type": "string",
"description": "The default folder where Spark logs will be written."
Expand Down Expand Up @@ -2793,6 +2807,11 @@
},
"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 @@ -5279,4 +5298,4 @@
"description": "Microsoft.Synapse/workspaces/vulnerabilityAssessments"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-04-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@
"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"
}
}
}
}

0 comments on commit 6d4f72b

Please sign in to comment.