Merge pull request #2 from olivierbloch/BestForYou_iot_app

Fixed typo in ARM template and removed useless parameters
This commit is contained in:
Nikola Metulev 2016-10-14 15:00:08 -07:00 коммит произвёл GitHub
Родитель 68fc1af247 d59511c719
Коммит b3e522f103
1 изменённых файлов: 3 добавлений и 12 удалений

Просмотреть файл

@ -24,30 +24,21 @@
"solutionName": {
"type": "string",
"metadata": {
"description": "The name of your ConnectTheDots solution (will be used to prefix the services names)"
"description": "The name of your solution (MUST BE LESS THAN 16 LOWER CASE CHARACTERS ONLY)"
}
},
"iotHubSku": {
"iotHubSku": {
"type": "string",
"allowedValues": [
"F1",
"S1",
"S2"
],
"defaultValue": "S1",
"defaultValue": "F1",
"metadata": {
"description": "The Iothub Sku"
}
},
"repoUrl": {
"type": "string",
"defaultValue": "https://github.com/Microsoft/AppDevXbox
},
"branch": {
"type": "string",
"defaultValue": "BestForYou_iot_app "
}
},
"variables": {
"location": "[parameters('region')]",