meraki_network - Add support for disableRemoteStatusPage (#48971)

* Add support for disableRemoteStatusPage
- New feature in the Meraki API
- Yes, it's a double negative, I may fix at some point

* Remove double negative
- All disables became enable and logic is reversed
- This isn't yet tested

* Switching computers!!!

* Apply changes to make the logic work, even reversed

* Attempt to fix some formatting errors

* Add documentation fragment

* Fix whitespace

* Add disable_my_meraki back, with deprecation notice

* Edit changelog notice

* Update deprecation version

* Update example to be a block and change deprecation message.

* Remove duplicate delegate_to

* Change deprecation notice.
This commit is contained in:
Kevin Breit
2019-05-29 15:29:40 -05:00
committed by Nathaniel Case
parent 79bb7bde5f
commit 4df53f869e
3 changed files with 149 additions and 50 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- meraki_network - Add support for disabling remote status page on a network.