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 @@ -20,6 +20,7 @@ multiapi: true
2020default-api-version : " 2022-10-01"
2121clear-output-folder : true
2222batch :
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)
3031output-folder : $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/
32+ clear-output-folder : false
3133perform-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
3648These settings apply only when `--tag=package-2022-10 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments