Skip to content

[Feature]: Make Invoke-AzRestMethod handle throttling 429 #27752

Open
@o-l-a-v

Description

@o-l-a-v

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.

{
  "error": {
    "code": "429",
    "message": "Too many requests. Please retry."
  }
}

Related:

Proposed implementation details (optional)

No response

Activity

added
feature-requestThis issue requires a new behavior in the product in order be resolved.
needs-triageThis is a new issue that needs to be triaged to the appropriate team.
on May 13, 2025
added
needs-triageThis is a new issue that needs to be triaged to the appropriate team.
and removed
needs-triageThis is a new issue that needs to be triaged to the appropriate team.
on May 13, 2025
added
TrackingWe will track status and follow internally
and removed
needs-triageThis is a new issue that needs to be triaged to the appropriate team.
on May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Azure PS TeamTrackingWe will track status and follow internallycustomer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @o-l-a-v@isra-fel

        Issue actions

          [Feature]: Make `Invoke-AzRestMethod` handle throttling 429 · Issue #27752 · Azure/azure-powershell