File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments