-
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, codegen related changes (#22770)
* mgmt, codegen, add argument for additional autorest options * update script * update changelog gen to match new guide * update codegen version
- Loading branch information
1 parent
af9f651
commit c8119b7
Showing
5 changed files
with
12 additions
and
6 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
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ steps: | |
- bash: | | ||
export PATH=$JAVA_HOME_11_X64/bin:$PATH | ||
java -version | ||
./eng/mgmt/automation/generate.py --readme "$(README)" --tag "$(TAG)" --service "$(SERVICE)" --version "$(VERSION)" --suffix "$(SUFFIX)" --auto-commit-external-change --user-name "azure-sdk" --user-email "[email protected]" | ||
./eng/mgmt/automation/generate.py --readme "$(README)" --tag "$(TAG)" --autorest-options="$(AUTOREST_OPTIONS)" --service "$(SERVICE)" --version "$(VERSION)" --suffix "$(SUFFIX)" --auto-commit-external-change --user-name "azure-sdk" --user-email "[email protected]" | ||
displayName: Generation | ||
|
||
- template: /eng/common/pipelines/templates/steps/create-pull-request.yml | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
SDK_ROOT = '../../../' # related to file dir | ||
AUTOREST_CORE_VERSION = '3.1.3' | ||
AUTOREST_JAVA = '@autorest/[email protected].30' | ||
AUTOREST_JAVA = '@autorest/[email protected].31' | ||
DEFAULT_VERSION = '1.0.0-beta.1' | ||
GROUP_ID = 'com.azure.resourcemanager' | ||
API_SPECS_FILE = 'api-specs.yaml' | ||
|
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
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