Meraki - Add check for auth_key parameter (#56199)

* auth_key parameter is required
- This will have to change when httpapi is implemented

* Add integration test

* Add assertion

* Enable VLANs on network

* Add required for auth_key
This commit is contained in:
Kevin Breit 2019-05-15 10:45:07 -05:00 committed by Nathaniel Case
parent fa7aedc4c3
commit 322cfa49d0
3 changed files with 25 additions and 1 deletions

View file

@ -15,6 +15,7 @@ options:
description:
- Authentication key provided by the dashboard. Required if environmental variable C(MERAKI_KEY) is not set.
type: str
required: yes
host:
description:
- Hostname for Meraki dashboard.