mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
select-datastore: make cluster parameter mandatory (#6112)
This commit is contained in:
@@ -36,9 +36,11 @@ param(
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string]$VIPassword,
|
||||
|
||||
[string]$TagCategory = "Busy",
|
||||
[Parameter(Mandatory)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string]$Cluster,
|
||||
|
||||
[string]$Cluster
|
||||
[string]$TagCategory = "Busy"
|
||||
)
|
||||
|
||||
# Import helpers module
|
||||
|
||||
Reference in New Issue
Block a user