rubrikinc / rubrik-sdk-for-powershell

Rubrik Module for PowerShell
https://build.rubrik.com/sdks/powershell/
MIT License
102 stars 87 forks source link

Add Reseed option to New-RubrikLogShipping #792

Closed dczarny closed 2 years ago

dczarny commented 3 years ago

Is your feature request related to a problem? Please describe. Yes, when trying to configure new log shipping databases, can't configure the option to reseed automatically upon failure. I hard coded the value I wanted in my local server, but should be available to all users $body.Add('makeupReseedLimit',1)

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like Create another parameter to prompt the user to set this option A clear and concise description of what you want to happen.

Describe alternatives you've considered None, its pretty simple A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

mwpreston commented 2 years ago

Quick look at this and just wanted to make a note before I forget - 6.0 and above will be required to use the v2 endpoint in order to have this option available.