Skip to content

Commit 4705286

Browse files
author
Cédric Moreau
committed
Fix for disable vsf
1 parent 509cc4e commit 4705286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerArubaSW/Public/VSF.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function Set-ArubaSWVsfDisable {
2626

2727
$url = "rest/v4/stacking/vsf/disable"
2828

29-
$response = invoke-ArubaSWWebRequest -method "POST" -url $url
29+
$response = invoke-ArubaSWWebRequest -method "POST" -url $url -body " "
3030

3131
$run = $response | convertfrom-json
3232

0 commit comments

Comments
 (0)