Merge pull request #408 from Azure/jiren-fixci

fix acsengine build
This commit is contained in:
Jingtao Ren 2017-03-15 11:16:01 -07:00 коммит произвёл GitHub
Родитель cde1b7aa64 327d26496a
Коммит 9a4969b365
4 изменённых файлов: 4 добавлений и 5 удалений

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

@ -168,8 +168,7 @@ func IterateTestFilesDirectory(directory string, APIModelTestFiles *[]APIModelTe
return e
}
} else {
// Skip files like .DS_Store
if !strings.Contains(file.Name(), "_expected") && !strings.HasPrefix(file.Name(), ".") {
if !strings.Contains(file.Name(), "_expected") && strings.HasSuffix(file.Name(), ".json") {
tuple := &APIModelTestFile{}
tuple.APIModelFilename = filepath.Join(directory, file.Name())
if _, ferr := os.Stat(tuple.GetExpectedArmTemplateFilename()); os.IsNotExist(ferr) {

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

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

@ -1508,7 +1508,7 @@
"[variables('vnetID')]"
],
"location": "[variables('location')]",
"name": "[concat(variables('agentpool1VMNamePrefix'), 'nicp-', copyIndex(variables('agentpool1Offset'))]",
"name": "[concat(variables('agentpool1VMNamePrefix'), 'nicp-', copyIndex(variables('agentpool1Offset')))]",
"properties": {
"enableIPForwarding": true,
"ipConfigurations": [

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

@ -1043,7 +1043,7 @@
"[variables('vnetID')]"
],
"location": "[variables('location')]",
"name": "[concat(variables('agentpool1VMNamePrefix'), 'nicp-', copyIndex(variables('agentpool1Offset'))]",
"name": "[concat(variables('agentpool1VMNamePrefix'), 'nicp-', copyIndex(variables('agentpool1Offset')))]",
"properties": {
"enableIPForwarding": true,
"ipConfigurations": [