Skip to content

Commit e33df64

Browse files
Merge pull request #19 from nyanhp/batchfix
Remove unsupported parameter
2 parents 1f20339 + e924984 commit e33df64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MiniGraph/functions/Invoke-GraphRequestBatch.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
}
190190

191191
try {
192-
(MiniGraph\Invoke-GraphRequestBatch -Name $Name -Request $retry -NoProgress -ErrorAction Stop).responses
192+
(MiniGraph\Invoke-GraphRequestBatch -Request $retry -ErrorAction Stop).responses
193193
}
194194
catch {
195195
Write-Error -Message "Error sending retry batch: $($_.Exception.Message)" -TargetObject $retry

0 commit comments

Comments
 (0)