We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62492bb commit e99c046Copy full SHA for e99c046
eng/mgmt/automation/generate.py
@@ -699,8 +699,9 @@ def main():
699
args['readme'] = readme
700
args['spec'] = spec
701
702
- update_parameters(
703
- args.get('suffix') or get_suffix_from_api_specs(api_specs_file, spec))
+ # update_parameters(
+ # args.get('suffix') or get_suffix_from_api_specs(api_specs_file, spec))
704
+ update_parameters(args.get('suffix'))
705
service = get_and_update_service_from_api_specs(api_specs_file, spec,
706
args['service'])
707
args['service'] = service
0 commit comments