Skip to content

Commit 2e59fa3

Browse files
authored
remove global config (#19278)
1 parent c91c349 commit 2e59fa3

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ no-namespace-folders: true
1212
```
1313
### Python multi-api
1414
15-
``` yaml $(python) && $(multiapi)
15+
``` yaml $(python)
16+
multiapi: true
1617
clear-output-folder: true
1718
batch:
1819
- tag: package-2015-05

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ package-version: 1.0.0b1
1414
1515
Generate all API versions currently shipped for this package
1616
17-
```yaml $(multiapi)
17+
```yaml $(python)
18+
multiapi: true
1819
clear-output-folder: true
1920
batch:
2021
- tag: package-2021-07-01-preview-only

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

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ package-version: 1.0.0b1
1414
1515
Generate all API versions currently shipped for this package
1616
17-
```yaml $(python) && $(multiapi)
17+
```yaml $(python)
18+
multiapi: true
1819
clear-output-folder: true
1920
batch:
2021
- tag: package-2018-05

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

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

0 commit comments

Comments
 (0)