From 5f98bcde374f533c2c02df0eb42090291acd101e Mon Sep 17 00:00:00 2001 From: John Rappel Date: Mon, 13 Jan 2020 09:09:54 -0600 Subject: [PATCH] Matched master param structure with (newer) Sitecore structure. --- azuredeploy.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index 57e906d..da538ce 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -17,7 +17,14 @@ }, "solrVersion": { "type": "string", - "defaultValue": "6.6.2" + "allowedValues": [ + "6.6.1", + "6.6.2", + "6.6.3", + "7.2.1", + "7.5.0", + "8.1.1" + ] }, "skuName": { "defaultValue": "S1",