From b6d953c506c08a5369c0be7242ef3ce3ec888452 Mon Sep 17 00:00:00 2001 From: vasraz Date: Fri, 5 Feb 2021 19:24:06 +0000 Subject: Implement Attributes/Outputs BE (part 2) This commit includes support for: - declare Attribute as Output - undeclare Attribute as Output - export 'Tosca Artifacts' with Attributes/Outputs Change-Id: Iedfbf936e439fd2f7d252b660fe2c42b8d9b9113 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3448 --- .../org/openecomp/sdc/common/log/enums/LoggerSupportabilityActions.java | 1 + 1 file changed, 1 insertion(+) (limited to 'common-app-logging') diff --git a/common-app-logging/src/main/java/org/openecomp/sdc/common/log/enums/LoggerSupportabilityActions.java b/common-app-logging/src/main/java/org/openecomp/sdc/common/log/enums/LoggerSupportabilityActions.java index de4f78e13a..4f61b63a54 100644 --- a/common-app-logging/src/main/java/org/openecomp/sdc/common/log/enums/LoggerSupportabilityActions.java +++ b/common-app-logging/src/main/java/org/openecomp/sdc/common/log/enums/LoggerSupportabilityActions.java @@ -36,6 +36,7 @@ public enum LoggerSupportabilityActions { CREATE_RESOURCE("CREATE RESOURCE"), CREATE_PROPERTIES("ADD PROPERTIES"), CREATE_INPUTS("ADD INPUTS"), + CREATE_OUTPUTS("ADD OUTPUTS"), CREATE_POLICIES("ADD POLICIES"), CREATE_RELATIONS("ADD RELATIONS"), CREATE_CAPABILITY_REQUIREMENTS("CREATE CAPABILITY REQUIREMENTS"), -- cgit 1.2.3-korg