From 8267474d8acdef51e6b211a0d59dbabc2d465ade Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 21 Jul 2019 18:24:16 -0400 Subject: [PATCH] Update Mandatory Setting for DatastoreId --- ZertoApiWrapper/Public/Get-ZADatastore.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZertoApiWrapper/Public/Get-ZADatastore.ps1 b/ZertoApiWrapper/Public/Get-ZADatastore.ps1 index 60bdc9e..14f074a 100644 --- a/ZertoApiWrapper/Public/Get-ZADatastore.ps1 +++ b/ZertoApiWrapper/Public/Get-ZADatastore.ps1 @@ -20,7 +20,7 @@ function Get-ZADatastore { [Parameter( HelpMessage = "The datastore cluster identifier. Gets a list of datastores in the cluster.", ParameterSetName = "cluster", - Mandatory = "true" + Mandatory = $true )] [ValidateNotNullOrEmpty()] [string]$clusterIdentifier,