Skip to content

Commit

Permalink
Update manifest and docs to 3.5.1 ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Dec 14, 2021
1 parent 9e651b6 commit ce5aa1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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: Greg Brownstein
#
# Generated on: 12/6/2021
# Generated on: 12/14/2021
#

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

# Version number of this module.
ModuleVersion = '3.5.0'
ModuleVersion = '3.5.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.5.1
- Older versions of TPP failing to update attributes, [#50](https://github.com/gdbarron/VenafiPS/issues/50)
- Fix pipeline for `-Path` parameter with `Set-TppAttribute`

## 3.5.0
- BREAKING CHANGE: change parameter `-NewName` to `-NewPath` in `Rename-TppObject` to allow moving an object in addition to renaming
- Add `Convert-TppObject` to change the class/type of an existing object
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Set-TppAttribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Sets a value on an objects attribute or policies (policy attributes)

## SYNTAX

### Object
### Object (Default)
```
Set-TppAttribute -Path <String> -Attribute <Hashtable> [-BypassValidation] [-VenafiSession <VenafiSession>]
[-WhatIf] [-Confirm] [<CommonParameters>]
Expand Down

0 comments on commit ce5aa1f

Please sign in to comment.