Added a blank starter template (#159)

This commit is contained in:
Brian Moore 2016-09-22 18:26:25 -05:00 коммит произвёл vikasnav
Родитель 25533adc74
Коммит bd7dcfc3ae
4 изменённых файлов: 28 добавлений и 0 удалений

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

@ -0,0 +1,3 @@
# Blank Template
This is an empty, with the top-level schema properties defined.

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

@ -0,0 +1,12 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
},
"variables": {
},
"resources": [
],
"outputs": {
}
}

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

@ -0,0 +1,6 @@
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
}
}

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

@ -0,0 +1,7 @@
{
"itemDisplayName": "Blank template",
"description": "A blank template and empty parameters file.",
"summary": " ",
"githubUsername": "bmoore-msft",
"dateUpdated": "2016-09-22"
}