Skip to content

Commit

Permalink
Update manifest and docs to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Jul 13, 2022
1 parent 78d2c56 commit 0f6ccda
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.6.1
- Add validation and error handling in `Get-VenafiTeam` for invalid IDs, [#126](https://github.com/Venafi/VenafiPS/issues/126)
- Add messaging and error handling in `Get-VenafiTeam` for local groups, [#127](https://github.com/Venafi/VenafiPS/issues/127)
- Add support for PrefixedName identity format in `Test-TppIdentity` and `Get-VenafiIdentity`, [#128](https://github.com/Venafi/VenafiPS/issues/128)
- Fix Split-Path failing in TppObject class, and other functions where applicable, when PowerShell reserved characters are used in the object name, [#129](https://github.com/Venafi/VenafiPS/issues/129)


## 4.6.0
- Add `Import-VaasCertificate`. Export from TPP right into VaaS (and vice versa).
- `Import-TppCertificate` updates
Expand Down Expand Up @@ -404,3 +411,4 @@




4 changes: 2 additions & 2 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: 06/29/2022
# Generated on: 07/13/2022
#

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

# Version number of this module.
ModuleVersion = '4.6.0'
ModuleVersion = '4.6.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.6.1
- Add validation and error handling in `Get-VenafiTeam` for invalid IDs, [#126](https://github.com/Venafi/VenafiPS/issues/126)
- Add messaging and error handling in `Get-VenafiTeam` for local groups, [#127](https://github.com/Venafi/VenafiPS/issues/127)
- Add support for PrefixedName identity format in `Test-TppIdentity` and `Get-VenafiIdentity`, [#128](https://github.com/Venafi/VenafiPS/issues/128)
- Fix Split-Path failing in TppObject class, and other functions where applicable, when PowerShell reserved characters are used in the object name, [#129](https://github.com/Venafi/VenafiPS/issues/129)


## 4.6.0
- Add `Import-VaasCertificate`. Export from TPP right into VaaS (and vice versa).
- `Import-TppCertificate` updates
Expand Down Expand Up @@ -404,3 +411,4 @@




2 changes: 1 addition & 1 deletion docs/functions/Get-VenafiIdentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ For VaaS this can either be the user id (guid) or username which is the email ad
```yaml
Type: String
Parameter Sets: Id
Aliases: Guid
Aliases: Guid, FullName

Required: True
Position: Named
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-VenafiTeam.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You can find the group ID with Find-TppIdentity.
```yaml
Type: String
Parameter Sets: ID
Aliases: PrefixedUniversal, Guid
Aliases: PrefixedUniversal, Guid, PrefixedName

Required: True
Position: Named
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Test-TppIdentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Retrieve existence for only one identity, returns boolean
```yaml
Type: String[]
Parameter Sets: (All)
Aliases: PrefixedUniversal, Contact, IdentityId
Aliases: PrefixedUniversal, Contact, IdentityId, FullName

Required: True
Position: 1
Expand Down

0 comments on commit 0f6ccda

Please sign in to comment.