From 08b4ca83346a195b7185080e347872ad35408b78 Mon Sep 17 00:00:00 2001 From: Ben Weissman Date: Mon, 27 May 2019 11:37:05 +0200 Subject: [PATCH] Update deploy-sql-big-data-aks.py --- .../deployment/aks/deploy-sql-big-data-aks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py b/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py index 50dff373..bb1d56a4 100644 --- a/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py +++ b/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py @@ -54,6 +54,7 @@ os.environ['KNOX_PASSWORD'] = PASSWORD os.environ['DOCKER_USERNAME']=DOCKER_USERNAME os.environ['DOCKER_PASSWORD']=DOCKER_PASSWORD os.environ['DOCKER_IMAGE_POLICY']="IfNotPresent" +os.environ['ACCEPT_EULA']="Yes" print ("Set azure context to subcription: "+SUBSCRIPTION_ID) command = "az account set -s "+ SUBSCRIPTION_ID