We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a515e commit 274de37Copy full SHA for 274de37
1 file changed
src/StorageGRID-Webscale.psm1
@@ -15806,13 +15806,11 @@ function Global:New-SgwS3AccessKey {
15806
[parameter(
15807
Mandatory = $False,
15808
Position = 2,
15809
- ParameterSetName = "account",
15810
ValueFromPipelineByPropertyName = $True,
15811
HelpMessage = "Id of the StorageGRID Account to create new S3 Access Key for.")][String]$AccountId,
15812
15813
15814
Position = 3,
15815
- ParameterSetName = "user",
15816
15817
HelpMessage = "ID of a StorageGRID User.")][Alias("userUUID")][String]$UserId,
15818
0 commit comments