Skip to content

Commit 5a79300

Browse files
committed
updated version
1 parent 426da67 commit 5a79300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/azure-create-sql-srv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pwd2=`cat /dev/urandom | tr -dc A-Za-z0-9 | head -c 6 ; echo`
2323
adminPwd="${pwd1}_${pwd2}"
2424
adminName="db_admin"
2525
azureSQLServer=$(az deployment group create \
26-
--name "sql-srv-deploy-5.0" \
26+
--name "sql-srv-deploy-6.0" \
2727
--resource-group $resourceGroup \
2828
--template-file azure-sql-srv.arm.json \
2929
--parameters \

0 commit comments

Comments
 (0)