Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 2.16 KB

get_private_package.md

File metadata and controls

45 lines (23 loc) · 2.16 KB

Get Private Package

This guide is to help Python SDK users to get private package. Just follow the steps:

1. Confirm default tag

Make sure your target tag is defined in readme.md and default tag is same with your target tag. For example:

azure-rest-api-specs/specification/network/resource-manager at main · Azure/azure-rest-api-specs (github.com)

2.Configure readme.python.md

If there is no Python multi-api in readme.python.md(i.e. datadog), skip this step.

If there is Python multi-api in readme.python.md (i.e. network), you need additional configuration: Python Multiapi Configuration

3.Trigger pipeline

Submit a PR or draft PR to Azure/azure-rest-api-specs

4.Get private package

Wait until pipelines finish, then there will be wheel and zip of the package. Just Click to download them.

If there is no link in the figure above, it may be folded. You can also find it in the Checks.

img.png

5.Build private package locally (backup solution)

Because of security issue, maybe there is no private link to download. Since there is still auto generated PR provided, you can build the private package locally based on the PR with guidance

img.png

Note

1.private repo

In private repo Azure/azure-rest-api-specs-pr, pipeline can be triggered only when the target branch is main