From e66e3d971d9fc845d1c953791ff1c3869b78cd50 Mon Sep 17 00:00:00 2001 From: Sen Date: Fri, 15 Jun 2018 19:37:06 +0530 Subject: [PATCH] Specifiy MinLength for "messagingSqlDatabaseUserName" as integer making it consistent with other parameters --- Sitecore 9.0.1/XP/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sitecore 9.0.1/XP/azuredeploy.json b/Sitecore 9.0.1/XP/azuredeploy.json index 3f983459..f61f52fe 100644 --- a/Sitecore 9.0.1/XP/azuredeploy.json +++ b/Sitecore 9.0.1/XP/azuredeploy.json @@ -274,7 +274,7 @@ }, "messagingSqlDatabaseUserName": { "type": "string", - "minLength": "1", + "minLength": 1, "defaultValue": "messaginguser" }, "messagingSqlDatabasePassword": {