issues
search
Azure
/
iot-plugandplay-models-tools
Tools to manage the device-models repo
MIT License
13
stars
18
forks
source link
Support importing models from directory with file search pattern.
#177
Closed
digimaun
closed
3 years ago
digimaun
commented
3 years ago
The
import
command supports the import of directory model files (recursive) with file search pattern.
Removed the
--strict
flag from the
import
command. When importing model files to an IoT Models Repository strict validation is implicit.
[Internal] Validation rules can be configured with the
ValidationRules
class.
Various tweaks.
import
command supports the import of directory model files (recursive) with file search pattern.--strict
flag from theimport
command. When importing model files to an IoT Models Repository strict validation is implicit.ValidationRules
class.