This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Release 1.0.7
Mainly a bugfix and refactoring release
Fixed
- Position numbers corrected (Now starts with 0 instead off 1)
- Found the following issue: Even if an obejct is not found (e.g. network) the UniFi API returns OK (200) with null bytes in Data. That is OK, but we need a workaround. Added the Workaround to
Get-UnifiFirewallGroupDetails
andGet-UnifiNetworkDetails
for testing.
Added
Get-UnifiFirewallGroupDetails
-Related to #10- Git Attributes File
- Editor Config
- Add
License.md
, a Markdown version ofLICENSE
Changed
- Markdown Documents tweaked (Header)
- Git Ignore extended
- Add Multi valued inputs to
Get-UnifiNetworkDetails
- Add
-Id
parameter toGet-UnifiNetworkDetails
. This replaced the -UnifiNetworkName` parameter - Related to #9 -UnifiNetworkName
is now a legacy alias, necessary to make it a non breaking change- For the parameter
-UnifiNetworkName
an ID (network_id
) must be used, necessary to make it a non breaking change - Add
-name
parameter toGet-UnifiNetworkDetails
- Related to #9 - Moved
Get-UnifiFirewallGroupBody
from Public to Private (No longer exported as command)