v2.4.0
github-actions
released this
02 Oct 15:26
·
2 commits
to release/v2.4.0
since this release
Released: 2023-10-02
- Updated
Request-VCFToken
cmdlet for better error handling. - Enhanced
Get-VCFCluster
cmdlet to return associated vSphere Distributed Switches. - Enhanced
Get-VCFManager
cmdlet to return the SDDC Manager version inx.y.z
format. - Enhanced
Get-VCFManager
cmdlet to return the SDDC Manager build inxxxxxxx
format. - Added
Set-VCFCredentialAutoRotate
cmdlet to configure or disable credential auto-rotation for a credential managed by SDDC Manager. - Added
Get-VCFProxy
cmdlet to retrieve the proxy configuration for the SDDC Manager. - Added
Set-VCFProxy
cmdlet to configure the proxy configuration for the SDDC Manager. - Added
Get-VCFIdentityProvider
cmdlet to retrieve the identity provider configuration. - Added
Remove-VCFIdentityProvider
cmdlet to delete an identity provider. - Added
New-VCFIdentityProvider
cmdlet to configure an embedded or external identity provider. - Added
Update-VCFIdentityProvider
cmdlet to update the configuration of an embedded or external identity provider. - Added cmdlet aliases:
- Added
Get-VCFNsxManagerCluster
forGet-VCFNsxtCluster
. - Added
Get-VCFNsxEdgeCluster
forGet-VCFEdgeCluster
. - Added
Get-VCFAriaLifecycle
forGet-VCFVrslcm
. - Added
New-VCFAriaLifecycle
forNew-VCFVrslcm
. - Added
Remove-VCFAriaLifecycle
forRemove-VCFVrslcm
. - Added
Reset-VCFAriaLifecycle
forReset-VCFVrslcm
. - Added
Get-VCFAriaOperations
forGet-VCFVrops
. - Added
Get-VCFAriaOperationsConnection
forGet-VCFVropsConnection
. - Added
Set-VCFAriaOperationsConnection
forSet-VCFVropsConnection
. - Added
Get-VCFAriaOperationsLogs
forGet-VCFVrli
. - Added
Get-VCFAriaOperationsLogsConnection
forGet-VCFVrliConnection
. - Added
Set-VCFAriaOperationsLogsConnection
forSet-VCFVrliConnection
. - Added
Get-VCFAriaAutomation
forGet-VCFVra
.
- Added
- Fixed
validateJsonInput
function to prevent it from truncating directly passed JSON content.