Skip to content

Commit 3df2c40

Browse files
msyycanandanthony
authored andcommitted
Update readme.python.md (Azure#21549)
1 parent fbc7b47 commit 3df2c40

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
@@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package
1818
multiapi: true
1919
clear-output-folder: true
2020
batch:
21+
- tag: package-2018-07-01
2122
- tag: package-2015-01
2223
- multiapiscript: true
2324
```
@@ -26,6 +27,17 @@ batch:
2627
output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/
2728
perform-load: false
2829
```
30+
31+
### Tag: package-2018-07-01 and python
32+
33+
These settings apply only when `--tag=package-2018-07-01 --python` is specified on the command line.
34+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
35+
36+
``` yaml $(tag) == 'package-2018-07-01'
37+
namespace: azure.mgmt.resourcehealth.v2018_07_01
38+
output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/v2018_07_01
39+
```
40+
2941
### Tag: package-2015-01 and python
3042

3143
These settings apply only when `--tag=package-2015-01 --python` is specified on the command line.

0 commit comments

Comments
 (0)