Rubrik SDK for PowerShell v5.2
Summary of Changes
For a full summary of changes between all version, please take a look at our CHANGELOG.md
Changed
- Changed Get/Set Rubrik-Blackout to use correctly API version for Rubrik CDM 5.1 and later Issue 679
- Changed
Remove-RubrikUnmanagedObjectto use correct REST endpoint for Rubrik CDM 5.2 and later Issue 671
Added
- Added
Get-RubrikBlackoutcmdlet as requested in Issue 688 - Added additional example to
New-RubrikVolumeGroupMountIssue 660 - Added additional example to
Invoke-RubrikRESTCallIssue 655 - Added new cmdlet
Set-RubrikReportto allow for changing settings on Rubrik Reports, and added associated unit tests Issue 654 - Added
DetailedObjectparameter & updated documentation for:Get-RubrikDatabaseMount,Get-RubrikHyperVVM,Get-RubrikMount,Get-RubrikNutanixVM,Get-RubrikReport,Get-RubrikSLA,Get-RubrikUser,Get-RubrikVCenter,Get-RubrikVMwareDatastore,Get-RubrikVMwareHostIssue 651 - Added additional example to
Get-RubrikVolumeGroupIssue 647 - New switch added to
Get-RubrikEvent-IncludeEventSerieswhich determines if EventSeries events are included in the results Issue 626
Fixed
- The
DynamicDNSparameter ofNew-RubrikLDAPis no longer a mandatory parameter Issue 662 - Fixed
Test-RubrikSLAinternal function behaviour to no longer enforcelocalcluster ID when not supplied Issue 659 - WhatIf/Verbose messages for
Remove-RubrikSLAwill display SLA name and ID for additional clarification Issue 653 - Invoke-RubrikRestCall no longer takes Body object for Get Method Issue 652
- Created entries for 5.2 endpoints in
Get-RubrikAPIDataprivate function forGet-RubrikEvent&Get-RubrikEventSerieswhich caused these cmdlets to no longer work on Rubrik CDM 5.2 Issue 626
Deprecated
- The
Remove-RubrikOrgAuthorization&Set-RubrikOrgAuthorizationcmdlets no longer work in 5.2 because of API changes Issue 681 - Functionality in
Get-RubrikEventSeriesis limited to only queries by specific EventSeries id on Rubrik CDM Clusters running versions higher than 5.2. Original functionality is still available for backwards compatibility with older versions of Rubrik CDM Issue 626