File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14416,6 +14416,8 @@ function Global:Update-SgwManagementCertificate {
1441614416 $Body.caBundleEncoded = $CaBundle
1441714417 $Body.privateKeyEncoded = $PrivateKey
1441814418
14419+ Write-Verbose "Body: $Body"
14420+
1441914421 try {
1442014422 $Response = Invoke-SgwRequest -WebSession $Server.Session -Method $Method -Uri $Uri -Headers $Server.Headers -Body $Body -SkipCertificateCheck:$Server.SkipCertificateCheck
1442114423 }
@@ -14618,6 +14620,8 @@ function Global:Update-SgwObjectCertificate {
1461814620 $Body.caBundleEncoded = $CaBundle
1461914621 $Body.privateKeyEncoded = $PrivateKey
1462014622
14623+ Write-Verbose "Body: $Body"
14624+
1462114625 try {
1462214626 $Response = Invoke-SgwRequest -WebSession $Server.Session -Method $Method -Uri $Uri -Headers $Server.Headers -Body $Body -SkipCertificateCheck:$Server.SkipCertificateCheck
1462314627 }
You can’t perform that action at this time.
0 commit comments