Skip to content

Commit

Permalink
correcting pests
Browse files Browse the repository at this point in the history
  • Loading branch information
kayasax committed Sep 4, 2024
1 parent 9a60c84 commit b88b402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EasyPIM/internal/functions/Invoke-ARM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ function Invoke-ARM {
}
#>
if ($body -ne ""){
$response=Invoke-AZRestMethod -Method $method -Uri $restURI -payload $body
$response=Invoke-AZRestMethod -Method $method -Uri $restURI -payload $body
}
else {
$response=Invoke-AZRestMethod -Method $method -Uri $restURI
}
}

return $response.content | convertfrom-json

Expand Down

0 comments on commit b88b402

Please sign in to comment.