From 45b1f27571d81ebf6c98c7c944046e583ca0279a Mon Sep 17 00:00:00 2001 From: Bharath Sankaranarayan Date: Sun, 24 Feb 2019 18:52:32 -0800 Subject: [PATCH] remove the msssqlctl-pre cmd --- .../sql-big-data-cluster/app-deploy/magic8ball/magic8ball.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/features/sql-big-data-cluster/app-deploy/magic8ball/magic8ball.py b/samples/features/sql-big-data-cluster/app-deploy/magic8ball/magic8ball.py index 31aa2f02..9d3fd6bc 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/magic8ball/magic8ball.py +++ b/samples/features/sql-big-data-cluster/app-deploy/magic8ball/magic8ball.py @@ -1,6 +1,4 @@ #This is a sample Python Script for an implementation for magic8ball -# how to run this - mssqlctl-pre app create -n magic8 -v v2 --code magic8ball.py --runtime Python --inputs quizme=str --outputs result=str - import sys import random def magic8ball(txt):