diff options
2 files changed, 4 insertions, 4 deletions
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 |