Change Type and Name to Upper Case

This is the first round of updating properties. The standard
is camel case so slowly transition that way.

Change-Id: I29824116d621f1b0c394cd5663bbd340d319cc16
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/SAS Module.json b/configurations/SAS Module.json
index fae43ff..10363e9 100644
--- a/configurations/SAS Module.json
+++ b/configurations/SAS Module.json
@@ -2,16 +2,16 @@
     "exposes": [
         {
             "bus": "$bus",
-            "name": "SAS Module FRU",
-            "type": "IntelFruDevice"
+            "Name": "SAS Module FRU",
+            "Type": "IntelFruDevice"
         },
         {
             "address": "0x98",
             "bus": "$bus",
-            "name": "SAS Module Temperature",
-            "type": "TMP75"
+            "Name": "SAS Module Temperature",
+            "Type": "TMP75"
         }
     ],
-    "name": "SAS Module",
+    "Name": "SAS Module",
     "probe": "FALSE"
 }
\ No newline at end of file