Skip to content

Commit

Permalink
Remove duplicate properties after using AllOf keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhidaLiu committed Jan 12, 2022
1 parent 1caf28b commit 75d2179
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4777,21 +4777,6 @@
],
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "ResourceId of the workspace connection.",
"readOnly": true
},
"name": {
"type": "string",
"description": "Friendly name of the workspace connection.",
"readOnly": true
},
"type": {
"type": "string",
"description": "Resource type of workspace connection.",
"readOnly": true
},
"properties": {
"type": "object",
"description": "Properties of workspace connection.",
Expand Down

0 comments on commit 75d2179

Please sign in to comment.