Skip to content

Commit

Permalink
add tag in python.md (#13601)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>
  • Loading branch information
zhangyan133 and Yan Zhang (WICRESOFT NORTH AMERICA LTD) authored Mar 24, 2021
1 parent 464b699 commit 961799e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/compute/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Generate all API versions currently shipped for this package
```yaml $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-03-01
- tag: package-2020-12-01-only
- tag: package-2020-10-01-preview-only
- tag: package-2020-09-30-only
Expand Down Expand Up @@ -65,6 +66,16 @@ clear-output-folder: false
perform-load: false
```
### Tag: package-2021-03-01
These settings apply only when `--tag=package-2021-03-01 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-2021-03-01'
namespace: azure.mgmt.compute.v2021_03_01
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_03_01
```

### Tag: package-2020-12-01-only and python

These settings apply only when `--tag=package-2020-12-01-only --python` is specified on the command line.
Expand Down

0 comments on commit 961799e

Please sign in to comment.