From b04f2a0e1bcdda7d89300db9f56b3f99678542b8 Mon Sep 17 00:00:00 2001 From: TanmayWaghmare Date: Tue, 15 Jan 2019 14:52:43 -0800 Subject: [PATCH] Update azuredeploy.json --- jetstress-2013-exchange-loadtest/azuredeploy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jetstress-2013-exchange-loadtest/azuredeploy.json b/jetstress-2013-exchange-loadtest/azuredeploy.json index baf833b..2eaad0e 100644 --- a/jetstress-2013-exchange-loadtest/azuredeploy.json +++ b/jetstress-2013-exchange-loadtest/azuredeploy.json @@ -286,7 +286,7 @@ ], "properties": { "hardwareProfile": { - "vmSize": "[variables('vmSize')]" + "vmSize": "[parameters('vmSize')]" }, "osProfile": { "computerName": "[variables('vmName')]", @@ -364,7 +364,7 @@ ], "properties": { "hardwareProfile": { - "vmSize": "[variables('vmSize')]" + "vmSize": "[parameters('vmSize')]" }, "osProfile": { "computerName": "[variables('vmName')]",