Skip to content

Commit b36e808

Browse files
zhangyan133Yan Zhang (WICRESOFT NORTH AMERICA LTD)
andauthored
add a version in readmepython (#13295)
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent c0a7127 commit b36e808

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Generate all API versions currently shipped for this package
1616
```yaml $(multiapi)
1717
clear-output-folder: true
1818
batch:
19+
- tag: package-2020-11
1920
- tag: package-2020-08
2021
- tag: package-2020-07
2122
- tag: package-2020-06
@@ -57,6 +58,16 @@ clear-output-folder: false
5758
perform-load: false
5859
```
5960
61+
### Tag: package-2020-11 and python
62+
63+
These settings apply only when `--tag=package-2020-11 --python` is specified on the command line.
64+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
65+
66+
``` yaml $(tag) == 'package-2020-11'
67+
namespace: azure.mgmt.network.v2020_11_01
68+
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2020_11_01
69+
```
70+
6071
### Tag: package-2020-08 and python
6172

6273
These settings apply only when `--tag=package-2020-08 --python` is specified on the command line.

0 commit comments

Comments
 (0)