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

Provide pipeline support for New-RubrikSLA #484

Closed
jaapbrasser opened this issue Oct 28, 2019 · 1 comment
Closed

Provide pipeline support for New-RubrikSLA #484

jaapbrasser opened this issue Oct 28, 2019 · 1 comment
Assignees

Comments

@jaapbrasser
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently Set-RubrikSLA support pipeline input from Get-RubrikSLA, this behavior should also be available for New-RubrikSLA.

Describe the solution you'd like

Pipelining is a core concept of PowerShell, currently Set-RubrikSLA supports it. It would be beneficial if the logic that is used in Set-RubrikSLA gets ported to New-RubrikSLA, for example:

Get-RubrikSLA -Name 'AWS Gold DND' | New-RubrikSLA -Name 'AWS Gold DND - 2nd Edition'
@shamsway
Copy link
Contributor

Resolved by #548

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants