We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f4e39 commit 2feaf7fCopy full SHA for 2feaf7f
specification/solutions/resource-manager/readme.python.md
@@ -17,7 +17,8 @@ no-namespace-folders: true
17
18
Generate all API versions currently shipped for this package
19
20
-```yaml $(multiapi) && $(python)
+```yaml $(python)
21
+multiapi: true
22
clear-output-folder: true
23
batch:
24
- tag: package-managedapplications-2021-07
@@ -137,3 +138,7 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
137
138
namespace: azure.mgmt.managedapplication.v2017_09_01
139
output-folder: $(python-sdks-folder)/managedapplication/azure-mgmt-managedapplication/azure/mgmt/managedapplication/v2017_09_01
140
```
141
+``` yaml $(python)
142
+modelerfour:
143
+ lenient-model-deduplication: true
144
+```
0 commit comments