Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmdlet fixes and additions #143

Merged
merged 16 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,29 @@

New Features:

- Get-RscSla now retrieves all fields required to update or create SLA Domains.
- Get-RscNutanixVm can now filter by cluster.
- Register-RscRubrikBackupService now supports adding physical hosts by hostname.
- 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

Fixes:

- Get-RscSnapshot no longer throws an exception due to overfetch of fields.
- New-RscSla now properly adds arguments to query.

Breaking Changes:

## Version 1.11
Expand Down
Loading