From 1947a4a88c40104bb1593f3b8b45e07f5d797fd6 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Tue, 7 Feb 2023 09:39:31 -0500 Subject: [PATCH] docs: update `README.md` Updates `README.md` to remove the Known Issues section and adds references to the GitHub issue tracker for support. Signed-off-by: Ryan Johnson --- README.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c854cc08..9277ce71 100644 --- a/README.md +++ b/README.md @@ -679,20 +679,6 @@ The upgrade precheck report, initiates an upgrade precheck of a workload domain 4. Review the generated HTML report. -## Known Issues - -- The `Invoke-VcfPasswordPolicy` cmdlet fails to return collected information for the vCenter Server Password Policy Configuration when using PowerShell Core on Linux - - ```powershell - [00-00-0000_00:00:00] INFO Collecting vCenter Server Password Policy Configuration for VMware Cloud Foundation instance (sfo-vcf01.sfo.rainpole.io). - - Connect-SsoAdminServer: One or more errors occurred. (The SSL connection could not be established, see inner exception.) - - Test-SSOAuthentication: Unable to authenticate to Single-Sign-On Server (sfo-w01-vc01.sfo.rainpole.io), check credentials: PRE_VALIDATION_FAILED - ``` - - Workaround: Use PowerShell Core on Windows. - ## Contributing The project team welcomes contributions from the community. Before you start working with PowerValidatedSolutions, please @@ -706,7 +692,16 @@ For more detailed information, refer to the [contribution guidelines][contributi This PowerShell module is not supported by VMware Support. -If you discover a bug or would like to suggest an enhancement, please [open an issue][issues]. +We welcome you to use the GitHub [issues][issues] tracker to report bugs or suggest features and enhancements. + +When filing an issue, please check existing open, or recently closed, issues to make sure someone else hasn't already +reported the issue. + +Please try to include as much information as you can. Details like these are incredibly useful: + +- A reproducible test case or series of steps. +- Any modifications you've made relevant to the bug. +- Anything unusual about your environment or deployment. ## License