Skip to content

Commit

Permalink
select-datastore: make cluster parameter mandatory (actions#6112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailkoliada authored Aug 19, 2022
1 parent 96fa9f7 commit 7910ae1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images.CI/macos/select-datastore.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ param(
[ValidateNotNullOrEmpty()]
[string]$VIPassword,

[string]$TagCategory = "Busy",
[Parameter(Mandatory)]
[ValidateNotNullOrEmpty()]
[string]$Cluster,

[string]$Cluster
[string]$TagCategory = "Busy"
)

# Import helpers module
Expand Down

0 comments on commit 7910ae1

Please sign in to comment.