Will this be updated/maintained for Delinea moving forward? #318
TryTryAgain
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Over the weekend I noticed something in the REST response broke most cmdlets for thycotic.secretserver powershell module.
Getting "InvalidArgument" errors and [Thycotic.PowerShell.SecretTemplates.Summary[]]$restResponse... was erroring with Cannot convert value "@{ ... and all the data I would expect to get back but as an array/hashtable instead of as a proper powershell object like before.
It looks like that is now resolved for some cmdlets, still failing for some, but it made me wonder what's the state of this project, will this project be maintained moving forward? Should we instead move our scripts to using https://docs.delinea.com/secrets/current/api-scripting/rest-api-powershell-examples instead?
Beta Was this translation helpful? Give feedback.
All reactions