Skip to content

Commit 7368366

Browse files
committed
Small fix
1 parent da1168d commit 7368366

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/StorageGRID-Webscale.psm1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ function Global:New-SGWAccount {
303303
if ($Server.APIVersion -lt 2 -and ($Quota -or $Password)) {
304304
Write-Warning "Quota and password will be ignored in API Version $($Server.APIVersion)"
305305
}
306-
307-
$Capabilities = @($Capabilities -split ',')
308306
}
309307

310308
Process {
@@ -484,10 +482,6 @@ function Global:Update-SGWAccount {
484482
if ($Server.APIVersion -lt 2 -and ($Quota -or $Password)) {
485483
Write-Warning "Quota and password will be ignored in API Version $($Server.APIVersion)"
486484
}
487-
488-
if ($Capabilities) {
489-
$Capabilities = '"' + ($Capabilities -split ',' -join '","') + '"'
490-
}
491485
}
492486

493487
Process {

0 commit comments

Comments
 (0)