From 303e12fe2bbf3e97a50098d0445eae7c54189400 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Mon, 11 Mar 2019 09:44:42 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb1d9c1..ded53b9 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,15 @@ Once you have found the command that you want to know about you can call `Get-He If you are using this as part of a larger script, I highly suggest explicitly ending your session with the `Disconnect-ZertoSession` command. This will delete the token authorization from the Zerto Virtual Manager as well as clear all Module scoped variables. +## Recent Updates + +- March 11th, 2019: Create basic VPG completed. Please see [New-ZertoVpg Help](https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/New-ZertoVpg.md) + ## TODO - Complete Help Markdown Files - JFLR Functionality -- Create VPG +- Create VPG (Per-VM modification and Backup Settings) - Edit VPG - Delete Zerto License - Flesh out Pester Tests