From 0431db467f37ae5414d04c9cd5ba4090b1cf3d65 Mon Sep 17 00:00:00 2001 From: Ruoyu Ying Date: Fri, 15 Mar 2019 18:55:52 +0800 Subject: Modify the short-options to remove conflicts Change-Id: Iba3bb9135f49397224206d2657b19d1a9f94406e Issue-ID: CLI-140 Signed-off-by: Ruoyu Ying --- .../open-cli-schema/policy/policy-create-schema-outdated-dublin.yaml | 4 ++-- .../open-cli-schema/policy/policy-update-schema-outdated-dublin.yaml | 4 ++-- 2 files 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-create-schema-outdated-dublin.yaml b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-create-schema-outdated-dublin.yaml index 248ac60b..354a9189 100644 --- a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-create-schema-outdated-dublin.yaml +++ b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-create-schema-outdated-dublin.yaml @@ -32,13 +32,13 @@ parameters: description: Policy config type type: string long_option: policy--config-type - short_option: t + short_option: T is_optional: false - name: policy-scope description: Policy scope type: string long_option: policy-scope - short_option: s + short_option: S is_optional: false - name: onap-name description: Onap name diff --git a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-update-schema-outdated-dublin.yaml b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-update-schema-outdated-dublin.yaml index d825de38..7173ef33 100644 --- a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-update-schema-outdated-dublin.yaml +++ b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-update-schema-outdated-dublin.yaml @@ -32,13 +32,13 @@ parameters: description: Policy config type type: string long_option: policy--config-type - short_option: t + short_option: T is_optional: false - name: policy-scope description: Policy scope type: string long_option: policy-scope - short_option: s + short_option: S is_optional: false - name: onap-name description: Onap name -- cgit 1.2.3-korg