This commit is contained in:
Isaiah Williams 2017-05-13 10:41:38 -05:00
Родитель 6f2bf1163a
Коммит 85390d5a72
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -28,7 +28,8 @@
"minLength": 1
},
"branch": {
"type": "string"
"type": "string",
"defaultValue": "master"
},
"cacheSKUName": {
"type": "string",
@ -87,7 +88,7 @@
},
"keyVaultName": {
"type": "string",
"minLength": 1
"minLength": 3
},
"keyVaultSkuName": {
"type": "string",
@ -141,7 +142,8 @@
"minLength": 1
},
"repoUrl": {
"type": "string"
"type": "string",
"defaultValue": "https://github.com/Microsoft/Partner-Center-Bot.git"
},
"siteName": {
"type": "string",