Skip to content

Commit 456b074

Browse files
ChenxiJiang333zman-ms
authored andcommitted
Update readme.python.md (#26676)
1 parent 397ac38 commit 456b074

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Generate all API versions currently shipped for this package
2020
2121
```yaml $(python)
2222
multiapi: true
23-
default-api-version: "2022-09-01"
23+
default-api-version: "2023-01-01"
2424
clear-output-folder: true
2525
batch:
26+
- tag: package-2023-01
2627
- tag: package-2022-09
2728
- tag: package-2021-03-only
2829
- tag: package-2021-01-15-only
@@ -44,8 +45,19 @@ batch:
4445
``` yaml $(multiapiscript)
4546
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
4647
perform-load: false
48+
clear-output-folder: false
49+
```
50+
51+
### Tag: package-2023-01 and python
52+
53+
These settings apply only when `--tag=package-2023-01 --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>`.
4755

56+
``` yaml $(tag) == 'package-2023-01' && $(python)
57+
namespace: azure.mgmt.web.v2023_01_01
58+
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2023_01_01
4859
```
60+
4961
### Tag: package-2022-09 and python
5062

5163
These settings apply only when `--tag=package-2022-09 --python` is specified on the command line.
@@ -56,7 +68,6 @@ namespace: azure.mgmt.web.v2022_09_01
5668
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2022_09_01
5769
```
5870

59-
```
6071
### Tag: package-2021-03-only and python
6172

6273
These settings apply only when `--tag=package-2021-03-only --python` is specified on the command line.

0 commit comments

Comments
 (0)