Thycotic.SecretServer.psd1

@{
    ModuleVersion = '0.19.0'
    FormatsToProcess = 'Thycotic.SecretServer.Format.ps1xml'
    TypesToProcess = 'Thycotic.SecretServer.Types.ps1xml'
    RootModule = 'Thycotic.SecretServer.psm1'
    Description = 'PowerShell Tools for Thycotic Secret Server'
    Guid = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176'
    Author = 'Shawn Melton'
    CompanyName = 'Thycotic'
    Copyright = '(c) Thycotic Professional Services. All rights reserved.'
    PowerShellVersion ='5.1'
    PrivateData = @{
        PSData = @{
            PreRelease = 'beta'
            Tags = 'SecretServer', 'Thycotic', 'DevOps'
            ProjectURI = 'https://github.com/thycotic-ps/thycotic.secretserver'
            LicenseURI = ''
            ReleaseNotes = @"
0.19 :
* Update about_tsssecret
* Get-TssSecret add example for using GetCredential() method
* Get-TssSecret add alias gts
* New-TssSession add alias nts
* Set-TssSession restructure use of function
    * Removed Property parameter
    * Added params to set Email settings on a secret
* Get-TssVersion added
* Get-TssFolder added
0.18 :
* Get-TssSession updated to use TssSecret class
* Get-TssSession added GetCredential() method
* Set-TssSession add Clear param to clear field values
0.17 :
* Invoke-TssRestApi - parse response for code/message API error object
* Functions - adjust error handling on endpoint calls
* Get-TssSession - add integration test, set OutputType
0.16 :
* Set-TssSession - Correct WhatIf output
0.15 :
* TssSession
    - Updated properties
    - Added two new methods: SessionRefresh() and SessionExpire()
    - Added help on class: Get-Help about_tsssession
0.14 :
* Standardized error handling on endpoint call
* Minor adjusted types and formats
* Add test for Get-TssSecretTemplate
* Added test run to build process
0.13 :
* Removed Get-TssSession
* Find-TssSecret renamed to Search-TssSecret
* Added TssSession class
* New TssSession parameter added to all public functions
* Added unit test
* Added format and types file
* Get-TssSecret - Modified output
* Search-TssSecret - Added IncludeInactive parameter
0.12 :
* New-TssSession - add comment-based help
* Get-TssSession - add comment-based help
* TestTssSession - update throw message
0.11 :
* Rename TssSession object property AuthToken to AccessToken
* Created build script
0.10 :
* Find-TssSecret fix bug on restricted
0.9 :
---
* Find-TssSecret set to include restricted
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
"@

        }
    }
}