Skip to content

Commit

Permalink
fix: update CHANGELOG.md and cmdlet indentation
Browse files Browse the repository at this point in the history
Ref: #147

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson committed Jun 14, 2023
1 parent 3a7f986 commit 2ca4d30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# CHANGELOG
# Release History

## v2.2.0 (Unreleases)

> Release Date: Unreleased
Bugfix:

- Updates `Publish-StorageCapacityHealth` to correct [GH-147](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/issues/147). [GH-148](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/148)


## [v2.1.0](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/releases/tag/v2.1.0)

Expand Down
6 changes: 3 additions & 3 deletions VMware.CloudFoundation.Reporting.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -3719,9 +3719,9 @@ Function Publish-StorageCapacityHealth {
$allWorkloadDomains = Get-VCFWorkloadDomain
$singleWorkloadDomain = Get-VCFWorkloadDomain | Where-Object {$_.name -eq $workloadDomain}
$allStorageCapacityHealth = New-Object System.Collections.ArrayList
$allVcenterStorageHealth = New-Object System.Collections.ArrayList
$allEsxiStorageCapacity = New-Object System.Collections.ArrayList
$allDatastoreStorageCapacity = New-Object System.Collections.ArrayList
$allVcenterStorageHealth = New-Object System.Collections.ArrayList
$allEsxiStorageCapacity = New-Object System.Collections.ArrayList
$allDatastoreStorageCapacity = New-Object System.Collections.ArrayList

if ($PsBoundParameters.ContainsKey("allDomains")) {
if ($PsBoundParameters.ContainsKey("failureOnly")) {
Expand Down

0 comments on commit 2ca4d30

Please sign in to comment.