Skip to content

Commit

Permalink
mgmt, update generator version (#18418)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Jan 4, 2021
1 parent 763a91e commit 28c948f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/mgmt/automation/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Constant parameters
SDK_ROOT = '../../../' # related to file dir
AUTOREST_CORE_VERSION = '3.0.6350'
AUTOREST_JAVA = '@autorest/[email protected].6'
AUTOREST_JAVA = '@autorest/[email protected].8'
DEFAULT_VERSION = '1.0.0-beta.1'
GROUP_ID = 'com.azure.resourcemanager'
API_SPECS_FILE = 'api-specs.yaml'
Expand All @@ -23,7 +23,7 @@
POM_FILE_FORMAT = 'sdk/{0}/pom.xml'
README_FORMAT = 'specification/{0}/resource-manager/readme.md'

MODELERFOUR_ARGUMENTS = '--pipeline.modelerfour.additional-checks=false --pipeline.modelerfour.lenient-model-deduplication=true --pipeline.modelerfour.flatten-payloads=false'
MODELERFOUR_ARGUMENTS = '--pipeline.modelerfour.additional-checks=false --pipeline.modelerfour.lenient-model-deduplication=true'
FLUENTLITE_ARGUMENTS = '--java {0} --azure-arm --verbose --sdk-integration --fluent=lite --java.fluent=lite --java.license-header=MICROSOFT_MIT_SMALL'.format(
MODELERFOUR_ARGUMENTS)

Expand Down

0 comments on commit 28c948f

Please sign in to comment.