We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1168d commit 7368366Copy full SHA for 7368366
1 file changed
src/StorageGRID-Webscale.psm1
@@ -303,8 +303,6 @@ function Global:New-SGWAccount {
303
if ($Server.APIVersion -lt 2 -and ($Quota -or $Password)) {
304
Write-Warning "Quota and password will be ignored in API Version $($Server.APIVersion)"
305
}
306
-
307
- $Capabilities = @($Capabilities -split ',')
308
309
310
Process {
@@ -484,10 +482,6 @@ function Global:Update-SGWAccount {
484
482
485
483
486
487
488
- if ($Capabilities) {
489
- $Capabilities = '"' + ($Capabilities -split ',' -join '","') + '"'
490
- }
491
492
493
0 commit comments