Thycotic.SecretServer.psd1
@{ ModuleVersion = '0.7.0' RootModule = 'Thycotic.SecretServer.psm1' Description = 'PowerShell Tools for Thycotic Secret Server' Guid = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176' PrivateData = @{ PSData = @{ PreRelease = 'beta' Tags = 'SecretServer', 'Thycotic', 'DevOps' ProjectURI = 'https://thycotic.com/products/professional-services-training/' LicenseURI = '' ReleaseNotes = @" 0.8 : --- * Added Get-TssSecretTemplate 0.7 : --- * Added Set-TssSecret * Get-TssSecret - format doc example, rework workflow, error handling, add Comment support * Added TSL1.2 setting for Secret Server Cloud * Disable-TssSecret add status property * Find-TssSecret format output 0.6 : --- * Rename Remove-TssSecret to Disable-TssSecret * Added alias Remove-TssSecret 0.5 : --- * Added Remove-TssSecret 0.4 : --- * Added Find-TssSecret 0.3 : --- * Enhancement to New-TssSession (parameter and session validating) 0.2 : --- * Added Invoke-TssRestApi * Added New-TssSession 0.1 : --- Initial Commit "@ } } Author = 'Shawn Melton' CompanyName = 'Thycotic' Copyright = '2020 Thycotic Professional Services' PowerShellVersion ='5.1' } |