From de14fd72cec6785a80a862384fd84b2e74f4ddfe Mon Sep 17 00:00:00 2001 From: Brandon Koch Date: Wed, 15 May 2019 09:36:52 -0700 Subject: [PATCH] Updated master name --- .../features/sql-big-data-cluster/app-deploy/SSIS/spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/features/sql-big-data-cluster/app-deploy/SSIS/spec.yaml b/samples/features/sql-big-data-cluster/app-deploy/SSIS/spec.yaml index 18925ef3..e72747bd 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/SSIS/spec.yaml +++ b/samples/features/sql-big-data-cluster/app-deploy/SSIS/spec.yaml @@ -2,5 +2,5 @@ name: back-up-db version: v1 runtime: SSIS entrypoint: ./back-up-db.dtsx -options: /REP V /CONN "MasterSQL"\;"\"Data Source=service-master-pool;User ID=sa;Initial Catalog=master;Password=[SA_PASSWORD]\"" -schedule: "*/1 * * * *" \ No newline at end of file +options: /REP V /CONN "MasterSQL"\;"\"Data Source=master-0;User ID=sa;Initial Catalog=master;Password=[SA_PASSWORD]\"" +schedule: "*/1 * * * *"