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
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