Skip to content

Commit 94e9ea5

Browse files
authored
Update readme.python.md (#24601)
1 parent 686983b commit 94e9ea5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Generate all API versions currently shipped for this package
1818
1919
```yaml $(python)
2020
multiapi: true
21-
default-api-version: "2022-11-01"
21+
default-api-version: "2023-02-01"
2222
clear-output-folder: true
2323
batch:
24-
- tag: package-2022-11
24+
- tag: package-2023-02
2525
- tag: package-2021-02
2626
- tag: package-2021-02-preview-only
2727
- tag: package-2020-11
@@ -53,14 +53,14 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
5353
perform-load: false
5454
```
5555
56-
### Tag: package-2022-11 and python
56+
### Tag: package-2023-02 and python
5757
58-
These settings apply only when `--tag=package-2022-11 --python` is specified on the command line.
58+
These settings apply only when `--tag=package-2023-02 --python` is specified on the command line.
5959
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
6060

61-
``` yaml $(tag) == 'package-2022-11'
62-
namespace: azure.mgmt.network.v2022_11_01
63-
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_11_01
61+
``` yaml $(tag) == 'package-2023-02'
62+
namespace: azure.mgmt.network.v2023_02_01
63+
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2023_02_01
6464
```
6565

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

0 commit comments

Comments
 (0)