Open rjaakke opened 2 years ago
The YAML metadata files containing the metadata are missing from the PIP package. Downloaded from https://pypi.org/project/msticnb/#files
To Reproduce ip_ent_nb = nb.nblts.azsent.network.IpAddressSummary() ip_ent_nb.default_options() []
Expected behavior ip_ent_nb = nb.nblts.azsent.network.IpAddressSummary() ip_ent_nb.default_options() ['geoip', 'alerts', 'host_logons', 'related_accounts', 'device_info', 'device_network']
Created a PR for this.
Did anyone have time to look at this?
This is an easy fix guys, current package is useless without the YAML's. Please have a look at this.
The YAML metadata files containing the metadata are missing from the PIP package. Downloaded from https://pypi.org/project/msticnb/#files
To Reproduce ip_ent_nb = nb.nblts.azsent.network.IpAddressSummary() ip_ent_nb.default_options() []
Expected behavior ip_ent_nb = nb.nblts.azsent.network.IpAddressSummary() ip_ent_nb.default_options() ['geoip', 'alerts', 'host_logons', 'related_accounts', 'device_info', 'device_network']