Fix Get-ZARPOStat issues with tests and docs

This commit is contained in:
Wes Carroll
2019-06-09 09:59:05 -04:00
parent 9262f1b42d
commit 1c9a5bb6cb
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -9,6 +9,8 @@ schema: 2.0.0
## SYNOPSIS
Retrieves Rpo min, max and avg. Stats.
## SYNTAX
```
@@ -16,7 +18,8 @@ Get-ZARPOStat [-vpgIdentifier] <String> [[-startDate] <String>] [[-endDate] <Str
```
## DESCRIPTION
{{ Fill in the Description }}
Retrieves Rpo min, max and avg. Stats.
## EXAMPLES