Azure / Azure/azure-powershell
[Feature]: Make `Invoke-AzRestMethod` handle throttling 429
Open
Azure PS Team
customer-reported
feature-request
Tracking
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description of the new feature
Would be useful if the `Invoke-AzRestMethod` cmdlet could handle throttling / error code 429. As in try again after the given waiting time.
```json
{
"error": {
"code": "429",
"message": "Too many requests. Please retry."
}
}
```
Related:
* 2024-04-04: #24576
* 2025-05-12: #27734
### Proposed implementation details (optional)
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.