Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR synapse] Adding list library and custom library referred schema changed #1503

Closed
wants to merge 1 commit into from
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
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"
}
}
}
}