This repository was archived by the owner on Nov 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## v1.5.4
44
5- > Unreleased
5+ > Release Date: Unreleased
66
77Enhancement:
88
99- Added Pester tests for certificate management. [ GH-119 ] ( https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-certificate-management/pull/119 )
1010
11+ Chore:
12+
13+ - Updated ` PowerValidatedSolutions ` from v2.9.0 to v2.11.0. [ GH-123 ] ( https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-certificate-management/pull/123 )
14+
1115## v1.5.3
1216
1317> Release Date: 2024-03-26
Original file line number Diff line number Diff line change 33
44# Module manifest for module 'VMware.CloudFoundation.CertificateManagement'
55# Generated by: Broadcom
6- # Generated on: 2024-03-26
6+ # Generated on: 2024-07-23
77
88@ {
99
1010 # Script module or binary module file associated with this manifest.
1111 RootModule = ' .\VMware.CloudFoundation.CertificateManagement.psm1'
1212
1313 # Version number of this module.
14- ModuleVersion = ' 1.5.4.1001'
15-
16- # Supported PSEditions
17- # CompatiblePSEditions = @()
14+ ModuleVersion = ' 1.5.4.1002'
1815
1916 # ID used to uniquely identify this module
2017 GUID = ' ac903c83-c745-44f7-b6bd-1dff133fec92'
5754 }
5855 @ {
5956 ModuleName = ' PowerValidatedSolutions' ;
60- ModuleVersion = ' 2.9 .0'
57+ ModuleVersion = ' 2.11 .0'
6158 }
6259 )
6360
135132
136133 # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
137134 # DefaultCommandPrefix = ''
138-
139135}
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ PowerShell Module | Version | Publisher | R
6262-----------------------------------------------------|-----------|-----------|---------------------------------------------------------------------------
6363[ VMware.PowerCLI] [ psgallery-module-powercli ] | >= 13.2.1 | Broadcom | :fontawesome-solid-book:   ; [ Documentation] [ developer-module-powercli ]
6464[ PowerVCF] [ psgallery-module-powervcf ] | >= 2.4.1 | Broadcom | :fontawesome-solid-book:   ; [ Documentation] [ docs-module-powervcf ]
65- [ PowerValidatedSolutions] [ psgallery-module-pvs ] | >= 2.9.0 | Broadcom | :fontawesome-solid-book:   ; [ Documentation] [ docs-module-pvs ]
65+ [ PowerValidatedSolutions] [ psgallery-module-pvs ] | >= 2.11.0 | Broadcom | :fontawesome-solid-book:   ; [ Documentation] [ docs-module-pvs ]
6666
6767[ docs-vmware-cloud-foundation ] : https://docs.vmware.com/en/VMware-Cloud-Foundation/index.html
6868[ microsoft-powershell ] : https://docs.microsoft.com/en-us/powershell
Original file line number Diff line number Diff line change 1- Copy-Item - Path F:\Module \* - Destination ' \\<destination_host>\C$\Program Files\WindowsPowerShell\Modules\' - Recurse
1+ Copy-Item - Path F:\Modules \* - Destination ' \\<destination_host>\C$\Program Files\WindowsPowerShell\Modules\' - Recurse
Original file line number Diff line number Diff line change 11Set-PSRepository - Name PSGallery - InstallationPolicy Trusted
22Install-Module - Name VMware.PowerCLI - MinimumVersion 13.2 .1 - Repository PSGallery
33Install-Module - Name PowerVCF - MinimumVersion 2.4 .1 - Repository PSGallery
4- Install-Module - Name PowerValidatedSolutions - MinimumVersion 2.9 .0 - Repository PSGallery
4+ Install-Module - Name PowerValidatedSolutions - MinimumVersion 2.11 .0 - Repository PSGallery
55Install-Module - Name VMware.CloudFoundation.CertificateManagement - Repository PSGallery
Original file line number Diff line number Diff line change 11Save-Module - Name VMware.PowerCLI - MinimumVersion 13.2 .1 - Path / home/ modules - Repository PSGallery
22Save-Module - Name PowerVCF - MinimumVersion 2.4 .1 - Path / home/ modules - Repository PSGallery
3- Save-Module - Name PowerValidatedSolutions - MinimumVersion 2.9 .0 - Path / home/ modules - Repository PSGallery
3+ Save-Module - Name PowerValidatedSolutions - MinimumVersion 2.11 .0 - Path / home/ modules - Repository PSGallery
44Save-Module - Name VMware.CloudFoundation.CertificateManagement - Path / home/ modules - Repository PSGallery
Original file line number Diff line number Diff line change 1- Save-Module - Name VMware.PowerCLI - MinimumVersion 13.2 .1 - Path F:\Module \ - Repository PSGallery
2- Save-Module - Name PowerVCF - MinimumVersion 2.4 .1 - Path F:\Module \ - Repository PSGallery
3- Save-Module - Name PowerValidatedSolutions - MinimumVersion 2.9 .0 - Path F:\Module \ - Repository PSGallery
4- Save-Module - Name VMware.CloudFoundation.CertificateManagement - Path F:\Module \ - Repository PSGallery
1+ Save-Module - Name VMware.PowerCLI - MinimumVersion 13.2 .1 - Path F:\Modules \ - Repository PSGallery
2+ Save-Module - Name PowerVCF - MinimumVersion 2.4 .1 - Path F:\Modules \ - Repository PSGallery
3+ Save-Module - Name PowerValidatedSolutions - MinimumVersion 2.11 .0 - Path F:\Modules \ - Repository PSGallery
4+ Save-Module - Name VMware.CloudFoundation.CertificateManagement - Path F:\Modules \ - Repository PSGallery
You can’t perform that action at this time.
0 commit comments