We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c6666 commit 24f9a8eCopy full SHA for 24f9a8e
1 file changed
src/StorageGRID-Webscale.psm1
@@ -12571,7 +12571,7 @@ function Global:Get-SgwIlmRules {
12571
HelpMessage = "ILM rule ID.")][String]$Id,
12572
[parameter(Mandatory = $False,
12573
Position = 3,
12574
- HelpMessage = "Include optional information.")][ValidateString("compliance")][String]$Include
+ HelpMessage = "Include optional information.")][ValidateSet("compliance")][String]$Include
12575
)
12576
12577
Begin {
0 commit comments