Skip to content

Commit b4ec45d

Browse files
committed
Another Alias fix
1 parent 92918a3 commit b4ec45d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/StorageGRID-Webscale.psm1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4930,19 +4930,19 @@ function Global:Update-SgwS3Endpoint {
49304930
[parameter(Mandatory = $False,
49314931
Position = 7,
49324932
ParameterSetName = "UriAndUrnAndKey",
4933-
HelpMessage = "S3 Access Key authorized to use the endpoint.")][Alias("AccessKeyId")]
4933+
HelpMessage = "S3 Access Key authorized to use the endpoint.")]
49344934
[parameter(Mandatory = $False,
49354935
Position = 7,
49364936
ParameterSetName = "UriAndNameAndKey",
4937-
HelpMessage = "S3 Access Key authorized to use the endpoint.")][Alias("AccessKeyId")]
4937+
HelpMessage = "S3 Access Key authorized to use the endpoint.")]
49384938
[parameter(Mandatory = $False,
49394939
Position = 7,
49404940
ParameterSetName = "RegionAndUrnAndKey",
4941-
HelpMessage = "S3 Access Key authorized to use the endpoint.")][Alias("AccessKeyId")]
4941+
HelpMessage = "S3 Access Key authorized to use the endpoint.")]
49424942
[parameter(Mandatory = $False,
49434943
Position = 7,
49444944
ParameterSetName = "RegionAndNameAndKey",
4945-
HelpMessage = "S3 Access Key authorized to use the endpoint.")][Alias("AccessKeyId")]
4945+
HelpMessage = "S3 Access Key authorized to use the endpoint.")]
49464946
[parameter(Mandatory = $False,
49474947
Position = 7,
49484948
ParameterSetName = "NameOnlyAndKey",

0 commit comments

Comments
 (0)