File: README.md

package info (click to toggle)
python-azure 20251104%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 770,224 kB
  • sloc: python: 6,357,217; ansic: 804; javascript: 287; makefile: 198; sh: 193; xml: 109
file content (15 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
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
```