@@ -32,6 +32,7 @@ Generate all API versions currently shipped for this package
3232batch:
3333 - tag: package-2020-05-preview
3434 - tag: package-2020-01-01-preview-only
35+ - tag: package-2019-11-01-preview-only
3536 - tag: package-2019-10-17-preview-only
3637 - tag: package-2019-06-01-only
3738 - tag: package-2019-03-01-only
@@ -57,6 +58,7 @@ clear-output-folder: true
5758batch:
5859 - tag: package-2020-05-preview
5960 - tag: package-2020-01-01-preview-only
61+ - tag: package-2019-11-01-preview-only
6062 - tag: package-2019-10-17-preview-only
6163 - tag: package-2019-06-01-only
6264 - tag: package-2019-03-01-only
@@ -110,6 +112,19 @@ python:
110112 output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_01_01_preview
111113` ` `
112114
115+ # ## Tag: package-2019-11-01-preview-only and python
116+
117+ These settings apply only when `--tag=package-2019-11-01-preview-only --python` is specified on the command line.
118+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
119+
120+ ` ` ` yaml $(tag) == 'package-2019-11-01-preview-only'
121+ namespace: $(python-base-namespace).v2019_11_01_preview
122+ output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_11_01_preview
123+ python:
124+ namespace: $(python-base-namespace).v2019_11_01_preview
125+ output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_11_01_preview
126+ ` ` `
127+
113128# ## Tag: package-2019-10-17-preview-only and python
114129
115130These settings apply only when `--tag=package-2019-10-17-preview-only --python` is specified on the command line.
0 commit comments