Skip to content

Commit 8d505bd

Browse files
author
cloudmelon
committed
adjust
1 parent 023d62b commit 8d505bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
#!/bin/bash
66
#Get Subscription ID and resource groups. It is used as default for controller, SQL Server Master instance (sa account) and Knox.
77
#
8-
while true; do
9-
read -s -p "Your Azure Subscription: " subscription
8+
do
9+
read -p "Your Azure Subscription: " subscription
1010
echo
11-
read -s -p "Your Resource Group Name: " resourcegroup
11+
read -p "Your Resource Group Name: " resourcegroup
1212
echo
13-
read -s -p "In which region you're deploying " region
13+
read -p "In which region you're deploying " region
1414
echo
1515
done
1616

0 commit comments

Comments
 (0)