Skip to content

Commit

Permalink
Fix serial number type in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed Oct 18, 2022
1 parent 539ca9c commit a8a2c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ paths:
optlock: 1
status: ENABLED
displayName: Test Device
serialNumber: 1234567890
serialNumber: "1234567890"
modelId: Test Model
biosVersion: N/A
firmwareVersion: N/A
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ components:
clientId: testDevice
status: ENABLED
displayName: Test Device
serialNumber: 1234567890
serialNumber: "1234567890"
modelId: Test Model
biosVersion: N/A
firmwareVersion: N/A
Expand Down Expand Up @@ -238,7 +238,7 @@ components:
clientId: testDevice
status: ENABLED
displayName: Test Device
serialNumber: 1234567890
serialNumber: "1234567890"
modelId: Test Model
biosVersion: N/A
firmwareVersion: N/A
Expand Down

0 comments on commit a8a2c04

Please sign in to comment.