Skip to content

Commit f9e4843

Browse files
authored
Update readme.python.md (#15818)
1 parent b020247 commit f9e4843

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
@@ -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-03
2021
- tag: package-2021-02
2122
- tag: package-2020-11
2223
- tag: package-2020-08
@@ -59,6 +60,16 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
5960
clear-output-folder: false
6061
perform-load: false
6162
```
63+
### Tag: package-2021-03 and python
64+
65+
These settings apply only when `--tag=package-2021-03 --python` is specified on the command line.
66+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
67+
68+
``` yaml $(tag) == 'package-2021-03'
69+
namespace: azure.mgmt.network.v2021_03_01
70+
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_03_01
71+
```
72+
6273
### Tag: package-2021-02 and python
6374

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

0 commit comments

Comments
 (0)