rmbolger / Posh-IBWAPI

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

(GH-55) Fix Send-file Functionargs hashtable #56

Closed demdante closed 3 years ago

demdante commented 3 years ago

In send-file.ps1, at the very end of the script, the token value is assigned to a non-existent "token" property of "$functionargs". The change that I made actually adds the token key value pair to the hashtable object associated with $functionargs