rmbolger / Posh-IBWAPI

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

Add support for "Delete arguments" to Remove-IBObject #11

Closed rmbolger closed 7 years ago

rmbolger commented 7 years ago

A few object types such as record:a and networkcontainer support "Delete arguments" that are basically switches on the delete request that usually do something in addition to the primary delete action. For instance, remove_associated_ptr=true will remove the associated PTR record from a record:a when it is deleted.

We need to add a parameter to Remove-IBObject that allows for including these delete arguments in the request.

rmbolger commented 7 years ago

Fixed in d40559359454509ad4fb9aea7c344526a0cca156

rmbolger commented 7 years ago

For future reference, Delete arguments appear to have been added in WAPI 2.1.