From 0226fdd432f99111c5f102579824319831a09bd3 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 9 Jun 2019 12:49:09 -0400 Subject: [PATCH] Fix Function Name Typos in Docs --- docs/Get-ZAJournalBreach.md | 8 ++++---- docs/Get-ZAJournalHistoryStat.md | 8 ++++---- docs/Get-ZAJournalStorageStat.md | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/Get-ZAJournalBreach.md b/docs/Get-ZAJournalBreach.md index c1e6253..03e25ba 100644 --- a/docs/Get-ZAJournalBreach.md +++ b/docs/Get-ZAJournalBreach.md @@ -5,7 +5,7 @@ online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/ schema: 2.0.0 --- -# Get-ZAJournalSummary +# Get-ZAJournalBreach ## SYNOPSIS @@ -14,7 +14,7 @@ Retrieves the journal history breaches over the selected timeframe. ## SYNTAX ``` -Get-ZAJournalSummary [-vpgIdentifier] [[-startDate] ] [[-endDate] ] +Get-ZAJournalBreach [-vpgIdentifier] [[-startDate] ] [[-endDate] ] [] ``` @@ -26,14 +26,14 @@ Retrieves the journal history breaches over the selected timeframe. ### Example 1 ```powershell -PS C:\> Get-ZAJournalSummary -vpgIdentifier "9876-5432-1098" +PS C:\> Get-ZAJournalBreach -vpgIdentifier "9876-5432-1098" ``` Returns Journal Breach information for VPG with identifier "9876-5432-1098" ### Example 2 ```powershell -PS C:\> Get-ZAJournalSummary -vpgIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08" +PS C:\> Get-ZAJournalBreach -vpgIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08" ``` Returns Journal Breach information for VPG with identifier "9876-5432-1098" between the dates specified. diff --git a/docs/Get-ZAJournalHistoryStat.md b/docs/Get-ZAJournalHistoryStat.md index 63b56e4..957ffc4 100644 --- a/docs/Get-ZAJournalHistoryStat.md +++ b/docs/Get-ZAJournalHistoryStat.md @@ -5,7 +5,7 @@ online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/ schema: 2.0.0 --- -# Get-ZAJournalSummary +# Get-ZAJournalHistoryStat ## SYNOPSIS @@ -14,7 +14,7 @@ Retrieves Journal history min, max and avg Statistics over the selected timefram ## SYNTAX ``` -Get-ZAJournalSummary [-vpgIdentifier] [[-startDate] ] [[-endDate] ] +Get-ZAJournalHistoryStat [-vpgIdentifier] [[-startDate] ] [[-endDate] ] [] ``` @@ -26,14 +26,14 @@ Retrieves Journal history min, max and avg Statistics over the selected timefram ### Example 1 ```powershell -PS C:\> Get-ZAJournalStorageStat -vpgIdentifier "9876-5432-1098" +PS C:\> Get-ZAJournalHistoryStat -vpgIdentifier "9876-5432-1098" ``` Returns Journal History Stats for VPG with identifier "9876-5432-1098" ### Example 2 ```powershell -PS C:\> Get-ZAJournalStorageStat -vpgIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08" +PS C:\> Get-ZAJournalHistoryStat -vpgIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08" ``` Returns Journal History Stats for VPG with identifier "9876-5432-1098" between the dates specified. diff --git a/docs/Get-ZAJournalStorageStat.md b/docs/Get-ZAJournalStorageStat.md index 6b806c8..625f650 100644 --- a/docs/Get-ZAJournalStorageStat.md +++ b/docs/Get-ZAJournalStorageStat.md @@ -5,7 +5,7 @@ online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/ schema: 2.0.0 --- -# Get-ZAJournalSummary +# Get-ZAJournalStorageStat ## SYNOPSIS @@ -14,7 +14,7 @@ Retrieves Journal Storage minimum, maximum and average. Statistics over the sele ## SYNTAX ``` -Get-ZAJournalSummary [-vpgIdentifier] [[-startDate] ] [[-endDate] ] +Get-ZAJournalStorageStat [-vpgIdentifier] [[-startDate] ] [[-endDate] ] [] ```