@@ -30,6 +30,7 @@ Generate all API versions currently shipped for this package
3030
3131` ` ` yaml $(multiapi) && !$(track2)
3232batch:
33+ - tag: package-2020-05-preview
3334 - tag: package-2020-01-01-preview-only
3435 - tag: package-2019-10-17-preview-only
3536 - tag: package-2019-06-01-only
5455` ` ` yaml $(multiapi) && $(track2)
5556clear-output-folder: true
5657batch:
58+ - tag: package-2020-05-preview
5759 - tag: package-2020-01-01-preview-only
5860 - tag: package-2019-10-17-preview-only
5961 - tag: package-2019-06-01-only
@@ -82,6 +84,19 @@ clear-output-folder: false
8284perform-load: false
8385` ` `
8486
87+ # ## Tag: package-2020-05-preview and python
88+
89+ These settings apply only when `--tag=package-2020-05-preview --python` is specified on the command line.
90+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
91+
92+ ` ` ` yaml $(tag) == 'package-2020-05-preview'
93+ namespace: $(python-base-namespace).v2020_05_01_preview
94+ output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
95+ python:
96+ namespace: $(python-base-namespace).v2020_05_01_preview
97+ output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
98+ ` ` `
99+
85100# ## Tag: package-2020-01-01-preview-only and python
86101
87102These settings apply only when `--tag=package-2020-01-01-preview-only --python` is specified on the command line.
0 commit comments