Skip to content

Commit 800678e

Browse files
Update readme.python.md (#31499)
1 parent 0383d4a commit 800678e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

specification/web/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-12-01"
21+
default-api-version: "2024-04-01"
2222
clear-output-folder: true
2323
batch:
24+
- tag: package-2024-04
2425
- tag: package-2023-12
2526
- tag: package-2023-01
2627
- tag: package-2022-09
@@ -47,6 +48,16 @@ perform-load: false
4748
clear-output-folder: false
4849
```
4950
51+
### Tag: package-2024-04 and python
52+
53+
These settings apply only when `--tag=package-2024-04 --python` is specified on the command line.
54+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55+
56+
``` yaml $(tag) == 'package-2024-04' && $(python)
57+
namespace: azure.mgmt.web.v2024_04_01
58+
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2024_04_01
59+
```
60+
5061
### Tag: package-2023-12 and python
5162

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

0 commit comments

Comments
 (0)