File: README.md

package info (click to toggle)
python-azure 20251118%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 783,356 kB
  • sloc: python: 6,474,533; ansic: 804; javascript: 287; sh: 205; makefile: 198; xml: 109
file content (15 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Overview
This folder contains pipeline configuration to generate SDK, run live test and create pull request to 
[azure-sdk-for-python](https://github.com/Azure/azure-sdk-for-python)

## `PythonSdkLiveTest.yml`
The file defines [pipeline](https://dev.azure.com/azure-sdk/internal/_build?definitionId=2500&_a=summary) to
generate SDK, run live test and create pull request.

## `auto_private_package.py`
the script could help to generate private package quickly.

### Usage
```
python scripts/auto_release/auto_private_package.py
```