@@ -21,6 +21,7 @@ clear-output-folder: true
2121default-api-version : " 2023-01-01"
2222multiapi : true
2323batch :
24+ - tag : package-2023-03-01-preview-only
2425 - tag : package-2023-01-only
2526 - tag : package-2022-08-01-preview-only
2627 - tag : package-2022-10-01-only
3031 - tag : package-2021-09-01-only
3132 - tag : package-2021-07-01-preview-only
3233 - tag : package-2021-06-03-preview-only
34+ - tag : package-2021-05-only
3335 - tag : package-2021-05-01-preview-only
3436 - tag : package-2021-04-only
3537 - tag : package-2020-10-only
@@ -61,6 +63,16 @@ output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monit
6163perform-load : false
6264` ` `
6365
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+
6476# ## Tag: package-2023-01-only and python
6577
6678These 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
149161output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_06_03_preview
150162` ` `
151163
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+
152174# ## Tag: package-2021-05-01-preview-only and python
153175
154176These settings apply only when `--tag=package-2021-05-01-preview-only --python` is specified on the command line.
0 commit comments