From 9bfc057bb136b424d1d96f6788eba09f4ef8e812 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 27 Mar 2020 16:09:38 +0530 Subject: [PATCH] added mysql postgres and mysql db edition --- azuredeploy.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index b229d10..7d3b154 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -212,7 +212,8 @@ "mysqlVersion": { "allowedValues": [ "5.6", - "5.7" + "5.7", + "8.0" ], "defaultValue": "5.7", "metadata": { @@ -223,7 +224,9 @@ "postgresVersion": { "allowedValues": [ "9.5", - "9.6" + "9.6", + "10.0", + "11.0" ], "defaultValue": "9.6", "metadata": { @@ -289,7 +292,8 @@ "mssqlDbEdition": { "allowedValues": [ "Basic", - "Standard" + "Standard", + "Premium" ], "defaultValue": "Standard", "metadata": {