mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-08 21:43:12 +00:00
27ecca6251
Replace the service-layer RequireSdn hard block with a cmdlet-level RequireVersion helper in PveCmdletBase that supports two tiers: - Introduced version: hard fail — the API endpoint doesn't exist - Default version: warning only — feature exists but may not be enabled; users who manually enabled it can proceed Applied to: - SDN Zone/VNet/Subnet: introduced 6.2, default 8.0 - SDN IPAM/DNS/Controller: introduced 6.2, default 8.1 - Import-PveVmDisk, Import-PveOva: introduced 8.1 Also fixes integration tests: - Remove duplicate OVA Import context - Use systemd calendar format for backup schedule (PVE 9) - Add SDN IPAM/DNS/Controller read-only integration tests Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>