We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b690e60 commit 08b4ca8Copy full SHA for 08b4ca8
1 file changed
samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py
@@ -54,6 +54,7 @@ def executeCmd (cmd):
54
os.environ['DOCKER_USERNAME']=DOCKER_USERNAME
55
os.environ['DOCKER_PASSWORD']=DOCKER_PASSWORD
56
os.environ['DOCKER_IMAGE_POLICY']="IfNotPresent"
57
+os.environ['ACCEPT_EULA']="Yes"
58
59
print ("Set azure context to subcription: "+SUBSCRIPTION_ID)
60
command = "az account set -s "+ SUBSCRIPTION_ID
0 commit comments