Skip to content

Commit 07f1c07

Browse files
committed
another small fix
1 parent 24f9a8e commit 07f1c07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/StorageGRID-Webscale.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12371,10 +12371,10 @@ function Global:New-SgwIlmRules {
1237112371
HelpMessage = "Entry against which the metadata values specified by metadataName should be compared. You can specify a list to create multiple filters combined with the filter logical operator.")][ValidateSet("contains","notContains","equals","notEquals","startsWith","notStartsWith","endsWith","notEndsWith","exists","notExists","lessThan","lessThanOrEquals","greaterThan","greaterThanOrEquals")][String[]]$FilterValue,
1237212372
[parameter(Mandatory = $False,
1237312373
Position = 11,
12374-
HelpMessage = "Day when retention starts. You can specify a list to create multiple retention durations.")][Integer[]]$RetentionAfter,
12374+
HelpMessage = "Day when retention starts. You can specify a list to create multiple retention durations.")][int[]]$RetentionAfter,
1237512375
[parameter(Mandatory = $False,
1237612376
Position = 12,
12377-
HelpMessage = "Number of days object data to be stored at the specified locations. Objects stored forever if null. You can specify a list to create multiple placements.")][Integer[]]$RetentionDuration,
12377+
HelpMessage = "Number of days object data to be stored at the specified locations. Objects stored forever if null. You can specify a list to create multiple placements.")][int[]]$RetentionDuration,
1237812378
[parameter(Mandatory = $False,
1237912379
Position = 13,
1238012380
HelpMessage = "One or more storage pools where object data is saved, specified as comma-separated values. You can specify a list to create multiple placements.")][String[]]$ReplicatedPoolId,

0 commit comments

Comments
 (0)