Skip to content

Commit

Permalink
CodeGen from PR 12925 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge f588cb817f884f5158d342c79eccee7615d19fe6 into 10ea08ffc0756fade711361ba2ff1cb1a8f56862
  • Loading branch information
SDKAuto committed Feb 10, 2021
1 parent 3805152 commit fd0eb79
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
38 changes: 37 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/LibraryInfo"
}
},
{
"$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 @@ -2779,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 Down Expand Up @@ -5279,4 +5315,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 fd0eb79

Please sign in to comment.