Skip to content

Commit 3c75676

Browse files
LLC, fix bug on swagger automation (Azure#26231)
* LLC, fix bug on swagger automation * use new codegen
1 parent eb35709 commit 3c75676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/mgmt/automation/generate_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def sdk_automation(config: dict) -> List[dict]:
4545
credential_scopes = 'https://{0}.azure.com/.default'.format(service)
4646

4747
succeeded = generate(sdk_root, input_file,
48-
service, module, credential_types, credential_scopes,
48+
service, module, credential_types, credential_scopes, '',
4949
AUTOREST_CORE_VERSION, AUTOREST_JAVA, '')
5050

5151
generated_folder = 'sdk/{0}/{1}'.format(service, module)

eng/mgmt/automation/parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
SDK_ROOT = '../../../' # related to file dir
1818
AUTOREST_CORE_VERSION = '3.6.6'
19-
AUTOREST_JAVA = '@autorest/java@4.0.43'
19+
AUTOREST_JAVA = '@autorest/java@4.0.44'
2020
DEFAULT_VERSION = '1.0.0-beta.1'
2121
GROUP_ID = 'com.azure.resourcemanager'
2222
API_SPECS_FILE = 'api-specs.yaml'

0 commit comments

Comments
 (0)