Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nx-sbourdeaud committed Mar 11, 2023
1 parent 35ec1c4 commit b721e3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion ahv/get-AhvVmReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ Date By Updates (newest updates at the top)
}
else
{
$listLength = $resp.metadata.total_matches
$listLength = $resp.metadata.total_matches,
}
Write-Host "$(Get-Date) [INFO] Processing results from $($firstItem) to $($firstItem + $listLength) out of $($resp.metadata.total_matches)" -ForegroundColor Green
if ($debugme) {Write-Host "$(Get-Date) [DEBUG] Response Metadata: $($resp.metadata | ConvertTo-Json)" -ForegroundColor White}
Expand Down
Binary file modified ahv/wip/set-ServiceChain.ps1
Binary file not shown.

0 comments on commit b721e3c

Please sign in to comment.