diff --git a/muranorepository/Services/agent_templates/SqlServerCluster/ConfigureEnvironmentForAOAG.template b/muranorepository/Services/agent_templates/SqlServerCluster/ConfigureEnvironmentForAOAG.template index 7fbbbf3..df12ddf 100644 --- a/muranorepository/Services/agent_templates/SqlServerCluster/ConfigureEnvironmentForAOAG.template +++ b/muranorepository/Services/agent_templates/SqlServerCluster/ConfigureEnvironmentForAOAG.template @@ -1,7 +1,7 @@ { "Scripts": [ - "/ImportCoreFunctions.ps1", - "/SQLServerForAOAG.ps1" + "ImportCoreFunctions.ps1", + "SQLServerForAOAG.ps1" ], "Commands": [ { diff --git a/muranorepository/Services/agent_templates/SqlServerCluster/FailoverCluster.template b/muranorepository/Services/agent_templates/SqlServerCluster/FailoverCluster.template index 1546160..f345e36 100644 --- a/muranorepository/Services/agent_templates/SqlServerCluster/FailoverCluster.template +++ b/muranorepository/Services/agent_templates/SqlServerCluster/FailoverCluster.template @@ -1,8 +1,8 @@ { "Scripts": [ - "/ImportCoreFunctions.ps1", - "/Start-PowerShellProcess.ps1", - "/Failover-Cluster.ps1" + "ImportCoreFunctions.ps1", + "Start-PowerShellProcess.ps1", + "Failover-Cluster.ps1" ], "Commands": [ { diff --git a/muranorepository/Services/agent_templates/SqlServerCluster/FailoverClusterPrerequisites.template b/muranorepository/Services/agent_templates/SqlServerCluster/FailoverClusterPrerequisites.template index ecfcfd8..e439f54 100644 --- a/muranorepository/Services/agent_templates/SqlServerCluster/FailoverClusterPrerequisites.template +++ b/muranorepository/Services/agent_templates/SqlServerCluster/FailoverClusterPrerequisites.template @@ -1,9 +1,9 @@ { "Scripts": [ - "/ImportCoreFunctions.ps1", - "/Update-ServiceConfig.ps1", - "/SQLServerForAOAG.ps1", - "/Failover-Cluster.ps1" + "ImportCoreFunctions.ps1", + "Update-ServiceConfig.ps1", + "SQLServerForAOAG.ps1", + "Failover-Cluster.ps1" ], "Commands": [ { diff --git a/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAOAGPrimaryReplica.template b/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAOAGPrimaryReplica.template index aafd702..d98eae5 100644 --- a/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAOAGPrimaryReplica.template +++ b/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAOAGPrimaryReplica.template @@ -1,12 +1,12 @@ { "Scripts": [ - "/ImportCoreFunctions.ps1", - "/OptionParser.ps1", - "/SQLServer/SQLServerOptionParsers.ps1", - "/SQLServer/SQLServerInstaller.ps1", - "/Export-Function.ps1", - "/Start-PowerShellProcess.ps1", - "/SQLServerForAOAG.ps1" + "ImportCoreFunctions.ps1", + "OptionParser.ps1", + "SQLServer/SQLServerOptionParsers.ps1", + "SQLServer/SQLServerInstaller.ps1", + "Export-Function.ps1", + "Start-PowerShellProcess.ps1", + "SQLServerForAOAG.ps1" ], "Commands": [ { diff --git a/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAOAGSecondaryReplica.template b/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAOAGSecondaryReplica.template index 2276b86..4d55aa6 100644 --- a/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAOAGSecondaryReplica.template +++ b/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAOAGSecondaryReplica.template @@ -1,12 +1,12 @@ { "Scripts": [ - "/ImportCoreFunctions.ps1", - "/OptionParser.ps1", - "/SQLServer/SQLServerOptionParsers.ps1", - "/SQLServer/SQLServerInstaller.ps1", - "/Export-Function.ps1", - "/Start-PowerShellProcess.ps1", - "/SQLServerForAOAG.ps1" + "ImportCoreFunctions.ps1", + "OptionParser.ps1", + "SQLServer/SQLServerOptionParsers.ps1", + "SQLServer/SQLServerInstaller.ps1", + "Export-Function.ps1", + "Start-PowerShellProcess.ps1", + "SQLServerForAOAG.ps1" ], "Commands": [ { diff --git a/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAlwaysOn.template b/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAlwaysOn.template index 23099a8..ce0f1b9 100644 --- a/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAlwaysOn.template +++ b/muranorepository/Services/agent_templates/SqlServerCluster/InitializeAlwaysOn.template @@ -1,12 +1,12 @@ { "Scripts": [ - "/ImportCoreFunctions.ps1", - "/OptionParser.ps1", - "/SQLServer/SQLServerOptionParsers.ps1", - "/SQLServer/SQLServerInstaller.ps1", - "/Export-Function.ps1", - "/Start-PowerShellProcess.ps1", - "/SQLServerForAOAG.ps1" + "ImportCoreFunctions.ps1", + "OptionParser.ps1", + "SQLServer/SQLServerOptionParsers.ps1", + "SQLServer/SQLServerInstaller.ps1", + "Export-Function.ps1", + "Start-PowerShellProcess.ps1", + "SQLServerForAOAG.ps1" ], "Commands": [ { diff --git a/muranorepository/Services/agent_templates/SqlServerCluster/InstallSqlServerForAOAG.template b/muranorepository/Services/agent_templates/SqlServerCluster/InstallSqlServerForAOAG.template index a59bf80..7e66ef2 100644 --- a/muranorepository/Services/agent_templates/SqlServerCluster/InstallSqlServerForAOAG.template +++ b/muranorepository/Services/agent_templates/SqlServerCluster/InstallSqlServerForAOAG.template @@ -1,10 +1,10 @@ { "Scripts": [ - "/ImportCoreFunctions.ps1", - "/OptionParser.ps1", - "/SQLServer/SQLServerOptionParsers.ps1", - "/SQLServer/SQLServerInstaller.ps1", - "/SQLServerForAOAG.ps1" + "ImportCoreFunctions.ps1", + "OptionParser.ps1", + "SQLServer/SQLServerOptionParsers.ps1", + "SQLServer/SQLServerInstaller.ps1", + "SQLServerForAOAG.ps1" ], "Commands": [ {