Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for vcf-5.2
Browse files Browse the repository at this point in the history
- Adds support for VMware Cloud Foundation 5.2.
- Addressed bug fixes as needed.

Ref: #221 #214

Signed-off-by: bhumitra nagar <bhumitra.nagar@broadcom.com>
bhumitra authored and tenthirtyam committed Jul 5, 2024
1 parent 14bc6d9 commit 7e7c459
Showing 5 changed files with 107 additions and 81 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release History

## v2.6.3

> Release Date: Unreleased
Enhancement:

- Adds support for VMware Cloud Foundation 5.2. [GH-217](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/217)

Bugfix:

- Updates `Request-DatastoreStorageCapacity` to handle datastores with a size of 0. [GH-217](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/217)

## v2.6.2

> Release Date: 2024-05-28
4 changes: 2 additions & 2 deletions VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@

# Module manifest for module 'VMware.CloudFoundation.Reporting'
# Generated by: Broadcom
# Generated on: 2024-05-28
# Generated on: 2024-07-23

@{

# Script module or binary module file associated with this manifest.
RootModule = '.\VMware.CloudFoundation.Reporting.psm1'

# Version number of this module.
ModuleVersion = '2.6.2.1001'
ModuleVersion = '2.6.3.1000'

# Supported PSEditions
# CompatiblePSEditions = @()
Loading

0 comments on commit 7e7c459

Please sign in to comment.