Skip to content

Commit

Permalink
Update manifest and docs to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Jan 13, 2022
1 parent 782c67e commit b8eb504
Show file tree
Hide file tree
Showing 68 changed files with 10,379 additions and 10,522 deletions.
62 changes: 31 additions & 31 deletions VenafiPS/VenafiPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Venafi
#
# Generated on: 1/5/2022
# Generated on: 01/13/2022
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'VenafiPS.psm1'

# Version number of this module.
ModuleVersion = '4.0.0'
ModuleVersion = '4.0.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -32,20 +32,20 @@ Copyright = '(c) Venafi. All rights reserved.'
# Description of the functionality provided by this module
Description = 'Automate your Venafi Trust Protection Platform and Venafi as a Service platforms!'

# Minimum version of the Windows PowerShell engine required by this module
# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.1'

# Name of the Windows PowerShell host required by this module
# Name of the PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
# ClrVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''
Expand All @@ -69,30 +69,30 @@ PowerShellVersion = '5.1'
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Add-TppCertificateAssociation', 'Convert-TppObject',
'ConvertTo-TppGuid', 'ConvertTo-TppPath', 'Export-VenafiCertificate',
'Find-TppCertificate', 'Find-TppClient',
'Find-TppCodeSignEnvironment', 'Find-TppCodeSignProject',
'Find-TppCodeSignTemplate', 'Find-TppIdentity', 'Find-TppObject',
'Find-TppVaultId', 'Get-TppAttribute', 'Get-TppClassAttribute',
'Get-TppCodeSignConfig', 'Get-TppCodeSignEnvironment',
'Get-TppCodeSignProject', 'Get-TppCredential', 'Get-TppCustomField',
'Get-TppIdentity', 'Get-TppIdentityAttribute', 'Get-TppObject',
'Get-TppPermission', 'Get-TppSystemStatus', 'Get-TppVersion',
'Get-TppWorkflowTicket', 'Get-VaasApplication', 'Get-VaasOrgUnit',
'Get-VenafiCertificate', 'Import-TppCertificate',
'Invoke-TppCertificatePush', 'Invoke-TppCertificateRenewal',
'Invoke-VenafiCertificateAction', 'Invoke-VenafiRestMethod',
'Move-TppObject', 'New-TppCapiApplication', 'New-TppCertificate',
'New-TppCodeSignProject', 'New-TppDevice', 'New-TppObject',
'New-TppPolicy', 'New-TppToken', 'New-VenafiSession', 'Read-TppLog',
'Remove-TppCertificate', 'Remove-TppCertificateAssociation',
'Remove-TppClient', 'Remove-TppCodeSignEnvironment',
'Remove-TppCodeSignProject', 'Remove-TppPermission',
'Rename-TppObject', 'Revoke-TppCertificate', 'Revoke-TppToken',
'Set-TppAttribute', 'Set-TppCodeSignProjectStatus',
'Set-TppCredential', 'Set-TppPermission',
'Set-TppWorkflowTicketStatus', 'Test-ModuleHash', 'Test-TppIdentity',
FunctionsToExport = 'Add-TppCertificateAssociation', 'Convert-TppObject',
'ConvertTo-TppGuid', 'ConvertTo-TppPath', 'Export-VenafiCertificate',
'Find-TppCertificate', 'Find-TppClient',
'Find-TppCodeSignEnvironment', 'Find-TppCodeSignProject',
'Find-TppCodeSignTemplate', 'Find-TppIdentity', 'Find-TppObject',
'Find-TppVaultId', 'Get-TppAttribute', 'Get-TppClassAttribute',
'Get-TppCodeSignConfig', 'Get-TppCodeSignEnvironment',
'Get-TppCodeSignProject', 'Get-TppCredential', 'Get-TppCustomField',
'Get-TppIdentity', 'Get-TppIdentityAttribute', 'Get-TppObject',
'Get-TppPermission', 'Get-TppSystemStatus', 'Get-TppVersion',
'Get-TppWorkflowTicket', 'Get-VaasApplication', 'Get-VaasOrgUnit',
'Get-VenafiCertificate', 'Import-TppCertificate',
'Invoke-TppCertificatePush', 'Invoke-TppCertificateRenewal',
'Invoke-VenafiCertificateAction', 'Invoke-VenafiRestMethod',
'Move-TppObject', 'New-TppCapiApplication', 'New-TppCertificate',
'New-TppCodeSignProject', 'New-TppDevice', 'New-TppObject',
'New-TppPolicy', 'New-TppToken', 'New-VenafiSession', 'Read-TppLog',
'Remove-TppCertificate', 'Remove-TppCertificateAssociation',
'Remove-TppClient', 'Remove-TppCodeSignEnvironment',
'Remove-TppCodeSignProject', 'Remove-TppPermission',
'Rename-TppObject', 'Revoke-TppCertificate', 'Revoke-TppToken',
'Set-TppAttribute', 'Set-TppCodeSignProjectStatus',
'Set-TppCredential', 'Set-TppPermission',
'Set-TppWorkflowTicketStatus', 'Test-ModuleHash', 'Test-TppIdentity',
'Test-TppObject', 'Test-TppToken', 'Write-TppLog'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand Down Expand Up @@ -147,7 +147,7 @@ PrivateData = @{
} # End of PrivateData hashtable

# HelpInfo URI of this module
HelpInfoURI = 'http://VenafiPS.readthedocs.io/'
HelpInfoURI = 'http://venafips.readthedocs.io/'

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
3 changes: 2 additions & 1 deletion VenafiPS/VenafiPS.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ foreach ( $folder in $folders) {
}

$script:CloudUrl = 'https://api.venafi.cloud'
$script:ModuleVersion = '((NEW_VERSION))'
$script:ModuleVersion = '4.0.1'

$Script:VenafiSession = New-Object 'VenafiSession'
Export-ModuleMember -Variable VenafiSession
Expand All @@ -52,3 +52,4 @@ Export-ModuleMember -Alias *

# Force TLS 1.2
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.0.1
- Help updates, [#56](https://github.com/Venafi/VenafiPS/issues/56)

## 4.0.0
- Moved to Venafi GitHub org, rebranded
- **License is now Apache 2.0**
Expand Down
Loading

0 comments on commit b8eb504

Please sign in to comment.