Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion specification/solutions/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ no-namespace-folders: true

Generate all API versions currently shipped for this package

```yaml $(multiapi) && $(python)
```yaml $(python)
multiapi: true
clear-output-folder: true
batch:
- tag: package-managedapplications-2021-07
Expand Down Expand Up @@ -137,3 +138,7 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
namespace: azure.mgmt.managedapplication.v2017_09_01
output-folder: $(python-sdks-folder)/managedapplication/azure-mgmt-managedapplication/azure/mgmt/managedapplication/v2017_09_01
```
``` yaml $(python)
modelerfour:
lenient-model-deduplication: true
```