Skip to content

Commit 08b4ca8

Browse files
authored
Update deploy-sql-big-data-aks.py
1 parent b690e60 commit 08b4ca8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def executeCmd (cmd):
5454
os.environ['DOCKER_USERNAME']=DOCKER_USERNAME
5555
os.environ['DOCKER_PASSWORD']=DOCKER_PASSWORD
5656
os.environ['DOCKER_IMAGE_POLICY']="IfNotPresent"
57+
os.environ['ACCEPT_EULA']="Yes"
5758

5859
print ("Set azure context to subcription: "+SUBSCRIPTION_ID)
5960
command = "az account set -s "+ SUBSCRIPTION_ID

0 commit comments

Comments
 (0)