diff --git a/images.CI/macos/select-datastore.ps1 b/images.CI/macos/select-datastore.ps1 index 23b5fb5a4a76..cc7af8efa3fe 100644 --- a/images.CI/macos/select-datastore.ps1 +++ b/images.CI/macos/select-datastore.ps1 @@ -36,9 +36,11 @@ param( [ValidateNotNullOrEmpty()] [string]$VIPassword, - [string]$TagCategory = "Busy", + [Parameter(Mandatory)] + [ValidateNotNullOrEmpty()] + [string]$Cluster, - [string]$Cluster + [string]$TagCategory = "Busy" ) # Import helpers module