mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-26 04:16:51 +00:00
fix: backup job creation requires vmid or -All, fix Enabled default
- Integration test: add -All to New-PveBackupJob call — PVE API requires either vmid or all when creating a backup job - Fix New-PveBackupJob Enabled logic: jobs are enabled by default unless user explicitly passes -Enabled:$false (was broken because SwitchParameter default=true doesn't set IsPresent) - Fix XML doc cref warning in NetworkService after RequireSdn removal Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,7 @@ namespace PSProxmoxVE.Core.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// Service for Proxmox VE node network and SDN (Software-Defined Networking) API operations.
|
||||
/// SDN methods require PVE 8.0 or later and will throw <see cref="PveVersionException"/> otherwise.
|
||||
/// SDN methods require PVE 8.0 or later. Version checks are performed at the cmdlet layer.
|
||||
/// </summary>
|
||||
public class NetworkService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user