Skip to content

Commit

Permalink
feat: add secure strings for sensitive parameters
Browse files Browse the repository at this point in the history
Added support for use of secure strings for sensitive parameters.

Red: #195

Signed-off-by: Ashwini Ravindernath <[email protected]>
  • Loading branch information
Ashwini-Ravi authored and tenthirtyam committed Dec 15, 2023
1 parent 585a8eb commit cd7e348
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 88 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Enhancement:

- Added a prerequisite check to `Invoke-VcfHealthReport` function to verify that the tar utility is present on Windows if using Windows PowerShell 5.1 (Desktop) or PowerShell 7 (Core). The `tar` utility is included with Windows Server 2019 and later and is noted as a system requirement in the documentation. [GH-191](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/191)

- Added support for use of secure strings for sensitive parameters. [GH-199](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/199)

## v2.4.2

> Release Date: 2023-10-18
Expand Down
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = '.\VMware.CloudFoundation.Reporting.psm1'

# Version number of this module.
ModuleVersion = '2.6.0.1000'
ModuleVersion = '2.5.0.1001'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
Loading

0 comments on commit cd7e348

Please sign in to comment.