@@ -21,6 +21,7 @@ clear-output-folder: true
21
21
default-api-version : " 2023-01-01"
22
22
multiapi : true
23
23
batch :
24
+ - tag : package-2023-03-01-preview-only
24
25
- tag : package-2023-01-only
25
26
- tag : package-2022-08-01-preview-only
26
27
- tag : package-2022-10-01-only
30
31
- tag : package-2021-09-01-only
31
32
- tag : package-2021-07-01-preview-only
32
33
- tag : package-2021-06-03-preview-only
34
+ - tag : package-2021-05-only
33
35
- tag : package-2021-05-01-preview-only
34
36
- tag : package-2021-04-only
35
37
- tag : package-2020-10-only
@@ -61,6 +63,16 @@ output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monit
61
63
perform-load : false
62
64
` ` `
63
65
66
+ ### Tag: package-2023-03-01-preview-only and python
67
+
68
+ These settings apply only when ` --tag=package-2023-03-01-preview-only --python` is specified on the command line.
69
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
70
+
71
+ ` ` ` yaml $(tag) == 'package-2023-03-01-preview-only'
72
+ namespace: $(python-base-namespace).v2023_03_01_preview
73
+ output-folder: $(python-sdks-folder)/$(python-base-folder)/v2023_03_01_preview
74
+ ` ` `
75
+
64
76
# ## Tag: package-2023-01-only and python
65
77
66
78
These settings apply only when `--tag=package-2023-01-only --python` is specified on the command line.
@@ -149,6 +161,16 @@ namespace: $(python-base-namespace).v2021_06_03_preview
149
161
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_06_03_preview
150
162
` ` `
151
163
164
+ # ## Tag: package-2021-05-only and python
165
+
166
+ These settings apply only when `--tag=package-2021-05-only --python` is specified on the command line.
167
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
168
+
169
+ ` ` ` yaml $(tag) == 'package-2021-05-only'
170
+ namespace: $(python-base-namespace).v2021_05_01
171
+ output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_05_01
172
+ ` ` `
173
+
152
174
# ## Tag: package-2021-05-01-preview-only and python
153
175
154
176
These settings apply only when `--tag=package-2021-05-01-preview-only --python` is specified on the command line.
0 commit comments