Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored May 14, 2018
1 parent 27d7478 commit 148449c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 100-marketplace-sample/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Location to for the resources."
"description": "Location for the resources."
}
},
"vmName": {
Expand Down Expand Up @@ -329,7 +329,7 @@
"type": "extensions",
"name": "configScript",
"apiVersion": "2018-04-01",
"location": "[resourceGroup().location]",
"location": "[parameters('location')]",
"dependsOn": [
"[parameters('vmName')]"
],
Expand Down Expand Up @@ -357,4 +357,4 @@
"value": "[if(equals(parameters('publicIpNewOrExisting'), 'none'), 'no public ip', concat('ssh ', parameters('adminUsername'), '@', reference(resourceId(parameters('publicIpResourceGroupName'), 'Microsoft.Network/publicIPAddresses', parameters('publicIpName')), '2018-04-01').dnsSettings.fqdn))]"
}
}
}
}

0 comments on commit 148449c

Please sign in to comment.