Merge "Fix paths to script files in agent templates for MS SQL Cluster."
This commit is contained in:
commit
83583734c9
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"Scripts": [
|
"Scripts": [
|
||||||
"/ImportCoreFunctions.ps1",
|
"ImportCoreFunctions.ps1",
|
||||||
"/SQLServerForAOAG.ps1"
|
"SQLServerForAOAG.ps1"
|
||||||
],
|
],
|
||||||
"Commands": [
|
"Commands": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"Scripts": [
|
"Scripts": [
|
||||||
"/ImportCoreFunctions.ps1",
|
"ImportCoreFunctions.ps1",
|
||||||
"/Start-PowerShellProcess.ps1",
|
"Start-PowerShellProcess.ps1",
|
||||||
"/Failover-Cluster.ps1"
|
"Failover-Cluster.ps1"
|
||||||
],
|
],
|
||||||
"Commands": [
|
"Commands": [
|
||||||
{
|
{
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"Scripts": [
|
"Scripts": [
|
||||||
"/ImportCoreFunctions.ps1",
|
"ImportCoreFunctions.ps1",
|
||||||
"/Update-ServiceConfig.ps1",
|
"Update-ServiceConfig.ps1",
|
||||||
"/SQLServerForAOAG.ps1",
|
"SQLServerForAOAG.ps1",
|
||||||
"/Failover-Cluster.ps1"
|
"Failover-Cluster.ps1"
|
||||||
],
|
],
|
||||||
"Commands": [
|
"Commands": [
|
||||||
{
|
{
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"Scripts": [
|
"Scripts": [
|
||||||
"/ImportCoreFunctions.ps1",
|
"ImportCoreFunctions.ps1",
|
||||||
"/OptionParser.ps1",
|
"OptionParser.ps1",
|
||||||
"/SQLServer/SQLServerOptionParsers.ps1",
|
"SQLServer/SQLServerOptionParsers.ps1",
|
||||||
"/SQLServer/SQLServerInstaller.ps1",
|
"SQLServer/SQLServerInstaller.ps1",
|
||||||
"/Export-Function.ps1",
|
"Export-Function.ps1",
|
||||||
"/Start-PowerShellProcess.ps1",
|
"Start-PowerShellProcess.ps1",
|
||||||
"/SQLServerForAOAG.ps1"
|
"SQLServerForAOAG.ps1"
|
||||||
],
|
],
|
||||||
"Commands": [
|
"Commands": [
|
||||||
{
|
{
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"Scripts": [
|
"Scripts": [
|
||||||
"/ImportCoreFunctions.ps1",
|
"ImportCoreFunctions.ps1",
|
||||||
"/OptionParser.ps1",
|
"OptionParser.ps1",
|
||||||
"/SQLServer/SQLServerOptionParsers.ps1",
|
"SQLServer/SQLServerOptionParsers.ps1",
|
||||||
"/SQLServer/SQLServerInstaller.ps1",
|
"SQLServer/SQLServerInstaller.ps1",
|
||||||
"/Export-Function.ps1",
|
"Export-Function.ps1",
|
||||||
"/Start-PowerShellProcess.ps1",
|
"Start-PowerShellProcess.ps1",
|
||||||
"/SQLServerForAOAG.ps1"
|
"SQLServerForAOAG.ps1"
|
||||||
],
|
],
|
||||||
"Commands": [
|
"Commands": [
|
||||||
{
|
{
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"Scripts": [
|
"Scripts": [
|
||||||
"/ImportCoreFunctions.ps1",
|
"ImportCoreFunctions.ps1",
|
||||||
"/OptionParser.ps1",
|
"OptionParser.ps1",
|
||||||
"/SQLServer/SQLServerOptionParsers.ps1",
|
"SQLServer/SQLServerOptionParsers.ps1",
|
||||||
"/SQLServer/SQLServerInstaller.ps1",
|
"SQLServer/SQLServerInstaller.ps1",
|
||||||
"/Export-Function.ps1",
|
"Export-Function.ps1",
|
||||||
"/Start-PowerShellProcess.ps1",
|
"Start-PowerShellProcess.ps1",
|
||||||
"/SQLServerForAOAG.ps1"
|
"SQLServerForAOAG.ps1"
|
||||||
],
|
],
|
||||||
"Commands": [
|
"Commands": [
|
||||||
{
|
{
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"Scripts": [
|
"Scripts": [
|
||||||
"/ImportCoreFunctions.ps1",
|
"ImportCoreFunctions.ps1",
|
||||||
"/OptionParser.ps1",
|
"OptionParser.ps1",
|
||||||
"/SQLServer/SQLServerOptionParsers.ps1",
|
"SQLServer/SQLServerOptionParsers.ps1",
|
||||||
"/SQLServer/SQLServerInstaller.ps1",
|
"SQLServer/SQLServerInstaller.ps1",
|
||||||
"/SQLServerForAOAG.ps1"
|
"SQLServerForAOAG.ps1"
|
||||||
],
|
],
|
||||||
"Commands": [
|
"Commands": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user