23 lines
551 B
Plaintext
23 lines
551 B
Plaintext
{
|
|
"Scripts": [
|
|
"ImportCoreFunctions.ps1",
|
|
"OptionParser.ps1",
|
|
"SQLServerOptionParsers.ps1",
|
|
"SQLServerInstaller.ps1",
|
|
"Export-Function.ps1",
|
|
"Start-PowerShellProcess.ps1",
|
|
"SQLServerForAOAG.ps1"
|
|
],
|
|
"Commands": [
|
|
{
|
|
"Name": "Initialize-AOAGSecondaryReplica",
|
|
"Arguments": {
|
|
"UserName": "$domainAdminAccountName",
|
|
"UserPassword": "$domainAdminAccountPassword",
|
|
"NodeList": "$nodeList",
|
|
"PrimaryNode": "$primaryNode",
|
|
"DomainName": "$domainName"
|
|
}
|
|
}
|
|
]
|
|
} |