Skip to content

Commit

Permalink
Update readme.python.md (#23809)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.python.md
  • Loading branch information
Wzb123456789 authored May 4, 2023
1 parent 0c59461 commit 41eb122
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion specification/resourcehealth/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Generate all API versions currently shipped for this package
```yaml $(python)
multiapi: true
default-api-version: "2018-07-01"
default-api-version: "2022-10-01"
clear-output-folder: true
batch:
- tag: package-2022-10
- tag: package-2018-07-01
- tag: package-2015-01
- multiapiscript: true
Expand All @@ -29,6 +30,16 @@ output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/az
perform-load: false
```
### Tag: package-2022-10 and python
These settings apply only when `--tag=package-2022-10 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-2022-10'
namespace: azure.mgmt.resourcehealth.v2022_10_01
output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/v2022_10_01
```

### Tag: package-2018-07-01 and python

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

0 comments on commit 41eb122

Please sign in to comment.