Azure / autorest

OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
MIT License
4.54k stars 728 forks source link

EXEC : error | error : Could not read readme.md in private repo #4979

Open mc3784 opened 2 weeks ago

mc3784 commented 2 weeks ago

Hi, I followed the .Generate .NET management plane SDK with the option described here for public repo: [Generate from Private GitHub Repos](Generate from Private GitHub Repos) image But when running: dotnet build /t:GenerateCode I am getting an error becuase apparently the code cannot read the file: https://github.com/Azure/azure-rest-api-specs-pr/blob/e2c097a3a5d33757c64783fdcac8e40c6b30c744/specification/orbitalplanetarycomputer/resource-manager/readme.md?token=GHSAT0AAAAAACTE4BYBJKNYJP74MM4WM5YGZTRTZJQ

image

I am sure there is something obvious that I am missing but I cannot understand what it is, can somebody help me to understand? Thank you so much!!!