Update Remove-Asset.ps1

This commit is contained in:
MrCarter 2020-01-23 11:16:44 -05:00 committed by GitHub
parent 621bab7d4e
commit 381ee730fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ function Remove-Asset ()
$Values = @{ $Values = @{
"ID" = $Name "ID" = $Name
} }
$Body = $Values | ConvertTo-Json $Body = $Values | ConvertTo-Json
$Parameters = @{ $Parameters = @{