From fbe9d72c3787faa8f4dd620933ed4c3e2924e65d Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Thu, 25 Feb 2021 13:52:12 +0800 Subject: [PATCH 1/2] fix web python.md --- specification/web/resource-manager/readme.python.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/specification/web/resource-manager/readme.python.md b/specification/web/resource-manager/readme.python.md index 75e16c98995b..f23adf41b07c 100644 --- a/specification/web/resource-manager/readme.python.md +++ b/specification/web/resource-manager/readme.python.md @@ -20,10 +20,7 @@ python: azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-web -package-version: 0.42.0 -clear-output-folder: true no-namespace-folders: true -python-mode: update ``` ### Python multi-api @@ -45,6 +42,7 @@ batch: ``` ```yaml $(python) && $(multiapi) && $(track2) +clear-output-folder: true batch: - tag: package-2020-09-only - tag: package-2020-06-only @@ -61,6 +59,7 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/ +clear-output-folder: false perform-load: false ``` From 918f7b603b1d93f1e213432f3b14d35890e09de8 Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Wed, 3 Mar 2021 13:35:02 +0800 Subject: [PATCH 2/2] fix --- specification/web/resource-manager/readme.python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/web/resource-manager/readme.python.md b/specification/web/resource-manager/readme.python.md index f23adf41b07c..596c7df35490 100644 --- a/specification/web/resource-manager/readme.python.md +++ b/specification/web/resource-manager/readme.python.md @@ -20,6 +20,7 @@ python: azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-web +package-version: 0.42.0 no-namespace-folders: true ```