From 11cf8e2d394c22783740c5cb06b665eb1bb6282f Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Mon, 28 Jan 2019 08:32:44 -0500 Subject: [PATCH] Fix spacing in JSON file --- azuredeploy.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index c3b83fcc..b533c329 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -2,35 +2,35 @@ "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { - "appName":{ + "appName": { "type": "string", - "minLength": 1, + "minLength": 1, "metadata": { "description": "The name for the webapp. Must be globally unique." } }, - "secretKey":{ + "secretKey": { "type": "securestring", - "minLength": 16, + "minLength": 16, "metadata": { "description": "The value to use as the Django secret key." } }, - "adminUserName":{ + "adminUserName": { "type": "string", - "minLength": 1, + "minLength": 1, "metadata": { "description": "The user name for the admin account." } }, - "adminContactEmail":{ + "adminContactEmail": { "type": "string", - "minLength": 1, + "minLength": 1, "metadata": { "description": "The contact email address for the admin account." } }, - "adminPassword":{ + "adminPassword": { "type": "securestring", "minLength": 16, "metadata": {