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/nfc-naming-code.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/nfc-naming-code.json')
-rwxr-xr-x | ms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json b/ms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json deleted file mode 100755 index b82791877..000000000 --- a/ms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name" : "nfc-naming-code", - "tags" : "nfc-naming-code", - "updated-by" : "Singal, Kapil <ks220y@att.com>", - "property" : { - "description" : "nfc-naming-code", - "type" : "string" - }, - "sources" : { - "db" : { - "type" : "source-db", - "properties" : { - "type" : "SQL", - "query" : "select nfc_naming_code as nfc_naming_code from sdnctl.VFC_MODEL where customization_uuid=:vfccustomizationuuid", - "input-key-mapping" : { - "vfccustomizationuuid" : "vfccustomizationuuid" - }, - "output-key-mapping" : { - "nfc-naming-code" : "nfc_naming_code" - }, - "key-dependencies" : [ "vfccustomizationuuid" ] - } - } - } -}
\ No newline at end of file |