From 9840aafd7fe32fe32b7925f446bd9cb3105867f9 Mon Sep 17 00:00:00 2001 From: Gary Blake Date: Tue, 29 Nov 2022 13:24:20 +0000 Subject: [PATCH] Final Updated for November Release - Updated release date in CHANGELOG.md - Updated GUID in PowerValidatedSolutions.psd1 - Updated README.md Signed-off-by: Gary Blake --- CHANGELOG.md | 2 +- PowerValidatedSolutions.psd1 | 4 ++-- README.md | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a569a6e..3f0a687e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## v1.10.0 (Not Released) +## v1.10.0 (2022-29-11) - Enhanced `Install-SiteRecoveryManager` cmdlet to support an alternative path to the OVF Tool -vmwareOvfToolPath, and code improvements. - Enhanced `Install-vSphereReplicationManager` cmdlet to support an alternative path to the OVF Tool -vmwareOvfToolPath and code improvements. diff --git a/PowerValidatedSolutions.psd1 b/PowerValidatedSolutions.psd1 index 4009bb02..004144c9 100644 --- a/PowerValidatedSolutions.psd1 +++ b/PowerValidatedSolutions.psd1 @@ -18,10 +18,10 @@ # CompatiblePSEditions = @() # ID used to uniquely identify this module - GUID = 'a4dfeb4b-62d6-4ca4-ad3c-3f6ecdc1b28f' + GUID = 'a4dfeb4b-62d6-4ca4-ad3c-5f6ecdc1b28f' # Author of this module - Author = 'Gary Blake, Cloud Infrastructure Business Group (CIBG)' + Author = 'Cloud Infrastructure Business Group (CIBG)' # Company or vendor of this module CompanyName = 'VMware Inc.' diff --git a/README.md b/README.md index 0939df6c..b816a4d9 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ This infrastructure-as-code model enables you to use the module "out-of-the-box" ### PowerShell Modules -* [`VMware.PowerCLI`][module-vmware-powercli] 12.4.1 or higher -* [`VMware.vSphere.SsoAdmin`][module-vmware-vsphere-ssoadmin] 1.3.7 or higher +* [`VMware.PowerCLI`][module-vmware-powercli] 12.7.0 or higher +* [`VMware.vSphere.SsoAdmin`][module-vmware-vsphere-ssoadmin] 1.3.8 or higher * [`PowerVCF`][module-powervcf] 2.2.0 or higher * [`ImportExcel`][module-importexcel] 7.1.1 or higher @@ -39,11 +39,11 @@ Install the supporting PowerShell modules from the PowerShell Gallery by running ```powershell Set-PSRepository -Name PSGallery -InstallationPolicy Trusted -Install-Module -Name VMware.PowerCLI -MinimumVersion 12.4.1 -Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.7 +Install-Module -Name VMware.PowerCLI -MinimumVersion 12.7.0 +Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.8 Install-Module -Name ImportExcel -MinimumVersion 7.1.1 Install-Module -Name PowerVCF -MinimumVersion 2.2.0 -Install-Module -Name PowerValidatedSolutions -MinimumVersion 1.9.0 +Install-Module -Name PowerValidatedSolutions -MinimumVersion 1.10.0 ``` To verify the modules are installed, run the following command in the PowerShell console.