meraki_switchport - Improve reliability (#54275)

* Rewrite much of the execution of meraki_switchport
- Previous versions had problems with idempotency and allowed_vlans

* Modified payload creation
- Parameter map is used
- propsed is created using .copy()
- Much cleaner this way

* Add whitespace for lint

* Add bugfix snippet for changelog
This commit is contained in:
Kevin Breit
2019-05-16 11:10:32 -05:00
committed by Nathaniel Case
parent 4b0014166b
commit d59eb9edab
3 changed files with 98 additions and 70 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "meraki_switchport - improve reliability with native VLAN functionality."