Closed
Description
CONTEXT:
We need call https://github.com/Azure/azure-sdk-for-python/blob/main/tools/azure-sdk-tools/packaging_tools/sdk_generator.py then call https://github.com/Azure/azure-sdk-for-python/blob/main/tools/azure-sdk-tools/packaging_tools/sdk_package.py to generate SDK
GOAL: merge function main
of https://github.com/Azure/azure-sdk-for-python/blob/main/tools/azure-sdk-tools/packaging_tools/sdk_package.py into main
of https://github.com/Azure/azure-sdk-for-python/blob/main/tools/azure-sdk-tools/packaging_tools/sdk_generator.py. After this work done, we only need call sdk_generator.py to generate SDK
NOTE:
- DO update https://github.com/Azure/azure-sdk-for-python/blob/main/scripts/automation_generate.sh
- DO update
azure-sdk-for-python/scripts/auto_release/main.py
Lines 159 to 171 in bea2830