Skip to content

Commit

Permalink
Pipeline cli extension automation onboarding (#1397)
Browse files Browse the repository at this point in the history
* pipeline cli automation

* update az version

Co-authored-by: Xiaoxu Qi <xiaoxuqi@microsoft.com>
Co-authored-by: Yu Chen <ychenu@microsoft.com>
  • Loading branch information
3 people authored Mar 18, 2020
1 parent 2192e2e commit 0c4e8d5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://openapistorageprod.blob.core.windows.net/sdkautomation/prod/schemas/swagger_to_sdk_config.schema.json",
"meta": {
"autorest_options": {
"az": "",
"use": "@autorest/az@latest",
"sdkrel:az-src-folder": "./src/.",
"version": "3.0.6198",
"sdkrel:output-folder":".",
"clear-output-folder":"false"
},
"advanced_options": {
"create_sdk_pull_requests": true,
"sdk_generation_pull_request_base": "integration_branch"
},
"repotag": "azure-cli-extensions",
"version": "0.1.0"
}
}

0 comments on commit 0c4e8d5

Please sign in to comment.