Skip to content

Commit

Permalink
LLC, fix bug on swagger automation (Azure#26231)
Browse files Browse the repository at this point in the history
* LLC, fix bug on swagger automation

* use new codegen
  • Loading branch information
weidongxu-microsoft authored Jan 4, 2022
1 parent eb35709 commit 3c75676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/mgmt/automation/generate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def sdk_automation(config: dict) -> List[dict]:
credential_scopes = 'https://{0}.azure.com/.default'.format(service)

succeeded = generate(sdk_root, input_file,
service, module, credential_types, credential_scopes,
service, module, credential_types, credential_scopes, '',
AUTOREST_CORE_VERSION, AUTOREST_JAVA, '')

generated_folder = 'sdk/{0}/{1}'.format(service, module)
Expand Down
2 changes: 1 addition & 1 deletion eng/mgmt/automation/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

SDK_ROOT = '../../../' # related to file dir
AUTOREST_CORE_VERSION = '3.6.6'
AUTOREST_JAVA = '@autorest/[email protected].43'
AUTOREST_JAVA = '@autorest/[email protected].44'
DEFAULT_VERSION = '1.0.0-beta.1'
GROUP_ID = 'com.azure.resourcemanager'
API_SPECS_FILE = 'api-specs.yaml'
Expand Down

0 comments on commit 3c75676

Please sign in to comment.