meraki_network - Parameter change for combined network type (#49160)

* Added support for types parameter
- Parameter is used to specify multiple network types

* Fix documentation

* Apply suggestions from code review

Co-Authored-By: kbreit <kevin.breit@kevinbreit.net>

* Reworked type parameter to be a list so types isn't needed

* Re-add tags documentation

* Fix documentation around compatibility

* Convert tags to list from string

* Add changelog fragment
This commit is contained in:
Kevin Breit 2019-03-27 10:10:15 -05:00 committed by Dag Wieers
commit 17fc6c6ff1
3 changed files with 70 additions and 27 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "meraki_network - type parameter no longer accepts combined. Instead, the network types should be specified in a list."