Skip to content

Commit

Permalink
Merge pull request #726 from Issen007/document_fix
Browse files Browse the repository at this point in the history
Document fix
  • Loading branch information
jaapbrasser authored Feb 23, 2021
2 parents ca3a1f7 + abb0dcc commit e294309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

* Change the Quick Start Guide to links are pointing to working VMware pages [Issue 726](https://github.com/rubrikinc/rubrik-sdk-for-powershell/issues/726)
* Changed, parameter sets, `SLA_Name/SLA_ByID/SLA_Unprotected/SLA_Forever`, added to `Protect-RubrikFileset` & `New-RubrikSnapshot`, fixing [Issue 720](https://github.com/rubrikinc/rubrik-sdk-for-powershell/issues/720)
* Added support for `WhatIf` & `Confirm` to the `Invoke-RubrikRESTCall` cmdlet fixing [Issue 713](https://github.com/rubrikinc/rubrik-sdk-for-powershell/issues/713)
* Created 3 new parameter sets to `Invoke-RubrikRESTCall` : `BodyAsArray`, `BodyAsJson`, `General` fixing [Issue 711](https://github.com/rubrikinc/rubrik-sdk-for-powershell/issues/711)
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Rubrik's API first architecture enables organizations to embrace and integrate R
The code assumes that you have already deployed at least one Rubrik cluster into your environment and have completed the initial configuration process to form a cluster. At a minimum, make sure you have installed the following:

1. [PowerShell](https://aka.ms/getps6) or Windows PowerShell
1. [PowerCLI](http://www.vmware.com/go/powercli) version 6.0 or higher
1. [PowerCLI](https://code.vmware.com/tool/vmware-powercli) version 6.0 or higher

## Note - PowerShell

Expand Down

0 comments on commit e294309

Please sign in to comment.