Skip to content

Commit c6a093a

Browse files
committed
test
1 parent cde7f15 commit c6a093a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Generate all API versions currently shipped for this package
1717
```yaml $(multiapi)
1818
clear-output-folder: true
1919
batch:
20+
- tag: package-2021-02-preview
2021
- tag: package-2021-02
2122
- tag: package-2020-11
2223
- tag: package-2020-08
@@ -59,6 +60,17 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
5960
clear-output-folder: false
6061
perform-load: false
6162
```
63+
64+
### Tag: package-2021-02-preview and python
65+
66+
These settings apply only when `--tag=package-2021-02-preview --python` is specified on the command line.
67+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
68+
69+
``` yaml $(tag) == 'package-2021-02-preview'
70+
namespace: azure.mgmt.network.v2021_02_01_preview
71+
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview
72+
```
73+
6274
### Tag: package-2021-02 and python
6375

6476
These settings apply only when `--tag=package-2021-02 --python` is specified on the command line.

0 commit comments

Comments
 (0)