From a3089b2764df11b10a8a43e2a5a33dbe4d3653ca Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Mon, 7 Aug 2023 11:20:22 +0800 Subject: [PATCH] Update readme.python.md (#25078) * Update readme.python.md * Update readme.python.md --- .../redhatopenshift/resource-manager/readme.python.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/specification/redhatopenshift/resource-manager/readme.python.md b/specification/redhatopenshift/resource-manager/readme.python.md index fd56bacb5923..dacc60ff7e02 100644 --- a/specification/redhatopenshift/resource-manager/readme.python.md +++ b/specification/redhatopenshift/resource-manager/readme.python.md @@ -15,7 +15,9 @@ no-namespace-folders: true Generate all API versions currently shipped for this package -```yaml $(python) && $(multiapi) +```yaml $(python) +default-api-version: "2023-04-01" +multiapi: true batch: - tag: package-2020-04-30 - tag: package-2021-09-01-preview @@ -27,6 +29,7 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/ +clear-output-folder: false perform-load: false ```