diff --git a/azuredeploy.json b/azuredeploy.json index 7d8a7f7c..6d76c3a8 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -113,7 +113,8 @@ "type": "string" }, "moodleVersion": { - "allowedValues": [ + "allowedValues": [ + "MOODLE_36_STABLE", "MOODLE_35_STABLE", "MOODLE_34_STABLE", "v3.4.3", @@ -125,7 +126,7 @@ "MOODLE_30_STABLE", "MOODLE_29_STABLE" ], - "defaultValue": "MOODLE_35_STABLE", + "defaultValue": "MOODLE_36_STABLE", "metadata": { "description": "The Moodle version you want to install." },