Skip to content

Commit

Permalink
Final Updated for November Release
Browse files Browse the repository at this point in the history
- Updated release date in CHANGELOG.md
- Updated GUID in PowerValidatedSolutions.psd1
- Updated README.md

Signed-off-by: Gary Blake <gblake@vmware.com>
  • Loading branch information
GaryJBlake committed Nov 29, 2022
1 parent cba424c commit 9840aaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions PowerValidatedSolutions.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 9840aaf

Please sign in to comment.