sdk/tools/Azure.GeneratorAgent/README.md
A command-line tool for automating Azure SDK code generation workflows.
<!-- Test comment: Testing new CI separation - only .NET 10.0 should be tested -->Install as a .NET global tool:
dotnet tool install --global Azure.GeneratorAgent
Authentication is handled automatically when working within Azure SDK repositories.
The Azure Generator Agent automates SDK code generation workflows, including code generation from service specifications and migration to new SDK patterns.
Generate code for an SDK:
azure-generator-agent generate <sdk-path>
Validate an SDK structure:
azure-generator-agent validate <sdk-path>
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution.