Skip to content

Commit

Permalink
fix DSC script link
Browse files Browse the repository at this point in the history
  • Loading branch information
woodp committed Jan 29, 2018
1 parent cac7836 commit 990a5fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions virtual-machines/multi-vm/parameters/windows/multi-vm-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"vmCount": 3,
"namePrefix": "ra-multi",
"computerNamePrefix": "web",
"adminUsername": "",
"adminPassword": "",
"adminUsername": "testUser",
"adminPassword": "asd34S53·$dsS",
"osType": "windows",
"virtualNetwork": {
"name": "ra-multi-vm-vnet"
Expand All @@ -75,8 +75,8 @@
"typeHandlerVersion": "2.1",
"autoUpgradeMinorVersion": true,
"settings": {
"ModulesUrl": "https://raw.githubusercontent.com/mspnp/reference-architectures/master/scripts/windows/iisaspnet.ps1.zip",
"configurationFunction": "iisaspnet.ps1\\iisaspnet"
"ModulesUrl": "https://github.com/mspnp/reference-architectures/raw/master/scripts/windows/dsc/iisaspnet.ps1.zip",
"ConfigurationFunction": "iisaspnet.ps1\\iisaspnet"
},
"protectedSettings": {}
}
Expand Down

0 comments on commit 990a5fc

Please sign in to comment.