diff options
author | eleonorali <eleonoral@amdocs.com> | 2018-02-13 14:39:39 +0200 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-02-14 11:25:33 +0000 |
commit | 2f7a38f772b9479e5d0af265993f6ea476d7544a (patch) | |
tree | f1249c89fc57afc0ca8d4587c9c92e8ee45a7bba /common/openecomp-tosca-datatype | |
parent | 9f33060362b6bf8b3a7cdcdab6ce3d1c81946300 (diff) |
SRIOV - add annotations add fix
SRIOV - add annotation - set param_name mandatory
Change-Id: I2b75c4b0db8205166205fe86f59f70067720f7e5
Issue-ID: SDC-996
Signed-off-by: eleonorali <eleonoral@amdocs.com>
Diffstat (limited to 'common/openecomp-tosca-datatype')
-rw-r--r-- | common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/annotations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/annotations.yml b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/annotations.yml index bfbf1c2d32..962522ca90 100644 --- a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/annotations.yml +++ b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/annotations.yml @@ -38,5 +38,5 @@ annotation_types: type: string param_name: type: string - required: false + required: true description: Source parameter name
\ No newline at end of file |