Skip to content

Releases: rubrikinc/rubrik-powershell-sdk

Version_1.12.1

17 Dec 20:02
Compare
Choose a tag to compare

Version 1.12.1

New Features:

  • schema update

Fixes:

  • Bugfix for Get-RscVmwareVm

Version_1.12

13 Dec 22:20
Compare
Choose a tag to compare
Version 1.12

New Features:

- Get-RscSla now retrieves all fields required to update or create SLA Domains.
- Set-RscSla allows pipeline input of SLA object, allowing full SLA domain automation.
- Get-RscNutanixVm can now filter by cluster.
- Get-RscVmwareVm can now filter by organization.
- Get-RscMssqlInstance can now filter out relics and replicated objects (replicas) with -Relic:$false -Replica:$false
- Get-RscMssqlDatabase can now filter out relics and replicated objects (replicas) with -Relic:$false -Replica:$false
- Register-RscRubrikBackupService now supports adding physical hosts by hostname.
- Get-RscNasSystem no longer requires -id parameter
- Get-RscNasShare no longer requires -id parameter
- New Get cmdlets
  - Get-RscArchivalLocation
  - Get-RscAzureNativeVm
  - Get-RscCloudNativeTagRule
  - Get-RscDb2Database
  - Get-RscDb2Instance
  - Get-RscHypervVm
  - Get-RscMongoCollection
  - Get-RscMongoDatabase
  - Get-RscMongoSource
  - Get-RscOracleDatabase
  - Get-RscOracleHost
  - Get-RscSapHanaDatabase
  - Get-RscSapHanaSystem
  - Get-RscAwsNativeEc2Instance

Fixes:

- Get-RscSnapshot no longer throws an exception due to overfetch of fields.
- New-RscSla now properly adds arguments to query.
- Get-RscOrganization correctly retrieves organizations by name
- Fixed format widths on some table views
- Added table formatting to cmdlets. You can revert back to list view with `<cmdlet>` | Format-List

Version_1.11.2

24 Oct 21:47
Compare
Choose a tag to compare

Version 1.11.2

Schema update.

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.