Skip to content

Commit

Permalink
[Synapse] [Bug Fix] Remove unnecessary additional properties for data…
Browse files Browse the repository at this point in the history
… flow flowlet. (#16650)

* Remove additional properties

* move to remove
  • Loading branch information
jackmagic313 authored Nov 4, 2021
1 parent b973932 commit 98ff837
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
"x-ms-client-flatten": true,
"$ref": "#/definitions/FlowletTypeProperties"
}
},
"additionalProperties": {
"type": "object"
}
},
"MappingDataFlowTypeProperties": {
Expand Down Expand Up @@ -226,9 +223,6 @@
"items": {
"type": "string"
}
},
"additionalProperties": {
"type": "object"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
"x-ms-client-flatten": true,
"$ref": "#/definitions/FlowletTypeProperties"
}
},
"additionalProperties": {
"type": "object"
}
},
"MappingDataFlowTypeProperties": {
Expand Down Expand Up @@ -226,9 +223,6 @@
"items": {
"type": "string"
}
},
"additionalProperties": {
"type": "object"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
"x-ms-client-flatten": true,
"$ref": "#/definitions/FlowletTypeProperties"
}
},
"additionalProperties": {
"type": "object"
}
},
"MappingDataFlowTypeProperties": {
Expand Down Expand Up @@ -234,9 +231,6 @@
"items": {
"type": "string"
}
},
"additionalProperties": {
"type": "object"
}
}
}
Expand Down

0 comments on commit 98ff837

Please sign in to comment.