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 7411120 commit a3089b2Copy full SHA for a3089b2
specification/redhatopenshift/resource-manager/readme.python.md
@@ -15,7 +15,9 @@ no-namespace-folders: true
15
16
Generate all API versions currently shipped for this package
17
18
-```yaml $(python) && $(multiapi)
+```yaml $(python)
19
+default-api-version: "2023-04-01"
20
+multiapi: true
21
batch:
22
- tag: package-2020-04-30
23
- tag: package-2021-09-01-preview
@@ -27,6 +29,7 @@ batch:
27
29
28
30
``` yaml $(multiapiscript)
31
output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/
32
+clear-output-folder: false
33
perform-load: false
34
```
35
0 commit comments