Update Mandatory Setting for DatastoreId

This commit is contained in:
Wes Carroll
2019-07-21 18:24:16 -04:00
parent fee7cd9723
commit 8267474d8a
+1 -1
View File
@@ -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,