File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
specification/commerce/resource-manager Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ python:
7979 namespace: azure.mgmt.commerce
8080 package-name: azure-mgmt-commerce
8181 clear-output-folder: true
82+ no-namespace-folders: true
8283` ` `
8384` ` ` yaml $(python) && $(python-mode) == 'update'
8485python:
@@ -91,6 +92,27 @@ python:
9192 output-folder: $(python-sdks-folder)/commerce/azure-mgmt-commerce
9293` ` `
9394
95+ # ## Python multi-api
96+
97+ Generate all API versions currently shipped for this package
98+
99+ ` ` ` yaml $(python) && $(multiapi)
100+ batch:
101+ - tag: package-2015-06-preview
102+ ` ` `
103+
104+
105+ # ## Tag: package-2015-06-preview and python
106+
107+ These settings apply only when `--tag=package-2015-06-preview --python` is specified on the command line.
108+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
109+
110+ ` ` ` yaml $(tag) == 'package-2020-05-preview' && $(python)
111+ python:
112+ namespace: azure.mgmt.databoxedge.v2016_06_01_preview
113+ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2016_06_01_preview
114+ ` ` `
115+
94116# # Go
95117
96118See configuration in [readme.go.md](./readme.go.md)
You can’t perform that action at this time.
0 commit comments