зеркало из https://github.com/Azure/acs-engine.git
Коммит
9a4969b365
|
@ -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": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче