Skip to content

Commit 4aa8db6

Browse files
authored
[SDK generation pipeline] multi input config change (#36843)
* multi input config change * fix
1 parent 82a302e commit 4aa8db6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

swagger_to_sdk_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"advancedOptions": {
33
"createSdkPullRequests": true,
4-
"generationCallMode": "one-for-all-configs",
4+
"generationCallMode": "one-per-config",
55
"breakingChangeTracking": true
66
},
77
"initOptions": {

tools/azure-sdk-tools/packaging_tools/sdk_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ def main(generate_input, generate_output):
305305
"======================================= Whant Can I do (end) =========================================================================",
306306
]:
307307
_LOGGER.error(hint_message)
308-
if len(readme_and_tsp) == 1:
309-
raise e
308+
if len(readme_and_tsp) == 1:
309+
raise e
310310

311311
# folder_name: "sdk/containerservice"; package_name: "azure-mgmt-containerservice"
312312
package_names = get_package_names(sdk_folder)

0 commit comments

Comments
 (0)