File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/web/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 @@ -21,6 +21,7 @@ Generate all API versions currently shipped for this package
2121` ` ` yaml $(python) && $(multiapi)
2222clear-output-folder : true
2323batch :
24+ - tag : package-2021-02-only
2425 - tag : package-2021-01-15-only
2526 - tag : package-2021-01-only
2627 - tag : package-2020-12-only
@@ -43,6 +44,16 @@ clear-output-folder: false
4344perform-load : false
4445` ` `
4546
47+ ### Tag: package-2021-02-only and python
48+
49+ These settings apply only when ` --tag=package-2021-02-only --python` is specified on the command line.
50+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
51+
52+ ` ` ` yaml $(tag) == 'package-2021-02-only' && $(python)
53+ namespace: azure.mgmt.web.v2021_02_01
54+ output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_02_01
55+ ` ` `
56+
4657# ## Tag: package-2021-01-15-only and python
4758
4859These settings apply only when `--tag=package-2021-01-15-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments