From 14b284860b8a04fdf2d4dee49c81ad4e021a26a6 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Thu, 16 Nov 2017 07:24:14 +0000 Subject: Fix yaml for servervice create command Make project-id as mandatory field. Change-Id: I7520d2b00535039a9d5b6c62de269dcf7ff9458c Issue-ID: CLI-55 Signed-off-by: subhash kumar singh --- .../onap-cli-schema/service-model/service-model-create-schema-1.1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sdc/src/main/resources') diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/service-model/service-model-create-schema-1.1.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/service-model/service-model-create-schema-1.1.yaml index 17811ee4..fdc14f6e 100644 --- a/plugins/sdc/src/main/resources/onap-cli-schema/service-model/service-model-create-schema-1.1.yaml +++ b/plugins/sdc/src/main/resources/onap-cli-schema/service-model/service-model-create-schema-1.1.yaml @@ -26,7 +26,7 @@ parameters: type: string long_option: project-code short_option: z - is_optional: true + is_optional: false - name: category description: Service category type: string -- cgit 1.2.3-korg