From a4cd2403a5a171d6ab6aa6b1b0b1aae83345121b Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 29 Aug 2017 18:15:10 +0530 Subject: Add versioning for command By allowing to add version to the YAML, helps to create same command for multiple versions of product say onap 1.0, 1.1 CLI-37 Change-Id: Ic3982ea912045ff4f422fcf093cbd98ecd99716d Signed-off-by: Kanagaraj Manickam k00365106 --- .../sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema.yaml') diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema.yaml index a845deb5..4bd8b1f4 100644 --- a/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema.yaml +++ b/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema.yaml @@ -1,7 +1,7 @@ onap_cmd_schema_version: 1.0 name: vsp-checkin description: Checkin Vendor Software Product - +version: onap-1.0 service: name: sdc version: v1.0 -- cgit 1.2.3-korg