PowerNetbox v4.5.2.2
Released 2026-02-28 - View on GitHub
Improvements
Hardening of IPAM Prefix scope parameters (PR #358)
Follow-up to v4.5.2.1 — we missed addressing the Gemini code review before that release. This version adds the recommended hardening:
- Pairwise validation:
-Scope_Typeand-Scope_Idmust now be provided together onNew-NBIPAMPrefixandSet-NBIPAMPrefix. Using only one throws a clear error message - Safer bulk pipeline: When using pipeline input with a legacy
siteproperty, the auto-translation toscope_type/scope_idis now skipped if the input object already has an explicitscope_type— preventing conflicting values - 4 additional unit tests
Upgrade:
powershell
Update-Module PowerNetbox -Force
Full Changelog: https://github.com/ctrl-alt-automate/PowerNetbox/compare/v4.5.2.1...v4.5.2.2