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

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

    Issue actions