Skip to content

Thycotic.SecretServer 0.44.0

Compare
Choose a tag to compare
@wsmelton wsmelton released this 24 Jun 17:46

[0.44.0] -- 2021-06-24

Breaking Changes

  • None

Bug Fixes

  • Update-FolderPermission - correct output type 2318c8f
  • Update-Secret - fix issue where input was not processed properly b37b699
  • Get-SecretField - fix issue where raw file content not returned IRM returns the content as an object, switched to use IWR to get raw content 3fdfaeb

New Stuff

  • Get-TssSecretAccessRequestSecret - new command d89394b

General Updates

  • Set-SecretField - correct output messages b09f147
  • Set-SecretField - parameter sets for file to make more clear Removed requirement that Value is only a string, added check to cover 5c3606b
  • Set-SecretField - format warning output 0df9c42

Tests

  • None