diff --git a/specification/commerce/resource-manager/readme.md b/specification/commerce/resource-manager/readme.md index 329c510708be..c3a5b8c1bee5 100644 --- a/specification/commerce/resource-manager/readme.md +++ b/specification/commerce/resource-manager/readme.md @@ -79,6 +79,7 @@ python: namespace: azure.mgmt.commerce package-name: azure-mgmt-commerce clear-output-folder: true + no-namespace-folders: true ``` ``` yaml $(python) && $(python-mode) == 'update' python: @@ -91,6 +92,27 @@ python: output-folder: $(python-sdks-folder)/commerce/azure-mgmt-commerce ``` +### Python multi-api + +Generate all API versions currently shipped for this package + +```yaml $(python) && $(multiapi) +batch: + - tag: package-2015-06-preview +``` + + +### Tag: package-2015-06-preview and python + +These settings apply only when `--tag=package-2015-06-preview --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2020-05-preview' && $(python) +python: + namespace: azure.mgmt.databoxedge.v2016_06_01_preview + output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2016_06_01_preview +``` + ## Go See configuration in [readme.go.md](./readme.go.md)