diff options
author | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-11-10 11:54:05 -0500 |
---|---|---|
committer | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-11-10 15:55:03 -0500 |
commit | 6488fc3cdaf0ea48687f98acc14f689c42f64427 (patch) | |
tree | 1b94b5d76c61fff6103e8dabda10b98a1a1d3d7d /ms/controllerblueprints/application/load/resource_dictionary/sample-licenses.json | |
parent | e2d5b0447398832d8a04f94da8b58a830c6742d9 (diff) |
Controller Design Studio
Upgrade Spring Boot and Kotlin versions.
Change-Id: If0d7d0f476d8cfd23916013ff1ab554b26bc6b7a
Issue-ID: CCSDK-658
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'ms/controllerblueprints/application/load/resource_dictionary/sample-licenses.json')
-rw-r--r-- | ms/controllerblueprints/application/load/resource_dictionary/sample-licenses.json | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ms/controllerblueprints/application/load/resource_dictionary/sample-licenses.json b/ms/controllerblueprints/application/load/resource_dictionary/sample-licenses.json deleted file mode 100644 index 5834dd49b..000000000 --- a/ms/controllerblueprints/application/load/resource_dictionary/sample-licenses.json +++ /dev/null @@ -1,29 +0,0 @@ -{
- "tags": "sample-licenses",
- "name": "sample-licenses",
- "property": {
- "description" : " Sample Data for licences",
- "required": true,
- "type": "list",
- "entry_schema": {
- "type": "dt-license-key"
- }
- },
- "updated-by": "brindasanth@onap.com",
- "sources": {
- "mdsal": {
- "type": "source-rest",
- "properties": {
- "type": "JSON",
- "url-path": "config/L3VNF-API:services/service-list/",
- "path": "/licenses",
- "input-key-mapping": {
- },
- "output-key-mapping": {
- "licenses": "licenses"
- },
- "key-dependencies": []
- }
- }
- }
-}
\ No newline at end of file |