From b75ed7b577f7601d3b102d5032cce78d0d15d840 Mon Sep 17 00:00:00 2001 From: Paul Yu Date: Mon, 28 Jun 2021 19:55:05 -0700 Subject: [PATCH] Update params --- azuredeploy.json | 4 ++-- azuredeploy.parameters.json | 2 +- azuredeploy_with_SendGrid.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index 22b2b5e..9970864 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -58,8 +58,8 @@ }, "defaultValue": "1", "allowedValues": [ - "", - "1" + "1", + "" ] }, "fromEmailAddress": { diff --git a/azuredeploy.parameters.json b/azuredeploy.parameters.json index 44345bb..97aaf65 100644 --- a/azuredeploy.parameters.json +++ b/azuredeploy.parameters.json @@ -21,7 +21,7 @@ "value": null }, "redcapAppZipVersion": { - "value": null + "value": "latest" }, "redcapAppZipInstall": { "value": "1" diff --git a/azuredeploy_with_SendGrid.json b/azuredeploy_with_SendGrid.json index 94f14b1..de250c5 100644 --- a/azuredeploy_with_SendGrid.json +++ b/azuredeploy_with_SendGrid.json @@ -58,8 +58,8 @@ }, "defaultValue": "1", "allowedValues": [ - "", - "1" + "1", + "" ] }, "fromEmailAddress": {