Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,14 @@
"moduleAddress": {
"type": "string",
"description": "Firmware module address."
},
"serial": {
"type": "string",
"description": "Firmware serial."
},
"additionalFields": {
"type": "object",
"description": " A bag of fields which extends the firmware information."
}
}
},
Expand Down Expand Up @@ -716,6 +724,7 @@
"OtSensor",
"CorpSensor",
"Mde",
"MicroAgent",
"Other"
],
"x-ms-enum": {
Expand Down