Skip to content

Commit 41eb122

Browse files
authored
Update readme.python.md (#23809)
* Update readme.python.md * Update readme.python.md
1 parent 0c59461 commit 41eb122

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ Generate all API versions currently shipped for this package
1616
1717
```yaml $(python)
1818
multiapi: true
19-
default-api-version: "2018-07-01"
19+
default-api-version: "2022-10-01"
2020
clear-output-folder: true
2121
batch:
22+
- tag: package-2022-10
2223
- tag: package-2018-07-01
2324
- tag: package-2015-01
2425
- multiapiscript: true
@@ -29,6 +30,16 @@ output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/az
2930
perform-load: false
3031
```
3132
33+
### Tag: package-2022-10 and python
34+
35+
These settings apply only when `--tag=package-2022-10 --python` is specified on the command line.
36+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
37+
38+
``` yaml $(tag) == 'package-2022-10'
39+
namespace: azure.mgmt.resourcehealth.v2022_10_01
40+
output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/v2022_10_01
41+
```
42+
3243
### Tag: package-2018-07-01 and python
3344

3445
These settings apply only when `--tag=package-2018-07-01 --python` is specified on the command line.

0 commit comments

Comments
 (0)