Skip to content

Commit 0d868da

Browse files
authored
remove global config (#19280)
1 parent 7932c2d commit 0d868da

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ no-namespace-folders: true
1818
Generate all API versions currently shipped for this package
1919
2020
21-
```yaml $(python) && $(multiapi)
21+
```yaml $(python)
22+
multiapi: true
2223
clear-output-folder: true
2324
batch:
2425
- tag: package-preview-2022-05

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ no-namespace-folders: true
2020
2121
Generate all API versions currently shipped for this package
2222
23-
```yaml $(python) && $(multiapi)
23+
```yaml $(python)
24+
multiapi: true
2425
batch:
2526
- tag: package-2022-02
2627
- tag: package-2021-12

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ modelerfour:
1717
1818
Generate all API versions currently shipped for this package
1919
20-
```yaml $(multiapi) && $(python)
20+
```yaml $(python)
21+
multiapi: true
2122
clear-output-folder: true
2223
batch:
2324
- tag: package-2021-11

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ no-namespace-folders: true
1616
Generate all API versions currently shipped for this package
1717
1818
19-
```yaml $(multiapi) && $(python)
19+
```yaml $(python)
20+
multiapi: true
2021
clear-output-folder: true
2122
batch:
2223
- tag: package-2021-06-preview

0 commit comments

Comments
 (0)