mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-09-04 03:05:32 +00:00
9af67f78e6
Get-PveNode and Get-PveNodeStatus built their own PveHttpClient and parsed the response inline. Both now call the existing NodeService methods (GetNodes, GetNodeStatus), which already carried matching requests. NodeService.GetNodeStatus gained the node-name stamp the cmdlet used to apply after deserializing, and both GetNodes and GetNodeStatus regained the missing-data guard the cmdlets had, which the pre-existing service implementation lacked. Co-authored-by: goodolclint-claude[bot] <323206664+goodolclint-claude[bot]@users.noreply.github.com>