PowerVCF 2.4.0 was released today. Below are the highlights of this release
To install the latest release simply run Install-Module -Name PowerVCF -MinimumVersion 2.4.0
To update your current version run Update-module -Name PowerVCF
- Updated
Request-VCFTokencmdlet for better error handling. - Enhanced
Get-VCFClustercmdlet to return associated vSphere Distributed Switches. - Enhanced
Get-VCFManagercmdlet to return the SDDC Manager version inx.y.zformat. - Enhanced
Get-VCFManagercmdlet to return the SDDC Manager build inxxxxxxxformat. - Added
Set-VCFCredentialAutoRotatecmdlet to configure or disable credential auto-rotation for a credential managed by SDDC Manager. - Added
Get-VCFProxycmdlet to retrieve the proxy configuration for the SDDC Manager. - Added
Set-VCFProxycmdlet to configure the proxy configuration for the SDDC Manager. - Added
Get-VCFIdentityProvidercmdlet to retrieve the identity provider configuration. - Added
Remove-VCFIdentityProvidercmdlet to delete an identity provider. - Added
New-VCFIdentityProvidercmdlet to configure an embedded or external identity provider. - Added
Update-VCFIdentityProvidercmdlet to update the configuration of an embedded or external identity provider. - Added cmdlet aliases:
- Added
Get-VCFNsxManagerClusterforGet-VCFNsxtCluster. - Added
Get-VCFNsxEdgeClusterforGet-VCFEdgeCluster. - Added
Get-VCFAriaLifecycleforGet-VCFVrslcm. - Added
New-VCFAriaLifecycleforNew-VCFVrslcm. - Added
Remove-VCFAriaLifecycleforRemove-VCFVrslcm. - Added
Reset-VCFAriaLifecycleforReset-VCFVrslcm. - Added
Get-VCFAriaOperationsforGet-VCFVrops. - Added
Get-VCFAriaOperationsConnectionforGet-VCFVropsConnection. - Added
Set-VCFAriaOperationsConnectionforSet-VCFVropsConnection. - Added
Get-VCFAriaOperationsLogsforGet-VCFVrli. - Added
Get-VCFAriaOperationsLogsConnectionforGet-VCFVrliConnection. - Added
Set-VCFAriaOperationsLogsConnectionforSet-VCFVrliConnection. - Added
Get-VCFAriaAutomationforGet-VCFVra.
- Added
- Fixed
validateJsonInputfunction to prevent it from truncating directly passed JSON content.