New module - meraki_malware (#56929)

* Initial commit for meraki_malware module
- Allows for manipulation of malware configuration

* Add full documentation and improve code coverage

* Add diff support

* Type change

* Sanity check fixes

* Convert org_id from str to int for consistency

* Sanity fixes again

* Fix argument type errors

* Remove ignore items for some Meraki modules so shippable is happy
This commit is contained in:
Kevin Breit 2019-06-05 09:36:39 -05:00 committed by Nathaniel Case
commit 919f70c357
8 changed files with 527 additions and 11 deletions

View file

@ -56,5 +56,5 @@ options:
org_id:
description:
- ID of organization.
type: int
type: str
'''