Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit abaa2c3

Browse files
authored
feat: add pester testcases (#119)
Added Pester testcases. Ref: #117 Signed-off-by: Ashwini Ravindernath <ashwini.ravindernath@broadcom.com>
1 parent f403f41 commit abaa2c3

5 files changed

Lines changed: 515 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History
22

3+
## v1.5.4
4+
5+
> Unreleased
6+
7+
Enhancement:
8+
9+
- Added Pester tests for certificate management. [GH-119](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-certificate-management/pull/119)
10+
311
## v1.5.3
412

513
> Release Date: 2024-03-26

VMware.CloudFoundation.CertificateManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = '.\VMware.CloudFoundation.CertificateManagement.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '1.5.3.1001'
14+
ModuleVersion = '1.5.4.1001'
1515

1616
# Supported PSEditions
1717
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)