From: subhash kumar singh Date: Thu, 16 Nov 2017 07:24:14 +0000 (+0000) Subject: Fix yaml for servervice create command X-Git-Tag: 1.0.0-Amsterdam~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F23807%2F2;p=cli.git 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 --- 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