Skip to content

Releases: rubrikinc/rubrik-powershell-sdk

Version_1.11

13 Oct 04:45
Compare
Choose a tag to compare

Version 1.11

Schema update.

Version_1.10

29 Sep 02:17
Compare
Choose a tag to compare

Version 1.10

  • Updated schema,
  • Documentation fixes.

Version_1.9

27 Aug 09:41
Compare
Choose a tag to compare

Version 1.9

Fixes:

  • Get-RscFileSet : fix arg assignment in nested query
    #134

Version_1.8

22 Aug 16:41
Compare
Choose a tag to compare

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.

Version_1.7

08 Jul 16:48
Compare
Choose a tag to compare

Version 1.7

Fixes:

  • SDK dependencies updated because of vulnerabilities
    (System.IdentityModel.Tokens.Jwt 6.22.1 -> 7.6.2,
    System.Runtime.CompilerServices.Unsafe 4.5.3 -> 6.0.0)

Version_1.6

08 Jul 07:55
Compare
Choose a tag to compare

Version 1.6

New Features:

  • Get-RscOrganization cmdlet

Fixes:

  • Get-RscPermission cmdlet parameters

Version_1.5

25 Jun 01:54
Compare
Choose a tag to compare

Version 1.5

New Features:

  • Get-RscWorkload cmdlet - Retrieves information about any supported workload type, with various filtering capabilities.
  • Get-RscVmwareVm - Added -Relic switch. Use -Relic:$false to filter out Relics. -Relic will return only Relics. No usage of -Relic will return all (default operation). -Name parameter is now position 0, so you don't have to specify -Name.
  • Get-RscNutanixVm - New cmdlet to get Nutanix VMs
  • Register-RscRubrikBackupService - New cmdlet to register RBS on VMs
  • Get-RscRole - Gets list of RSC Roles
  • Get-RscPermission - Gets list of RSC Permissions from Role
  • New-RscPermission - Creates new RSC Permission object
  • Merge-RscPermission - Merges an RSC Permission object into a Role object
  • Set-RscRole - Updates a Role in RSC with a Role object
  • New-RscSla - Now accepts -DailySchedule as a parameter

Fixes:

Breaking Changes:

  • Removed legacy Get-RscVsphereVm CS cmdlet. Please use Get-RscVmwareVm.

Version_1.4

21 May 16:10
Compare
Choose a tag to compare

Version 1.4

New Features:

  • Set-RscNasShare and Set-RscNasSystem for updating NAS shares and systems.
  • Remove-RscNasShare and Remove-RscNasSystem for removing NAS shares and systems.
  • Get-RscNasSystem for getting details of NAS systems.
  • New-RscNasSystem for registering a new NAS system with RSC.
  • Schema Update

Fixes:

Breaking Changes:

  • Get-RscNasShare - NasShareId parameter has been renamed to Id.
  • Get-RscNasShare no longer accepts NasSystemId. Pass a NAS system type obtained from Get-RscNasSystem to retrieve details of all NAS shares on a NAS system.
  • New-RscNasShare - NasSourceId parameter has been renamed to NasSystemId.

Version_1.3

03 May 18:01
Compare
Choose a tag to compare

Version 1.3

Schema Update

Version_1.2

01 May 11:25
Compare
Choose a tag to compare

Fixes:

  • Get-RscSnapshot - Fixed permissions issue.
  • New-RscMutationVsphere -Operation CreateAdvancedTag - Select fields by default.