Skip to content

Releases: rubrikinc/rubrik-powershell-sdk

Version_1.12.4

31 Jan 00:45
Compare
Choose a tag to compare

Version 1.12.4

Schema Update:

See API Changelog
for API additions, deprecations and breaking changes.

Version_1.12.3

24 Jan 02:05
Compare
Choose a tag to compare

Version 1.12.3

Schema Update:

See API Changelog
for API additions, deprecations and breaking changes.

Fixes:

  • Fixed multiple CVEs in dependencies

Version_1.12.2

17 Jan 19:48
Compare
Choose a tag to compare

Version 1.12.2

Schema Update:

See API Changelog
for API additions, deprecations and breaking changes.

New Features:

  • Get-RscType now has auto-completion for -Name parameter.

Fixes:

  • E2E test fixes
    #171
    #170
  • Generated documentation fixes
    #169
  • Fix Get-RscSla when using -id
    #168
  • Fix Get-RscMssqlInstance fields to account for API changes
    #167

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.