-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated `PowerValidatedSolutions` from v13.0.0 to v13.1.0 - Updated `VMware.PowerCLI` from v2.5.0 to v2.6.0. - Updated module versions in `docs/snippets/install-module.ps1` - Added PowerShell Gallery downloads badge to the `docs/index.md` Signed-off-by: bhumitra nagar <bnagar@vmware.com> Signed-off-by: bhumitra nagar <bhumitra@ymail.com> Co-authored-by: Ryan Johnson <ryan@tenthirtyam.org>
- Loading branch information
1 parent
4d1ac94
commit 5c53965
Showing
4 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted | ||
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.0.0 | ||
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.1.0 | ||
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 | ||
Install-Module -Name PowerVCF -MinimumVersion 2.3.0 | ||
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.5.0 | ||
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.6.0 | ||
Install-Module -Name VMware.CloudFoundation.Reporting |