From ed815cf4435874a25b043ffbe8096f9d726df401 Mon Sep 17 00:00:00 2001 From: Mihaela Blendea Date: Fri, 26 Jul 2019 08:43:32 -0700 Subject: [PATCH] Update deploy-sql-big-data-aks.py --- .../deployment/aks/deploy-sql-big-data-aks.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 74ceb6e8..1b0524e4 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 @@ -24,8 +24,9 @@ def executeCmd (cmd): # SUBSCRIPTION_ID = input("Provide your Azure subscription ID:").strip() GROUP_NAME = input("Provide Azure resource group name to be created:").strip() -DOCKER_USERNAME = input("Provide your Docker username:").strip() -DOCKER_PASSWORD = getpass.getpass("Provide your Docker password:").strip() +# Use this only if you are using a private registry different than default Micrososft registry (mcr). +#DOCKER_USERNAME = input("Provide your Docker username:").strip() +#DOCKER_PASSWORD = getpass.getpass("Provide your Docker password:").strip() # # Optionally change these configuration settings