Skip to content

Commit

Permalink
Sync with Synapse: LinkedServiceReference (#19455)
Browse files Browse the repository at this point in the history
* Sync with Synapse: LinkedServiceReference

* Fix for LinkedService
  • Loading branch information
Frey-Wang committed Jun 16, 2022
1 parent bf10d88 commit c2d25c0
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5778,13 +5778,18 @@
},
"LinkedServiceReference": {
"description": "Linked service reference type.",
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Linked service reference type.",
"enum": [
"LinkedServiceReference"
]
],
"x-ms-enum": {
"name": "Type",
"modelAsString": true
}
},
"referenceName": {
"type": "string",
Expand Down
Loading

0 comments on commit c2d25c0

Please sign in to comment.