Skip to content

Commit c10dae6

Browse files
committed
Fix JoinDomainOffline property name in json.
1 parent d3ebb8e commit c10dae6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/json/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
}
244244
]
245245
},
246-
"DomainJoinOffline": {
246+
"JoinDomainOffline": {
247247
"type": "boolean",
248248
"description": "Indicates whether the domain join should be performed during the offlineServicing pass. The default value is false. This has no effect if JoinDomain is null. Setting this to true is only supported when using provisioning to join the domain."
249249
}

src/Ookii.AnswerFile.Tests/expected/TestJsonSerializationBios.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"VirtualMachinePlatform"
2424
]
2525
},
26-
"DomainJoinOffline": false
26+
"JoinDomainOffline": false
2727
},
2828
"EnableDefender": true,
2929
"EnableCloud": true,

src/Ookii.AnswerFile.Tests/expected/TestJsonSerializationEfi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"VirtualMachinePlatform"
2424
]
2525
},
26-
"DomainJoinOffline": false
26+
"JoinDomainOffline": false
2727
},
2828
"JoinDomain": {
2929
"$type": "Provisioning",

src/Ookii.AnswerFile.Tests/expected/TestJsonSerializationExisting.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"VirtualMachinePlatform"
1313
]
1414
},
15-
"DomainJoinOffline": false
15+
"JoinDomainOffline": false
1616
},
1717
"EnableDefender": true,
1818
"EnableCloud": true,

src/Ookii.AnswerFile.Tests/expected/TestJsonSerializationManual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"VirtualMachinePlatform"
1010
]
1111
},
12-
"DomainJoinOffline": false
12+
"JoinDomainOffline": false
1313
},
1414
"EnableDefender": true,
1515
"EnableCloud": true,

0 commit comments

Comments
 (0)