Skip to content

Commit

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

Ref: #195

Signed-off-by: Ashwini Ravindernath <[email protected]>
  • Loading branch information
Ashwini-Ravi authored Dec 15, 2023
1 parent 9095c82 commit 2e04387
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 261 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
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

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 2e04387

Please sign in to comment.