Skip to content

Commit 961799e

Browse files
zhangyan133Yan Zhang (WICRESOFT NORTH AMERICA LTD)
andauthored
add tag in python.md (#13601)
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent 464b699 commit 961799e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specification/compute/resource-manager/readme.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Generate all API versions currently shipped for this package
3535
```yaml $(multiapi)
3636
clear-output-folder: true
3737
batch:
38+
- tag: package-2021-03-01
3839
- tag: package-2020-12-01-only
3940
- tag: package-2020-10-01-preview-only
4041
- tag: package-2020-09-30-only
@@ -65,6 +66,16 @@ clear-output-folder: false
6566
perform-load: false
6667
```
6768
69+
### Tag: package-2021-03-01
70+
71+
These settings apply only when `--tag=package-2021-03-01 --python` is specified on the command line.
72+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
73+
74+
``` yaml $(tag) == 'package-2021-03-01'
75+
namespace: azure.mgmt.compute.v2021_03_01
76+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_03_01
77+
```
78+
6879
### Tag: package-2020-12-01-only and python
6980

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

0 commit comments

Comments
 (0)