Releases: rubrikinc/rubrik-powershell-sdk
Releases · rubrikinc/rubrik-powershell-sdk
Version_1.12.4
Version 1.12.4
Schema Update:
See API Changelog
for API additions, deprecations and breaking changes.
Version_1.12.3
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
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:
Version_1.12.1
Version 1.12.1
New Features:
- schema update
Fixes:
- Bugfix for
Get-RscVmwareVm
Version_1.12
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
Version 1.11.2
Schema update.
Version_1.11
Version 1.11
Schema update.
Version_1.10
Version 1.10
- Updated schema,
- Documentation fixes.
Version_1.9
Version_1.8
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.