rmbolger / Posh-IBWAPI

PowerShell module for interacting with the Infoblox WAPI (REST API).
MIT License
54 stars 8 forks source link

Remove the need for Save-IBWAPIConfig #35

Closed rmbolger closed 5 years ago

rmbolger commented 5 years ago

Config data should default to being saved to disk as soon as it's set via Set-IBWAPIConfig. If you don't want to persist your config changes, there should be a switch to skip it on a per-call basis.

This will be a breaking change.