Skip to content

Commit 4b10e14

Browse files
ChenxiJiang333jnlycklama
authored andcommitted
Update readme.python.md (#26207)
* Update readme.python.md * Update readme.python.md
1 parent d46637b commit 4b10e14

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ multiapi: true
2020
default-api-version: "2022-10-01"
2121
clear-output-folder: true
2222
batch:
23+
- tag: package-preview-2023-10
2324
- tag: package-2022-10
2425
- tag: package-2018-07-01
2526
- tag: package-2015-01
@@ -28,9 +29,20 @@ batch:
2829
2930
``` yaml $(multiapiscript)
3031
output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/
32+
clear-output-folder: false
3133
perform-load: false
3234
```
3335
36+
### Tag: package-preview-2023-10 and python
37+
38+
These settings apply only when `--tag=package-preview-2023-10 --python` is specified on the command line.
39+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
40+
41+
``` yaml $(tag) == 'package-preview-2023-10'
42+
namespace: azure.mgmt.resourcehealth.v2023_10_01_preview
43+
output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/v2023_10_01_preview
44+
```
45+
3446
### Tag: package-2022-10 and python
3547

3648
These settings apply only when `--tag=package-2022-10 --python` is specified on the command line.

0 commit comments

Comments
 (0)