Skip to content

Commit 61323f3

Browse files
Update readme.python.md (#26936)
1 parent f0614ca commit 61323f3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ Generate all API versions currently shipped for this package
1818
1919
```yaml $(python)
2020
multiapi: true
21-
default-api-version: "2023-05-01"
21+
default-api-version: "2023-06-01"
2222
clear-output-folder: true
2323
batch:
24+
- tag: package-2023-06
2425
- tag: package-2023-05
2526
- tag: package-2023-04
2627
- tag: package-2023-02
@@ -56,6 +57,16 @@ perform-load: false
5657
clear-output-folder: false
5758
```
5859
60+
### Tag: package-2023-06 and python
61+
62+
These settings apply only when `--tag=package-2023-06 --python` is specified on the command line.
63+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
64+
65+
``` yaml $(tag) == 'package-2023-06'
66+
namespace: azure.mgmt.network.v2023_06_01
67+
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2023_06_01
68+
```
69+
5970
### Tag: package-2023-05 and python
6071

6172
These settings apply only when `--tag=package-2023-05 --python` is specified on the command line.

0 commit comments

Comments
 (0)