Skip to content

Commit f13ad3c

Browse files
committed
renamed Delete-* Cmdlets to approved verb Remove-*
1 parent e87f6f8 commit f13ad3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/StorageGRID-Webscale.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function global:Connect-SGWServer {
123123
[System.Net.ServicePointManager]::CertificatePolicy = New-Object TrustAllCertsPolicy
124124
}
125125
else {
126-
$PSDefaultParameterValues.Add("Invoke-RestMethod:SkipCertificateCheck",$true)
126+
Write-Warning "PowerShell 6 does not yet support skipping of certificate checks"
127127
}
128128
}
129129

@@ -364,7 +364,7 @@ function Global:New-SGWAccount {
364364
.DESCRIPTION
365365
Delete a StorageGRID Webscale Account
366366
#>
367-
function Global:Delete-SGWAccount {
367+
function Global:Remove-SGWAccount {
368368
[CmdletBinding()]
369369

370370
PARAM (

0 commit comments

Comments
 (0)