Skip to content

Version_1.8

Compare
Choose a tag to compare
@guirava guirava released this 22 Aug 16:41
· 123 commits to main since this release

Version 1.8

New Features:

  • Get-RscVmwareVm now takes a cluster object via pipeline. e.g. Get-RscCluster "foo" | Get-RscVmwareVm
  • Add snapshotconsistencylevel to vSphereVM fields that are fetched from API.

Fixes:

  • Fixed issue with publishing SDK to PowerShell Gallery due to
    PowerShell 5.1 dependencies issues.
  • Fixed an issue with access token auto-renewal not being saved in the
    PowerShell session (rseulting in multiple token renew calls).
  • Corrected the -Relic switch in Get-RscVmwareVm to properly filter on relic status.
  • Fixed an issue with mapping UNKNOWN values to schema enums.