@@ -20,9 +20,10 @@ Generate all API versions currently shipped for this package
2020
2121` ` ` yaml $(python)
2222multiapi : true
23- default-api-version : " 2022-09 -01"
23+ default-api-version : " 2023-01 -01"
2424clear-output-folder : true
2525batch :
26+ - tag : package-2023-01
2627 - tag : package-2022-09
2728 - tag : package-2021-03-only
2829 - tag : package-2021-01-15-only
@@ -44,8 +45,19 @@ batch:
4445` ` ` yaml $(multiapiscript)
4546output-folder : $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
4647perform-load : false
48+ clear-output-folder : false
49+ ` ` `
50+
51+ ### Tag: package-2023-01 and python
52+
53+ These settings apply only when ` --tag=package-2023-01 --python` is specified on the command line.
54+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4755
56+ ` ` ` yaml $(tag) == 'package-2023-01' && $(python)
57+ namespace: azure.mgmt.web.v2023_01_01
58+ output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2023_01_01
4859` ` `
60+
4961# ## Tag: package-2022-09 and python
5062
5163These settings apply only when `--tag=package-2022-09 --python` is specified on the command line.
@@ -56,7 +68,6 @@ namespace: azure.mgmt.web.v2022_09_01
5668output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2022_09_01
5769` ` `
5870
59- ```
6071# ## Tag: package-2021-03-only and python
6172
6273These settings apply only when `--tag=package-2021-03-only --python` is specified on the command line.
0 commit comments