Skip to content

Commit

Permalink
Merge pull request #122 from recklessop/master
Browse files Browse the repository at this point in the history
Updates to support Install-ZertoVRA function
  • Loading branch information
recklessop authored Feb 26, 2022
2 parents ccc4118 + 7e61fbe commit 14d36ab
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project is transitioning to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.4]

### Zerto Virtual Manager

#### Updated

* Updated `Install-ZertoVra` function [help documentation](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Install-ZertoVra.md) to allow for configuring the number of vCPUs during deployment. Special thanks to @mitchellen for the fix.

## [1.5.3]

### Zerto Virtual Manager
Expand Down
16 changes: 16 additions & 0 deletions docs/Install-ZertoVra.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -numofCPU
Initial number of vCPUs to assign to the VRA.
Default is 1, Minimum is 1, Maximum is 4
```yaml
Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -memoryInGB
Initial amount of memory to assign to the VRA in GB.
Default is 3, Minimum is 1, Maximum is 16
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.3
1.5.4

0 comments on commit 14d36ab

Please sign in to comment.