-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
1,741 changed files
with
110,915 additions
and
35,378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,6 @@ clean: | |
|
||
test: | ||
pwsh -c "./Utils/Test-RscSdk.ps1" | ||
|
||
test-toolkit: | ||
pwsh -c "./Utils/Test-RscSdk.ps1 -SkipCoreTests" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.