File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
specification/resourcehealth/resource-manager Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ Generate all API versions currently shipped for this package
1616
1717` ` ` yaml $(python)
1818multiapi : true
19- default-api-version : " 2018-07 -01"
19+ default-api-version : " 2022-10 -01"
2020clear-output-folder : true
2121batch :
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
2930perform-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
3445These settings apply only when `--tag=package-2018-07-01 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments