
Essentially converted tabs to spaces, tabs is not parsed in YAML Change-Id: Iedaceb369dddca89987c199f57c537c4d99446b2
17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
{
|
|
"Scripts": [
|
|
"ImportCoreFunctions.ps1",
|
|
"Install-RolePrimaryDomainController.ps1"
|
|
],
|
|
"Commands": [
|
|
{
|
|
"Name": "Install-RolePrimaryDomainController",
|
|
"Arguments": {
|
|
"DomainName": "$domain",
|
|
"SafeModePassword": "$recoveryPassword"
|
|
}
|
|
}
|
|
],
|
|
"RebootOnCompletion": 1
|
|
}
|