Skip to content

Commit

Permalink
[Script]Auto release debug (Azure#25741)
Browse files Browse the repository at this point in the history
* fix auto-ask-check bug

* update comment

* update comment

* fix bug

* Update main.py

* Update main.py

* Update main.py

* fix changelog format for new service

* fix check_pprint_name bug

* Update main.py

* fix check_pprint_name bug

* Update main.py

* Update main.py

* test

* test

* change to azclibot

* change to azure

* fix push

* test

* update

* update

* test

* test

* reduction

* update main

* delete f

* Update main.py

* test

* test

* test

* Update PythonSdkLiveTest.yml for Azure Pipelines

* Update PythonSdkLiveTest.yml for Azure Pipelines

* remove surplus code

* Update PythonSdkLiveTest.yml for Azure Pipelines

* Update main.py

* Update main.py

* Update main.py

* Update main.py

* Update main.py

* Update main.py

* Update main.py

* Update main.py

* Update main.py

* Update main.py

* Update PythonSdkLiveTest.yml for Azure Pipelines

* Update PythonSdkLiveTest.yml for Azure Pipelines

* Update PythonSdkLiveTest.yml for Azure Pipelines

* fix bug

* update

* test

* update code

* update bot

* update main bot

* Update PythonSdkLiveTest.yml for Azure Pipelines

* Update main.py

* Update main.py

* change branch for test

* for test

* for test

* for test

* add PyYAML

* code

* README.md format

* multi client

* code

* add python_tag

* restore branch

* Update PythonSdkLiveTest.yml

* gen multi client

* update global_conf

* Update auto_codegen.py

* Update generate_sdk.py

* Update generate_sdk.py

* Update generate_sdk.py

* single client gen

* Update main.py

* compatible with meta storage code

* add log to lookup readme

* dpg package does not need _meta.json in MAINFEST.in

* Update main.py

* Update PythonSdkLiveTest.yml for Azure Pipelines

* add language, apiviewartifacts

* uodate edit_sdk_setup

* fix

* test

* test

* fix bug

* debug

* fix bug

* fix bug

* Update main.py

* move to ci check

* Update main.py

* for test

* restore

* update msg for failed version

* for testing

* for testing

* restore

* restore

* pin fastcore version

* test

* debug

* debug

* optimize

* Update setup.py

* sdk generation pipeline support dpg

Signed-off-by: Zhou Zheng <zhouzheng@microsoft.com>

* auto codegen don't use specFolder to define swagger repo's location

Signed-off-by: Zhou Zheng <zhouzheng@microsoft.com>

* fetch automation_generate.sh recent change to sdk_generate.sh

Signed-off-by: Zhou Zheng <zhouzheng@microsoft.com>

* set default spec flord as global constant

Signed-off-by: Zhou Zheng <zhouzheng@microsoft.com>

* set DEFAULT_SPEC_FOLDER in generate_utils

Signed-off-by: Zhou Zheng <zhouzheng@microsoft.com>

* code

* fix auto-release utils

* code

* Update main.py

* add python commit

* update branch

* debug

* update

* Update PythonSdkLiveTest.yml

Signed-off-by: Zhou Zheng <zhouzheng@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
Co-authored-by: Zhou Zheng <zhouzheng@microsoft.com>
  • Loading branch information
4 people authored and wonder6845 committed Aug 23, 2022
1 parent a2354b8 commit 46fc565
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/auto_release/PythonSdkLiveTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
mkdir azure-rest-api-specs
git clone https://github.com/Azure/azure-rest-api-specs.git $(pwd)/azure-rest-api-specs
if [ "$(REST_REPO_HASH)" ]; then
cd azure-rest-api-specs
git reset --hard $(REST_REPO_HASH)
cd ../
fi
# install autorest
sudo npm install -g n
Expand Down

0 comments on commit 46fc565

Please sign in to comment.