File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
specification/resourcehealth/resource-manager Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package
1818multiapi : true
1919clear-output-folder : true
2020batch :
21+ - tag : package-2018-07-01
2122 - tag : package-2015-01
2223 - multiapiscript : true
2324` ` `
@@ -26,6 +27,17 @@ batch:
2627output-folder : $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/
2728perform-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
3143These settings apply only when `--tag=package-2015-01 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments