You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HelpMessage="Comma separated list of capabilities of the account. Can be swift, S3 and management (e.g. swift,s3 or s3,management ...).")][String[]]$Capabilities,
542
542
[parameter(
543
-
Mandatory=$True,
543
+
Mandatory=$False,
544
544
Position=2,
545
545
HelpMessage="New name of the StorageGRID Webscale Account.")][String]$Name,
546
546
[parameter(
547
547
Mandatory=$False,
548
548
Position=3,
549
+
HelpMessage="Use account identity source (supported since StorageGRID 10.4).")][Boolean]$UseAccountIdentitySource=$true,
550
+
[parameter(
551
+
Mandatory=$False,
552
+
Position=4,
553
+
HelpMessage="Quota for tenant in bytes.")][Long]$Quota,
554
+
[parameter(
555
+
Mandatory=$False,
556
+
Position=5,
549
557
HelpMessage="StorageGRID Webscale Management Server object. If not specified, global CurrentSGWServer object will be used.")][PSCustomObject]$Server
550
558
)
551
559
@@ -556,38 +564,41 @@ function Global:Replace-SGWAccount {
556
564
if (!$Server) {
557
565
Throw"No StorageGRID Webscale Management Server management server found. Please run Connect-SGWServer to continue."
0 commit comments