Add new param file for CentOS 7.4 (#324)

This commit is contained in:
sumantshiv 2018-01-08 15:36:11 -08:00 коммит произвёл vikasnav
Родитель 23154e094e
Коммит a3e2378c82
1 изменённых файлов: 17 добавлений и 0 удалений

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

@ -0,0 +1,17 @@
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"imagePublisher": {
"value": "OpenLogic"
},
"imageOffer": {
"value": "CentOS"
},
"imageSku": {
"value": "7.4"
}
}
}