From cad7f0bd3e253fb77f5cf056dd3401f329645b92 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Thu, 28 May 2020 08:57:32 +0100 Subject: [PATCH] Update git submodules * Update docs/submodules/sdc.git from branch 'master' to 9e43b160bde937c32151c8ce5a3d07701bd31924 - Fix interface types creation Interface types creation logic was not interpreting some allowed TOSCA entries, that, when declared, were breaking the interface type creation. Every entry under the interface type was being considered as an interface operation, but it is possible to have "derived_from", "version", "metadata" and "description". Also it is not considering the Interface Type entries "inputs", "operations" and "notifications". Another thing is that TOSCA 1.3 changes the way operations should be declared, deprecating the previous way. Now there should be an entry "operations" with the operations entries under it, instead of having the operations entries direct under the interface type. The change allows both types, following the TOSCA rule: if operations entry is not present, then the deprecated way is considered. Change-Id: I13218bda60b29d19b9c5565cbfd63ae3250a78bf Issue-ID: SDC-3075 Signed-off-by: andre.schmid --- docs/submodules/sdc.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/sdc.git b/docs/submodules/sdc.git index d8f146919..9e43b160b 160000 --- a/docs/submodules/sdc.git +++ b/docs/submodules/sdc.git @@ -1 +1 @@ -Subproject commit d8f14691952677771e74e688d7a1dc20e14b036b +Subproject commit 9e43b160bde937c32151c8ce5a3d07701bd31924 -- 2.16.6