4090e73b8c | ||
---|---|---|
.. | ||
automation | ||
directory | ||
dotnet | ||
go | ||
java | ||
js | ||
python | ||
README.md | ||
ci.yml | ||
samples-automation.yml |
README.md
Automation for SDK Examples
A pipeline tool for collecting SDK examples for azure-rest-api-specs-examples.
Entry point is automation/main.sh
.
Configuration file is automation/configuration.json
.
Workflow
For each language:
- List recent releases from each github repository.
- For management-plane SDK, checkout the SDK repository on the specific release tag.
- Collect sample codes from the SDK repository.
- Validate the package and code.
- Create PR to "azure-rest-api-specs-examples" repository.
After process completed, create PR to "azure-rest-api-specs-examples" "metadata" branch for csv files.