Skip to content

Commit

Permalink
CodeGen from PR 12118 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 21c17967b8f8ad18e5f54eca8e152527a230839a into 1ea74f126afef4d0e06a3592c9ef5874649ea966
  • Loading branch information
SDKAuto committed Feb 2, 2021
1 parent 017eca6 commit dc2d675
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 dc2d675

Please sign in to comment.