v1.0.0-beta.77
POTENTIALLY BREAKING CHANGE: The device display_name
field is being deprecated, in favor of a single name
field, which will be displayed to the end user. The display_name
field still works, but you should migrate away from it as soon as possible.
Fixed
- #117: Fix naming and mapping of the Arista EOS driver.
arista
andarista_eos
will both work now.
Changed
- Removed
display_name
field from device model. Thename
field will be used in the UI. If adisplay_name
is defined, it will be used, for backwards compatibility.