File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 6.12.8
2+ - Fix ProgressAction error with ` Invoke-VcGraphQL ` on PowerShell v5
3+
14## 6.12.7
25- Add ` Export-VcCertificate -PKCS12 -UseLegacy ` to export with the legacy encryption algorithm
36
@@ -915,5 +918,6 @@ This is a major release. Although every attempt has been made to be backwards c
915918
916919
917920
921+
918922
919923
Original file line number Diff line number Diff line change 33#
44# Generated by: Greg Brownstein
55#
6- # Generated on: 01/09 /2026
6+ # Generated on: 01/16 /2026
77#
88
99@ {
1212RootModule = ' VenafiPS.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 6.12.7 '
15+ ModuleVersion = ' 6.12.8 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change 1+ ## 6.12.8
2+ - Fix ProgressAction error with ` Invoke-VcGraphQL ` on PowerShell v5
3+
14## 6.12.7
25- Add ` Export-VcCertificate -PKCS12 -UseLegacy ` to export with the legacy encryption algorithm
36
@@ -915,5 +918,6 @@ This is a major release. Although every attempt has been made to be backwards c
915918
916919
917920
921+
918922
919923
Original file line number Diff line number Diff line change @@ -272,7 +272,8 @@ Accept wildcard characters: False
272272` ` `
273273
274274### -Application
275- Application ID or name that this certificate is associated with
275+ Application ID or name that this certificate is associated with.
276+ Use Tab Completion to see available applications.
276277
277278` ` ` yaml
278279Type : String[]
You can’t perform that action at this time.
0 commit comments