Renamed categories attribute
This commit is contained in:
Родитель
5cca8759b1
Коммит
c0bfa8593c
Двоичные данные
Solutions/CiscoACI/Package/1.0.1.zip
Двоичные данные
Solutions/CiscoACI/Package/1.0.1.zip
Двоичный файл не отображается.
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"connector1-name": {
|
||||
"type": "string",
|
||||
"defaultValue": "3c00e28e-4e44-4831-a358-c1b503650587"
|
||||
"defaultValue": "a882f55e-7667-4fc3-a553-4fd83ea65f10"
|
||||
}
|
||||
},
|
||||
"variables": {
|
||||
|
|
|
@ -1085,7 +1085,7 @@ foreach ($inputFile in $(Get-ChildItem $path)) {
|
|||
criteria = $DependencyCriteria;
|
||||
};
|
||||
categories = [PSCustomObject]@{
|
||||
domains = $contentToImport.Metadata.categories.Split(",");
|
||||
domains = $contentToImport.Metadata.categories_domains.Split(",");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче