diff options
author | Vidyashree Rama <vidyashree.rama@huawei.com> | 2019-08-08 16:13:55 +0530 |
---|---|---|
committer | Vidyashree Rama <vidyashree.rama@huawei.com> | 2019-08-08 16:13:55 +0530 |
commit | 755e5cf69fc83b644dba3a07c618c455c92e2b99 (patch) | |
tree | b01a54541c9c28d282aa0ae20d54bdac80ff953a /products/onap-dublin/features | |
parent | 888a912facf39a110e74ffc229a7108c63df3b11 (diff) |
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 <vidyashree.rama@huawei.com>
Diffstat (limited to 'products/onap-dublin/features')
-rw-r--r-- | products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-type-list-with-version-schema-dublin.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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: |