9.7 KiB
9.7 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project is transitioning to Semantic Versioning.
[Unreleased]
Zerto Virtual Manager
Fixed
- Updated
Get-ZertoEventto translate a vpg name parameter to a vpgIdentifier per the API documentation - Updated
Invoke-ZertoMoveCommitto ensure that when one of the parameter switches is defined, all required parameters are sent to avoid conflicts with parameters passed with theInvoke-ZertoMovecommand.
[1.4.1]
General
- Removed RELEASENOTES and converted to a CHANGELOG format.
- Updated the build process to follow Semantic Versioning.
- Updated the build process to use the latest Pester Version (4.10.1)
- Updated the build process to use the latest PS Script Analyzer Version (1.19.0)
- Updated the Tests Files to use a more modern method of grabbing the PSScriptPath
Zerto Virtual Manager
- Refactored
Copy-ZertoVpgfunctionality to leverage identifier and name maps and eliminatewhere-objectsearches. - Updated
Get-ZertoEventparameter to fall in line with the filter parameter name in the API documentation. Moved the old parameter name to an alias to ensure that existing functionality continues to work.
[1.4.0.20200410]
Zerto Virtual Manager
- Addressed a reported issue in the
Get-ZertoRecoveryReportfunction where the-VpgIdentifierparameter was not working. This parameter is not accepted by the API as a valid filter and is ignored. This parameter has been removed from the function. - Addressed a reported issue where the
Export-ZertoVpgNicSettingfunction would not properly execute when run against a VM with no NICs attached. - In reviewing the
Export-ZertoVpgNicSetting, a review of theImport-ZertoVpgNicSettingwas completed and it was determined to update the import logic based on various test cases. Along with this, it is now possible to reset the NIC settings to the default state with theImport-ZertoVpgNicSettingcommand. Please review the Import-ZertoVpgNicSetting help to review the updated options and import logic. - Refactored the
Checkpoint-ZertoVpgcommand to allow pipeline input (ByValue and ByProperty) for the VpgName parameter. - Corrected a parameter typo in the
Get-ZertoVpgSettingfunction. The misspelt parameter was added as an alias to ensure any existing scripts using the parameter continue to function. - Refactored the
Get-ZertoVpgcommand to remove repetitive commands and variables that are no longer required. - Moved
Invoke-ZertoRestRequestandInvoke-ZARestRequestto be public functions. As there become more and more scenarios where there are not prebuilt functions to accomplish complex specialized tasks, it became apparent that these functions could be leveraged to make the experience and workflow easier. - Updated the
Install-ZertoVralogic to ensure that the target datastore is available on the target host. There isn't currently any method to validate the target network, but if that becomes available in a later version of the API, the function will be updated. - Updated the
Install-ZertoVrafunction to allow for installation of the VRA using the host password method. Please review the Install-ZertoVra documentation for syntax and examples. - Updated the
Edit-ZertoVrafunction to allow for modification of the associated ESX host password if the need arises. Please review the Edit-ZertoVra documentation for syntax and examples. - Added a new function,
Set-ZertoUserCredential, to allow the updating of the username and password used to connect the Zerto Virtual Manager to the paired hypervisor. Please see the Set-ZertoUserCredential help for additional information. - With the release of Zerto 8.0 some additional API endpoints have become available.
- Updated
Get-ZertoVirtualizationSiteto add the-repositoryparameter to enable returning information for LTR repositories. - Updated
Get-ZertoVpgSettingto add the-ltrparameter to enable returning information for current LTR settings for the selected VPG.
- Updated
Zerto Analytics
- Added several functions for the newly added Zerto Analytics Planner.
Get-ZAPlannerSiteHelp can be found here: Get-ZAPlannerSiteGet-ZAPlannerStatsReportHelp can be found here: Get-ZAPlannerStatsReportGet-ZAPlannerJournalSizeReportHelp can be found here: Get-ZAPlannerJournalSizeReportGet-ZAPlannerNetworkPerformanceReportHelp can be found here: Get-ZAPlannerNetworkPerformanceReportGet-ZAPlannerWanReportHelp can be found here: Get-ZAPlannerWanReportGet-ZAPlannerZcasReportHelp can be found here: Get-ZAPlannerZcasReport
- Created
Get-ZAProtectedVmandGet-ZAProtectedVmReportfunctions to leverage the newly released Zerto Analytics APIs for this data. Help files can be found here: Get-ZAProtectedVm and Get-ZAProtectedVmReport
[1.3.0.20191201]
Zerto Virtual Manager
- Zerto version 7.5 has been released. As part of this release Zerto has added API functionality that requires the following updates.
- A token is now required to pair two sites together. The need is discussed in Issue 46. To implement this change a
-tokenparameter has been added to theAdd-ZertoPeerSitefunction. - A new function has been added;
New-ZertoPairingToken. This function will allow users to generate a pairing authentication token from the target ZVM to be used in the pairing process. Issue 47 covers additional details.
- A token is now required to pair two sites together. The need is discussed in Issue 46. To implement this change a
- A new function has been added;
Invoke-ZertoEvacuateVra. This function will allow users to evacuate a target VRA by specifying a Host Name, VRA Name, or VRA Identifier. All VMs currently replicating to the specified location will be migrated to different targets. Issue 51 - A function has been added;
Copy-ZertoVpg. This function will allow users to copy the settings of a single VPG and add new VMs to it. There is currently no customization beyond specifying the VMs to be placed in the newly created VPG. Should additional edits \ updates be required, they should be done post creation. Issue 54 - Fixed issue 57 where a
Start-ZertoFailoverTestwould throw an error complaining about validating the body parameter. This has been fixed and tested against Zerto Virtual Manager 7.5 Update 1 with Windows PowerShell 5.1 and PowerShell Core 6.2.
[1.2.0.20190801]
Zerto Virtual Manager
- Added two functions to aid in bulk updating of NIC information for protected VMs. (Issue 38)
- Fixed an issue where a VPG being created with a single VM member would not be parsed by the API correctly using PowerShell 5.1
Zerto Analytics
- Fixed an issue where the Zerto Analytics Rest Request function was not checking for the token before attempting a connection.
- Fixed an issue where the
Get-ZAVpgmethod would return a 404 error when a-vpgIdentifierparameter was specified.
General Updates
- Updated the way that tests are invoked and parsed to ensure that both source and built module files are tested. This will ensure that what is being shipped passes all tests along with testing of the source files.
- Added additional parameter validation tests to several of the functions. On-going effort to complete stand alone unit testing of each function.
[Initial Release]
Zerto Virtual Manager
- Updated
Invoke-ZertoRestRequestto work in Powershell 5.1 as well as Powershell core
Zerto Analytics
- Implemented Zerto Analytics Functionality. Please see Getting Started with Zerto Analytics