diff --git a/specification/web/resource-manager/readme.python.md b/specification/web/resource-manager/readme.python.md index 75e16c98995b..596c7df35490 100644 --- a/specification/web/resource-manager/readme.python.md +++ b/specification/web/resource-manager/readme.python.md @@ -21,9 +21,7 @@ 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 +43,7 @@ batch: ``` ```yaml $(python) && $(multiapi) && $(track2) +clear-output-folder: true batch: - tag: package-2020-09-only - tag: package-2020-06-only @@ -61,6 +60,7 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/ +clear-output-folder: false perform-load: false ```