From 755e5cf69fc83b644dba3a07c618c455c92e2b99 Mon Sep 17 00:00:00 2001 From: Vidyashree Rama Date: Thu, 8 Aug 2019 16:13:55 +0530 Subject: Bug fix in policy-type-list-with-version command in onap-dublin product Bug fix in policy-type-list-with-version command in onap-dublin product Change-Id: I7a70db8563e3a57c6590cf369aa67f02eaace895 Issue-ID: CLI-198 Signed-off-by: Vidyashree Rama --- .../policy/policy-type-list-with-version-schema-dublin.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'products/onap-dublin') diff --git a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-type-list-with-version-schema-dublin.yaml b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-type-list-with-version-schema-dublin.yaml index 57b12c25..ac4a55cd 100644 --- a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-type-list-with-version-schema-dublin.yaml +++ b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-type-list-with-version-schema-dublin.yaml @@ -25,14 +25,14 @@ parameters: - name: policy-type-id description: Policy type ID type: string - long-option: policy-type-id - short-option: x + long_option: policy-type-id + short_option: x is_optional: false - name: version-id description: Policy type version ID type: string - long-option: version-id - short-option: y + long_option: version-id + short_option: y is_optional: false results: -- cgit 1.2.3-korg