From c79f81252cfb8e9d928d1643bd9eaffc8f9de9a5 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 15 Dec 2023 17:52:53 -0500 Subject: [PATCH] docs: update installation pre-reqs Signed-off-by: Ryan Johnson --- docs/snippets/install-module.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/snippets/install-module.ps1 b/docs/snippets/install-module.ps1 index faa2cd07..77c79937 100644 --- a/docs/snippets/install-module.ps1 +++ b/docs/snippets/install-module.ps1 @@ -1,6 +1,6 @@ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted Install-Module -Name VMware.PowerCLI -MinimumVersion 13.1.0 -Repository PSGallery Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 -Repository PSGallery -Install-Module -Name PowerVCF -MinimumVersion 2.3.0 -Repository PSGallery -Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.6.0 -Repository PSGallery -Install-Module -Name VMware.CloudFoundation.Reporting -Repository PSGallery \ No newline at end of file +Install-Module -Name PowerVCF -MinimumVersion 2.4.0 -Repository PSGallery +Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.7.0 -Repository PSGallery +Install-Module -Name VMware.CloudFoundation.Reporting -Repository PSGallery