Skip to content

SDK generation agent GH agent workflow fails with GH rate limit #43212

@praveenkuttappan

Description

@praveenkuttappan

GitHub agent workflow SDK generation agent has failed with GitHub rate limit error when installing MCP server. Step to install the MCP server is executed without GH authentication, and this can lead to failure if there are too many GitHub requests in parallel due to lower request limit for unauthenticated requests.

Solution:

Run GH auth step before MCP install step to use authenticated requests to download and install MCP server.

Change is required to run ./eng/common/scripts/ before MCP install step in below.

https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/.github/workflows/shared-github-aw-imports/install_azsdk_cli_import.md

Metadata

Metadata

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions