From fa34647e906d6d204e074edf3a6ab591f45a0dff Mon Sep 17 00:00:00 2001 From: Peter Taylor Date: Wed, 15 Nov 2017 16:53:53 -0800 Subject: [PATCH] fix one bad path --- virtual-machines/n-tier-windows/n-tier-windows.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual-machines/n-tier-windows/n-tier-windows.json b/virtual-machines/n-tier-windows/n-tier-windows.json index 1da9fb4e2..13b26a284 100644 --- a/virtual-machines/n-tier-windows/n-tier-windows.json +++ b/virtual-machines/n-tier-windows/n-tier-windows.json @@ -728,7 +728,7 @@ "typeHandlerVersion": "2.1", "autoUpgradeMinorVersion": true, "settings": { - "ModulesUrl": "https://raw.githubusercontent.com/mspnp/reference-architectures/master/scripts/windows/iisaspnet.ps1.zip", + "ModulesUrl": "https://raw.githubusercontent.com/mspnp/reference-architectures/master/scripts/windows/dsc/iisaspnet.ps1.zip", "configurationFunction": "iisaspnet.ps1\\iisaspnet" }, "protectedSettings": {}