Skip to content

Commit

Permalink
bugfix multiple delete method
Browse files Browse the repository at this point in the history
  • Loading branch information
srozemuller committed Jul 31, 2021
1 parent a6efef4 commit 973940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Remove-AvdSessionHost.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Remove-AvdSessionhost {
Method = "DELETE"
}
try {
$results = Invoke-RestMethod @parameters -Method DELETE
$results = Invoke-RestMethod @parameters
}
catch {
Throw $_
Expand Down

0 comments on commit 973940f

Please sign in to comment.