Skip to content

Commit 73fdaba

Browse files
BigCat20196FredericHeem
authored andcommitted
config readme python (Azure#18795)
1 parent 90410d8 commit 73fdaba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Generate all API versions currently shipped for this package
1818
```yaml $(multiapi)
1919
clear-output-folder: true
2020
batch:
21-
- tag: package-2021-05
21+
- tag: package-2021-08
2222
- tag: package-2021-02
2323
- tag: package-2021-02-preview-only
2424
- tag: package-2020-11
@@ -60,14 +60,14 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
6060
perform-load: false
6161
```
6262
63-
### Tag: package-2021-05 and python
63+
### Tag: package-2021-08 and python
6464
65-
These settings apply only when `--tag=package-2021-05 --python` is specified on the command line.
65+
These settings apply only when `--tag=package-2021-08 --python` is specified on the command line.
6666
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
6767

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
68+
``` yaml $(tag) == 'package-2021-08'
69+
namespace: azure.mgmt.network.v2021_08_01
70+
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01
7171
```
7272

7373
### Tag: package-2021-02-preview-only and python

0 commit comments

Comments
 (0)