azure-sdk-tools/tools/azure-rest-api-specs-exampl...
Weidong Xu 4090e73b8c
examples-automation, handle corner cases and invalid cases from upstream (#9250)
2024-10-25 15:17:58 +08:00
..
automation examples automation examples-dir for tsp (#8854) 2024-08-20 13:09:10 +08:00
directory examples-automation, handle corner cases and invalid cases from upstream (#9250) 2024-10-25 15:17:58 +08:00
dotnet examples automation examples-dir for tsp (#8854) 2024-08-20 13:09:10 +08:00
go samples, use goimport 0.24 (#9020) 2024-09-21 09:43:55 +08:00
java examples automation examples-dir for tsp (#8854) 2024-08-20 13:09:10 +08:00
js examples automation examples-dir for tsp (#8854) 2024-08-20 13:09:10 +08:00
python examples automation examples-dir for tsp (#8854) 2024-08-20 13:09:10 +08:00
README.md tools, add azure-rest-api-specs-examples-automation (#7605) 2024-03-21 09:49:41 +08:00
ci.yml fix the using issue in dotnet examples (#8664) 2024-07-19 15:05:26 +08:00
samples-automation.yml tools, add azure-rest-api-specs-examples-automation (#7605) 2024-03-21 09:49:41 +08:00

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:

  1. List recent releases from each github repository.
  2. For management-plane SDK, checkout the SDK repository on the specific release tag.
  3. Collect sample codes from the SDK repository.
  4. Validate the package and code.
  5. 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.