Skip to content

Commit 9b73a17

Browse files
committed
multiapi for commerce
1 parent b458e09 commit 9b73a17

File tree

1 file changed

+22
-0
lines changed
  • specification/commerce/resource-manager

1 file changed

+22
-0
lines changed

specification/commerce/resource-manager/readme.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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'
8485
python:
@@ -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

96118
See configuration in [readme.go.md](./readme.go.md)

0 commit comments

Comments
 (0)