Skip to content

Commit 2003701

Browse files
authored
[python] replace api-version 2021-03-01 with 2021-05-01 (#16618)
* Update readme.python.md * Update readme.python.md * Update readme.python.md
1 parent c0f5f5f commit 2003701

File tree

1 file changed

+11
-33
lines changed

1 file changed

+11
-33
lines changed

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

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +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
20+
- tag: package-2021-05
2121
- tag: package-2021-02
2222
- tag: package-2021-02-preview-only
2323
- tag: package-2020-11
@@ -44,9 +44,7 @@ batch:
4444
- tag: package-2018-04
4545
- tag: package-2018-02
4646
- tag: package-2018-01
47-
- tag: package-2017-11
4847
- tag: package-2017-10
49-
- tag: package-2017-09
5048
- tag: package-2017-06
5149
- tag: package-2017-03
5250
- tag: package-2016-12
@@ -62,6 +60,16 @@ clear-output-folder: false
6260
perform-load: false
6361
```
6462
63+
### Tag: package-2021-05 and python
64+
65+
These settings apply only when `--tag=package-2021-05 --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-05'
69+
namespace: azure.mgmt.network.v2021_05_01
70+
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_05_01
71+
```
72+
6573
### Tag: package-2021-02-preview-only and python
6674

6775
These settings apply only when `--tag=package-2021-02-preview-only --python` is specified on the command line.
@@ -72,15 +80,6 @@ namespace: azure.mgmt.network.v2021_02_01_preview
7280
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview
7381
```
7482

75-
### Tag: package-2021-03 and python
76-
77-
These settings apply only when `--tag=package-2021-03 --python` is specified on the command line.
78-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
79-
80-
``` yaml $(tag) == 'package-2021-03'
81-
namespace: azure.mgmt.network.v2021_03_01
82-
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_03_01
83-
```
8483

8584
### Tag: package-2021-02 and python
8685

@@ -332,16 +331,6 @@ namespace: azure.mgmt.network.v2018_01_01
332331
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_01_01
333332
```
334333

335-
### Tag: package-2017-11 and python
336-
337-
These settings apply only when `--tag=package-2017-11 --python` is specified on the command line.
338-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
339-
340-
``` yaml $(tag) == 'package-2017-11'
341-
namespace: azure.mgmt.network.v2017_11_01
342-
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_11_01
343-
```
344-
345334
### Tag: package-2017-10 and python
346335

347336
These settings apply only when `--tag=package-2017-10 --python` is specified on the command line.
@@ -352,17 +341,6 @@ namespace: azure.mgmt.network.v2017_10_01
352341
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_10_01
353342
```
354343

355-
### Tag: package-2017-09 and python
356-
357-
These settings apply only when `--tag=package-2017-09 --python` is specified on the command line.
358-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
359-
360-
``` yaml $(tag) == 'package-2017-09'
361-
namespace: azure.mgmt.network.v2017_09_01
362-
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_09_01
363-
```
364-
365-
366344
### Tag: package-2017-06 and python
367345

368346
These settings apply only when `--tag=package-2017-06 --python` is specified on the command line.

0 commit comments

Comments
 (0)