mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-09-06 12:09:01 +00:00
75f4bbfeed
VM removal: add skiplock=1 parameter when -Force is specified. PVE honors it for root@pam only; non-root callers receive 403 errors. Updated help text. Container removal: map -Force to force=1 (LXC-specific parameter for forcing removal of running containers). Containers do not support skiplock. Also: clarified class and parameter documentation to remove false claims about -Force suppressing confirmation (it does not). Fixes #136. Addresses correctness reviewer findings.