Update Mandatory Setting for DatastoreId
This commit is contained in:
@@ -20,7 +20,7 @@ function Get-ZADatastore {
|
|||||||
[Parameter(
|
[Parameter(
|
||||||
HelpMessage = "The datastore cluster identifier. Gets a list of datastores in the cluster.",
|
HelpMessage = "The datastore cluster identifier. Gets a list of datastores in the cluster.",
|
||||||
ParameterSetName = "cluster",
|
ParameterSetName = "cluster",
|
||||||
Mandatory = "true"
|
Mandatory = $true
|
||||||
)]
|
)]
|
||||||
[ValidateNotNullOrEmpty()]
|
[ValidateNotNullOrEmpty()]
|
||||||
[string]$clusterIdentifier,
|
[string]$clusterIdentifier,
|
||||||
|
|||||||
Reference in New Issue
Block a user