Skip to content

Commit a6d96ef

Browse files
committed
Improved formatting
1 parent 9c7ae8e commit a6d96ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/internal/Invoke-AzureBatchRequest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
Write-Debug ($requestChunk | ConvertTo-Json -Depth 10)
122122

123-
Write-Verbose "Processing batch of $($requestChunk.count) request(s):`n$(($requestChunk | Sort-Object Url | % {" - $($_.Name) - $($_.Url)"} ) -join "`n")"
123+
Write-Host "Processing batch of $($requestChunk.count) request(s):`n$(($requestChunk | Sort-Object Url | % {" $($_.Url)"} ) -join "`n")"
124124

125125
#region process given chunk of batch requests
126126
$start = Get-Date

src/internal/Invoke-GraphBatchRequest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231

232232
Write-Debug ($requestChunk | ConvertTo-Json -Depth 10)
233233

234-
Write-Verbose "Processing batch of $($requestChunk.count) request(s):`n$(($requestChunk | Sort-Object Url | % {" - $($_.Id) - $($_.Url)"} ) -join "`n")"
234+
Write-Host "Processing batch of $($requestChunk.count) request(s):`n$(($requestChunk | Sort-Object Url | % {" $($_.Url)"} ) -join "`n")"
235235

236236
#region process given chunk of batch requests
237237
$start = Get-Date

0 commit comments

Comments
 (0)