Skip to content

Commit

Permalink
CodeGen from PR 13070 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 337ce9fe023ce6791aa7b4e19256693e5bb83e01 into bfbbca417537b86565c1f0434f6b0e34d0601811
  • Loading branch information
SDKAuto committed Feb 20, 2021
1 parent 0579459 commit 1dfc38d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
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"
}
}
}
}
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 1dfc38d

Please sign in to comment.