forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswagger_to_sdk_config.json
More file actions
39 lines (39 loc) · 1.02 KB
/
swagger_to_sdk_config.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"advancedOptions": {
"createSdkPullRequests": true,
"generationCallMode": "one-per-config",
"breakingChangeTracking": true
},
"initOptions": {
"initScript": {
"path": "sh scripts/automation_init.sh",
"stderr": {
"showInComment": false,
"scriptError": false
}
}
},
"generateOptions": {
"generateScript": {
"path": "sh scripts/automation_generate.sh",
"stdout": {
"showInComment": "(.*\\[ERROR\\]\\s*).*",
"scriptError": "(.*\\[ERROR\\]\\s*).*"
}
},
"parseGenerateOutput": true
},
"packageOptions": {
"breakingChangeLabel": "CI-BreakingChange-Python",
"breakingChangesLabel": "BreakingChange-Python-Sdk",
"updateChangelogContentScript": {
"path": "./scripts/automation_sdk_update_changelog_content.ps1"
},
"updateVersionScript": {
"path": "./scripts/automation_sdk_update_version.ps1"
},
"updateMetadataScript": {
"path": "./scripts/automation_sdk_update_metadata.ps1"
}
}
}