mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 16:08:13 +00:00
5dcbde45a6
#44 Get-PveApiToken FullTokenId empty: - Make FullTokenId a computed property (UserId + "!" + TokenId) - RawFullTokenId captures the API's "full-tokenid" for creation responses #43 Set-PvePermission token ACLs: - Add "token" to Type ValidateSet - Auto-detect tokens from "!" in UgId (user@realm!tokenid format) - Add tokens parameter to UserService.SetPermission #45 Connect-PveServer return session by default: - Always output session (matches Connect-AzAccount pattern) - Add -Quiet switch to suppress output - Keep -PassThru as hidden deprecated param for backwards compat Closes #43, closes #44, closes #45 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>