Skip to content

Commit

Permalink
make the new properties optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Li committed Sep 2, 2020
1 parent 3c52471 commit 454953d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4050,6 +4050,9 @@
"LinkedServiceProps": {
"type": "object",
"description": "LinkedService specific properties.",
"required": [
"linkedServiceResourceId"
],
"properties": {
"linkedServiceResourceId": {
"description": "ResourceId of the link target of the linked service.",
Expand All @@ -4064,7 +4067,7 @@
"x-ms-enum": {
"name": "LinkedServiceLinkType",
"modelAsString": false
}
}
},
"createdTime": {
"format": "date-time",
Expand Down

0 comments on commit 454953d

Please sign in to comment.