Skip to content

Commit

Permalink
Merge pull request #237 from test-repo-billy/JackTn-patch-1
Browse files Browse the repository at this point in the history
Update swagger_to_sdk_config.json
  • Loading branch information
JackTn authored Mar 8, 2024
2 parents 44ddbb6 + 1bb5eaa commit af22fdd
Showing 1 changed file with 24 additions and 15 deletions.
39 changes: 24 additions & 15 deletions swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
{
"$schema": "https://openapistorageprod.blob.core.windows.net/sdkautomation/prod/schemas/swagger_to_sdk_config.schema.json",
"meta": {
"autorest_options": {
"version": "V2",
"typescript": "",
"license-header": "MICROSOFT_MIT_NO_VERSION",
"sdkrel:typescript-sdks-folder": ".",
"typescript.clear-output-folder": "",
"use": "@microsoft.azure/autorest.typescript@4.2.2"
"advancedOptions": {
"createSdkPullRequests": true,
"generationCallMode": "one-per-config",
"breakingChangeTracking": true
},
"initOptions": {
"initScript": {
"path": "sh .scripts/automation_init.sh",
"stderr": {
"showInComment": ".*ERROR.*"
}
}
},
"generateOptions": {
"generateScript": {
"path": "sh .scripts/automation_generate.sh",
"stderr": {
"showInComment": ".*ERROR.*"
}
},
"advanced_options": {
"clone_dir": "./azure-sdk-for-js",
"create_sdk_pull_requests": true,
"sdk_generation_pull_request_base": "integration_branch"
},
"version": "0.2.0"
"parseGenerateOutput": true
},
"packageOptions": {
"breakingChangeLabel": "CI-BreakingChange-JavaScript",
"breakingChangesLabel": "BreakingChange-JavaScript-Sdk"
}
}

0 comments on commit af22fdd

Please sign in to comment.