-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mgmt, update generator version (#18418)
- Loading branch information
1 parent
763a91e
commit 28c948f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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) | ||
|
||
|