We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a37595 commit d900294Copy full SHA for d900294
src/StorageGRID-Webscale.psm1
@@ -180,7 +180,7 @@ function ConvertTo-SgwConfigFile {
180
181
PARAM (
182
[parameter(
183
- Mandatory=$True,
+ Mandatory=$False,
184
Position=0,
185
HelpMessage="Configs to store in config file")][PSCustomObject]$Configs,
186
@@ -2748,7 +2748,8 @@ function Global:Get-SgwProfile {
2748
DisableAutomaticAccessKeyGeneration = $DisableAutomaticAccessKeyGeneration;
2749
TemporaryAccessKeyExpirationTime = $TemporaryAccessKeyExpirationTime;
2750
S3EndpointUrl = $S3EndpointUrl;
2751
- SwiftEndpointUrl = $SwiftEndpointUrl}
+ SwiftEndpointUrl = $SwiftEndpointUrl;
2752
+ UseSso = $UseSso.IsPresent}
2753
}
2754
2755
if ($Name) {
0 commit comments