pspete / psPAS

PowerShell module for CyberArk Privileged Access Security REST API
https://pspas.pspete.dev
MIT License
291 stars 91 forks source link

FIX Set-PASAccount #327

Closed pspete closed 3 years ago

pspete commented 3 years ago

Summary

Fixes condition where attempting updates to multiple properties of an account results in an error. ParameterSetName was recently changed from V10MultiOp to Gen2MultiOp, but the logic in the function still referenced the old name.

Test Plan

Operation to update multiple properties in a single request completes without error

Closes issues

Fixes #

Closes #326