File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/monitor/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Generate all API versions currently shipped for this package
2929` ` ` yaml $(multiapi) && $(track2)
3030clear-output-folder: true
3131batch:
32+ - tag: package-2020-10
3233 - tag: package-2020-05-preview
3334 - tag: package-2020-01-01-preview-only
3435 - tag: package-2019-11-01-preview-only
@@ -59,6 +60,16 @@ clear-output-folder: false
5960perform-load: false
6061` ` `
6162
63+ # ## Tag: package-2020-10 and python
64+
65+ These settings apply only when `--tag=package-2020-10 --python` is specified on the command line.
66+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
67+
68+ ` ` ` yaml $(tag) == 'package-2020-10'
69+ namespace: $(python-base-namespace).v2020_10_01
70+ output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_10_01
71+ ` ` `
72+
6273# ## Tag: package-2020-05-preview and python
6374
6475These settings apply only when `--tag=package-2020-05-preview --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments