From 59f9ad1a4f45058d4ac0ee45ed10488834903f8f Mon Sep 17 00:00:00 2001 From: Ryan Spletzer Date: Fri, 31 May 2019 09:38:15 -0400 Subject: [PATCH] Add Validate-SQLPowerShellTools to VS2019 on WS2019 template --- images/win/Windows2019-Azure.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/images/win/Windows2019-Azure.json b/images/win/Windows2019-Azure.json index 25438904..6875b7f0 100644 --- a/images/win/Windows2019-Azure.json +++ b/images/win/Windows2019-Azure.json @@ -652,6 +652,12 @@ "{{ template_dir }}/scripts/Installers/Validate-MysqlCli.ps1" ] }, + { + "type": "powershell", + "scripts":[ + "{{ template_dir }}/scripts/Installers/Validate-SQLPowerShellTools.ps1" + ] + }, { "type": "powershell", "scripts":[