@@ -20,9 +20,10 @@ Generate all API versions currently shipped for this package
20
20
21
21
` ` ` yaml $(python)
22
22
multiapi : true
23
- default-api-version : " 2022-09 -01"
23
+ default-api-version : " 2023-01 -01"
24
24
clear-output-folder : true
25
25
batch :
26
+ - tag : package-2023-01
26
27
- tag : package-2022-09
27
28
- tag : package-2021-03-only
28
29
- tag : package-2021-01-15-only
@@ -44,8 +45,19 @@ batch:
44
45
` ` ` yaml $(multiapiscript)
45
46
output-folder : $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
46
47
perform-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>`.
47
55
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
48
59
` ` `
60
+
49
61
# ## Tag: package-2022-09 and python
50
62
51
63
These 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
56
68
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2022_09_01
57
69
` ` `
58
70
59
- ```
60
71
# ## Tag: package-2021-03-only and python
61
72
62
73
These settings apply only when `--tag=package-2021-03-only --python` is specified on the command line.
0 commit comments