aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-model/src/test/resources/modelOperation/expected-additional_types-1.yaml
AgeCommit message (Collapse)AuthorFilesLines
2022-09-02Support updated data types in service importMichaelMorris1-0/+3
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4140 Change-Id: Ib66d47a0f566b648722ce86cfc4e208880551a29
2021-08-31Fix additional types import file generationandre.schmid1-0/+13
The additional_type_definitions.yaml is missing types entries and header. Also, the solution is not considering the types entries, i.e. 'data_types:', 'policy_types:', etc., when replacing types and generating the new file, which renders the solution broken. This change aims to fix the related problems. Change-Id: I412683b49966c09dd067ecbf8a1d778155b23fa6 Issue-ID: SDC-3703 Signed-off-by: andre.schmid <andre.schmid@est.tech>