Skip to content

Commit

Permalink
Merge pull request #2 from ummadisudhakar/lampfeatures
Browse files Browse the repository at this point in the history
added mysql postgres and mysql db editions
  • Loading branch information
ummadisudhakar committed Mar 27, 2020
2 parents 127dac6 + 9bfc057 commit 26b0b57
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@
"mysqlVersion": {
"allowedValues": [
"5.6",
"5.7"
"5.7",
"8.0"
],
"defaultValue": "5.7",
"metadata": {
Expand All @@ -223,7 +224,9 @@
"postgresVersion": {
"allowedValues": [
"9.5",
"9.6"
"9.6",
"10.0",
"11.0"
],
"defaultValue": "9.6",
"metadata": {
Expand Down Expand Up @@ -289,7 +292,8 @@
"mssqlDbEdition": {
"allowedValues": [
"Basic",
"Standard"
"Standard",
"Premium"
],
"defaultValue": "Standard",
"metadata": {
Expand Down

0 comments on commit 26b0b57

Please sign in to comment.