We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87f6f8 commit f13ad3cCopy full SHA for f13ad3c
1 file changed
src/StorageGRID-Webscale.psm1
@@ -123,7 +123,7 @@ function global:Connect-SGWServer {
123
[System.Net.ServicePointManager]::CertificatePolicy = New-Object TrustAllCertsPolicy
124
}
125
else {
126
- $PSDefaultParameterValues.Add("Invoke-RestMethod:SkipCertificateCheck",$true)
+ Write-Warning "PowerShell 6 does not yet support skipping of certificate checks"
127
128
129
@@ -364,7 +364,7 @@ function Global:New-SGWAccount {
364
.DESCRIPTION
365
Delete a StorageGRID Webscale Account
366
#>
367
-function Global:Delete-SGWAccount {
+function Global:Remove-SGWAccount {
368
[CmdletBinding()]
369
370
PARAM (
0 commit comments