Skip to content

Commit a9572c7

Browse files
authored
fix web python.md (#13162)
* fix web python.md * fix
1 parent 4d1ea13 commit a9572c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/web/resource-manager/readme.python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ azure-arm: true
2121
license-header: MICROSOFT_MIT_NO_VERSION
2222
package-name: azure-mgmt-web
2323
package-version: 0.42.0
24-
clear-output-folder: true
2524
no-namespace-folders: true
26-
python-mode: update
2725
```
2826
2927
### Python multi-api
@@ -45,6 +43,7 @@ batch:
4543
```
4644
4745
```yaml $(python) && $(multiapi) && $(track2)
46+
clear-output-folder: true
4847
batch:
4948
- tag: package-2020-09-only
5049
- tag: package-2020-06-only
@@ -61,6 +60,7 @@ batch:
6160
6261
``` yaml $(multiapiscript)
6362
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
63+
clear-output-folder: false
6464
perform-load: false
6565
```
6666

0 commit comments

Comments
 (0)